Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 06:39, Lord Sauron wrote: $ zgrep IPW2100\\\|IEEE80211 /proc/config.gz CONFIG_IEEE80211=m # CONFIG_IEEE80211_DEBUG is not set CONFIG_IEEE80211_CRYPT_WEP=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m # CONFIG_IEEE80211_SOFTMAC is not set

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-12 Thread Alan McKinnon
On Thursday 12 October 2006 06:00, Lord Sauron wrote: They're going to install wireless in my school so I guess I better get this working sometime soon : ) Several people responded to your request so far, and maybe that has solved your problem. But no-one fully answered your original question,

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-12 Thread Lord Sauron
On Wednesday 11 October 2006 23:04, Bo Ørsted Andresen wrote: On Thursday 12 October 2006 06:39, Lord Sauron wrote: $ zgrep IPW2100\\\|IEEE80211 /proc/config.gz CONFIG_IEEE80211=m # CONFIG_IEEE80211_DEBUG is not set CONFIG_IEEE80211_CRYPT_WEP=m CONFIG_IEEE80211_CRYPT_CCMP=m

[gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Lord Sauron
They're going to install wireless in my school so I guess I better get this working sometime soon : ) I isolated my problem to this: emerge ipw2100 ties in ieee80211, and that fails to compile because it says that the current kernel cannot have the option IEEE80211 in either module or

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 06:00, Lord Sauron wrote: [SNIP] I isolated my problem to this: emerge ipw2100 ties in ieee80211, and that fails to compile because it says that the current kernel cannot have the option IEEE80211 in either module or enabled. It needs it disabled. I tried to use

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Lord Sauron
On Wednesday 11 October 2006 21:11, Bo Ørsted Andresen wrote: On Thursday 12 October 2006 06:00, Lord Sauron wrote: [SNIP] I isolated my problem to this: emerge ipw2100 ties in ieee80211, and that fails to compile because it says that the current kernel cannot have the option IEEE80211

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Trenton Adams
You create net.eth0, or whatever, by linking /etc/init.d/net.ethX to /etc/init.d/net.lo The driver will create the actual kernel device name of eth0, ath0, or whatever, and then your link will make it work. On 10/11/06, Lord Sauron [EMAIL PROTECTED] wrote: On Wednesday 11 October 2006 21:11,

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Lord Sauron
On Wednesday 11 October 2006 21:45, Trenton Adams wrote: You create net.eth0, or whatever, by linking /etc/init.d/net.ethX to /etc/init.d/net.lo The driver will create the actual kernel device name of eth0, ath0, or whatever, and then your link will make it work. Makes sense. How do I do

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Neil Hodges
Hello, You would run the command: # ln -s /etc/init.d/net.{lo,ethX} However, ethX would refer to the device name of your network card, which you should be able to find out via a search on Google. - Neil On 21:53 Wed 11 Oct , Lord Sauron wrote: On Wednesday 11 October 2006 21:45, Trenton

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Daniel Barkalow
On Wed, 11 Oct 2006, Neil Hodges wrote: Hello, You would run the command: # ln -s /etc/init.d/net.{lo,ethX} However, ethX would refer to the device name of your network card, which you should be able to find out via a search on Google. You can also do ls /sys/class/net to get a list of