Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 37 matches

Go to advanced search

Advanced search
Search found 37 matches
  • 1
  • 2
  • Next
by yuwy
Fri Oct 26, 2007 12:41 pm
Forum: Gamers & Players
Topic: Wine 0.9.47 and steam running cs 1.6 NO SOUND!! [solved]
Replies: 14
Views: 7995

probably cause now the sound is going?
  • Jump to post
by yuwy
Thu Oct 04, 2007 3:47 pm
Forum: Portage & Programming
Topic: How to make wget to obtain a particular information?
Replies: 10
Views: 1816

Well im a developer so my solution may be biased, but for something like that, I might just write
a simple java program that parses out the data from wgets index.html and then just use
bash to call it and store the output of the java program into a variable where u refernce said time.
  • Jump to post
by yuwy
Thu Oct 04, 2007 3:42 pm
Forum: Portage & Programming
Topic: updating ipw3945
Replies: 3
Views: 978

you could relink your /usr/src/linux to point to the kernel you currently use
i did this all the time when i emerged gentoo-sources and the script linked
the /usr/src/linux to the new kernel when i only wanted the old kernel.
  • Jump to post
by yuwy
Thu Oct 04, 2007 3:38 pm
Forum: Portage & Programming
Topic: Can't emerge portage: ERROR
Replies: 4
Views: 1553

my guess is that portage was calculating all the stuffu need to update and dependancies and came across a
loop of some kind and then decided to break out of the process. My suggestion is to read the rev-dep sticky
first on emerging portage, then issue the

emerge -av portage

command and from ...
  • Jump to post
by yuwy
Wed Oct 03, 2007 9:17 pm
Forum: Desktop Environments
Topic: Evolution 2.10.3 - Complains Account not Enabled [Solved]
Replies: 3
Views: 1102

8O very subtle
  • Jump to post
by yuwy
Wed Oct 03, 2007 8:58 pm
Forum: Portage & Programming
Topic: [SOLVED]Segmentation fault s everywhere
Replies: 10
Views: 3010

correct me if i'm wrong , but the last time i had errors coming from my sandbox was because I didn't update
portage in a long time. As of a few months ago, there was a new portage version that updated the expat lib (xml parser)
which caused a huge disturbance to the system and required a rev-dep ...
  • Jump to post
by yuwy
Wed Oct 03, 2007 8:55 pm
Forum: Portage & Programming
Topic: Oops i cut off the branch i was standing on (SOLVED)
Replies: 7
Views: 1069

aye, the simplest solution be to copy over a compiled gzip (assuming right architecture) and place it into the /usr/bin or /bin , whichever floats your boat.
  • Jump to post
by yuwy
Sun Sep 23, 2007 3:32 am
Forum: Networking & Security
Topic: wireless network - why does it just work in windows?
Replies: 2
Views: 1341

im assuming 'iwconfig' shows you a wireless extension?
  • Jump to post
by yuwy
Sun Sep 23, 2007 3:27 am
Forum: Networking & Security
Topic: after kernel upgrade WAN speeds slow to a crawl [SOLVED]
Replies: 7
Views: 2163

if u can show us the 'iwconfig' command when your connected to your wireless hub
  • Jump to post
by yuwy
Mon Sep 17, 2007 3:12 pm
Forum: Portage & Programming
Topic: Source Control Management question
Replies: 5
Views: 1254

yea after looking at most of the popular source control tools, none of them have a full set of commands via the web interface.
  • Jump to post
by yuwy
Sun Sep 16, 2007 2:52 pm
Forum: Portage & Programming
Topic: Source Control Management question
Replies: 5
Views: 1254

from what i understand of trac from the user guides, it doesnt seem that I can commit via the webrowser. Course I just took a glance at it so correct me if I'm mistaken.
  • Jump to post
by yuwy
Fri Sep 14, 2007 11:58 pm
Forum: Portage & Programming
Topic: Source Control Management question
Replies: 5
Views: 1254

Source Control Management question

I would like to know if there are any source control management programs out there that has a complete set of functionality via the web browser.

One of the options comes to mind is using git with gitweb however I'm not sure if gitweb can commit a file via the browser. I know gitweb can track all ...
  • Jump to post
by yuwy
Sun Aug 26, 2007 3:11 am
Forum: Gamers & Players
Topic: What Am I In For? WoW and Gentoo
Replies: 26
Views: 16094

