-
as seen on Server Fault
- Search for 'Server Fault'
I have a single access point which i want to connect to on interface ra0, when I run /etc/init.d/ra0 restart I get the following output:
gentoo ~ # /etc/init.d/net.ra0 restart
* Starting ra0
* Configuring wireless network for ra0
Error for wireless request "Set Mode" (8B06) :
SET failed…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a single access point which i want to connect to on interface ra0, when I run /etc/init.d/ra0 restart I get the following output:
gentoo ~ # /etc/init.d/net.ra0 restart
* Starting ra0
* Configuring wireless network for ra0
Error for wireless request "Set Mode" (8B06) :
SET failed…
>>> More
-
as seen on Super User
- Search for 'Super User'
I tried to stop X so I could install graphics drivers. First I tried with killall -9 X but X server just restarted. Then I tried init 3 but that didn't closed X. How do I close it?
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a iMac G5 only with Gentoo installed on it and every time I turn it on, it plays the startup chime.
I already have my headset plugged in but this doesn't mute the sound.
Is there a way to turn it off using the Open Firmware or, if this isn't possible, could a script do this ?
>>> More
-
as seen on Super User
- Search for 'Super User'
I installed git and gitosis as described here in this guide Here are the steps I took:
Server: Gentoo
Client: MAC OS X
1) git install
emerge dev-util/git
2) gitosis install
cd ~/src
git clone git://eagain.net/gitosis.git
cd gitosis
python setup.py install
3) added git user
adduser --system…
>>> More