Game plays well under wine, make sure to disable the ARB-something textures (i forget what it is its on the wine app site) and the performance becomes almost 1:1.
  • Jump to post
by yuwy
Sun Aug 26, 2007 2:21 am
Forum: Gamers & Players
Topic: PCSX2 howto
Replies: 3
Views: 9934

PCSX2 howto

Since there is no current guide for gentoo on pcsx2 installation and what not, I decided to write up a basic guide
on how to:

A: set up and compile pcsx2
B: how to configure and run

We first need to construct a 32-bit chroot as the x86_64-bit version of pcsx2 0.9.3 does not appear to work
for me ...
  • Jump to post
by yuwy
Sat Aug 25, 2007 4:55 am
Forum: Other Things Gentoo
Topic: pcsx2
Replies: 3
Views: 6224

As far as my understanding goes, the best way to go about installing pcsx2 right now is to download the src
0.9.3 then issue the command

sh build.sh all

Of course make sure you emerge the nvidia cg toolkit stuff first

The problem for me is that even tho i have everything compiled and working with ...
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:41 am
Forum: Kernel & Hardware
Topic: help with slow network on laptop with atheros/madwifi
Replies: 2
Views: 1821

if there is another wireless client with an high gain antenna or laptop
closer to the AP than you are, you will experience mad lag.

Ok i just realised that maybe you need more reason as to why,

the reason is that when you want to send packets you need to send a
request to send packet which forces ...
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:39 am
Forum: Kernel & Hardware
Topic: Nvidia card compatibility help
Replies: 2
Views: 2275

wouldnt worry too much about it. Nvidia in general tends to have very good drivers
in my experience. if 8800 has some support then 8600 is almost a given.
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:37 am
Forum: Networking & Security
Topic: MadWifi-NG Issues:Default Settings Get Network/SSID, No DHCP
Replies: 3
Views: 1232

rmmod all the relevant madwifi stuff then do this

modprobe ath_rate_sample
modprobe wlan_scan_sta
modprobe wlan_wep
modprobe ath_pci

then try again
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:32 am
Forum: Networking & Security
Topic: [SOLVED] eth0 'does not exist' after a hard shutdown
Replies: 8
Views: 5476

hmm yea, someone mentioned the stupidity of the eth interface increment when it should
start back at zero if there are no additional cards.
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:29 am
Forum: Networking & Security
Topic: hacker attack?
Replies: 7
Views: 3234

well i know that for fun sometimes ppl will nmap a server to see what open ports there are
and then use metasploit i suppose. Not sure if that may constitute the disk activity you speak
of.
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:28 am
Forum: Networking & Security
Topic: unstable internet connection
Replies: 6
Views: 1398

whats your ethernet hardware?
  • Jump to post
by yuwy
Sat Jul 07, 2007 11:24 am
Forum: Other Things Gentoo
Topic: Cannot get ath0 wifi anymore [SOLVED]
Replies: 27
Views: 9752

if you do ath_pci and the module now correctly loads, but cant see the ath0 interface
its probably because you need to load the modules in the correct order now.
  • Jump to post
by yuwy
Mon Jul 02, 2007 1:18 am
Forum: Other Things Gentoo
Topic: first time gentoo reboot
Replies: 118
Views: 20432

oh snaps lol. Yea the good old (not so old ) days of command line installation.

Generally speaking you would probably want to install Xorg server, then a webrowser and stuff.
Personally when i first got my basic install up, i started looking at configuration files and what not.
  • Jump to post
by yuwy
Mon Jul 02, 2007 1:10 am
Forum: Other Things Gentoo
Topic: #null
Replies: 39
Views: 17903

hmm strange, i use a usb keyboard and it works fine as far as the f2 key is concerned for verbose mode.
  • Jump to post
by yuwy
Mon Jul 02, 2007 1:03 am
Forum: Other Things Gentoo
Topic: Cannot get ath0 wifi anymore [SOLVED]
Replies: 27
Views: 9752

Imma take a stab in the dark here, rmmod all the related wifi stuff like ath_pci, rmmod wlan rmmod ath_hal

then do this:

modprobe ath_rate_sample
modprobe wlan_scan_sta
modprobe wlan_wep
modprobe ath_pci

Reason: for some reason at least on my laptop, the order of brining up the modules matter ...
  • Jump to post

Search found 37 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic