Re: [gentoo-user] Wireless problem
On Thursday 05 June 2008, Rev. Ferris wrote: > > how about > > iwconfig eth2 power all > > ? Perhaps you could write a postup script that pings slowly: > > ping -i 30 your.isp.com I have experienced the same signal drop after a while on an AP that I never had disconnection problems before. I am using the rt2500usb in kernel driver and that's the only change that I recall. Therefore, I assumed that the signal is dropped due to some driver behaviour, but have not had the time or knowledge to troubleshoot it further. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] Wireless problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > how about > iwconfig eth2 power all > ? Perhaps you could write a postup script that pings slowly: > ping -i 30 your.isp.com > > hth, > -- iwconfig eth2 power all doesnt't work: #iwconfig eth2 power all Error for wireless request "Set Power Management" (8B2C) : SET failed on device eth2 ; Operation not supported. but I tried to put the zd1211rw driver in debug mode. When I lose the contact I read by dmesg or in /var/log/messages: [...] zd1211rw 5-7:1.0: iw_get_range() zd1211rw 5-7:1.0: zd_mac_get_channel() channel 6 usb 5-7: handle_retry_failed_int() retry failed interrupt [...] Now I can't understand if it is a usb power or a driver problem. How can I test it? Thank a lots. Luigi -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkhIQZkACgkQYoDKzgS2pLMfVQCfZTNQaw7mlYTg0Ftw52BTvVZK poYAniZAG+aDcQapTqkQFKUWtjXTcdAZ =MI4e -END PGP SIGNATURE- -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Wireless problem
On Fri, 2008-05-30 at 22:14 +0200, Rev. Ferris wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Unfortunately this card doesn't accept that command: > iwconfig eth2 power off > Error for wireless request "Set Power Management" (8B2C) : > SET failed on device eth2 ; Operation not supported. > > Any other suggestion? > Thanks, > Luigi how about iwconfig eth2 power all ? Perhaps you could write a postup script that pings slowly: ping -i 30 your.isp.com hth, -- Iain Buchanan Vulcans worship peace above all. -- McCoy, "Return to Tomorrow", stardate 4768.3 -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Wireless problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately this card doesn't accept that command: iwconfig eth2 power off Error for wireless request "Set Power Management" (8B2C) : SET failed on device eth2 ; Operation not supported. Any other suggestion? Thanks, Luigi Alle venerdì 30 maggio 2008, Jil Larner ha scritto: > Hi, > > Power saving, see man iwconfig (but I can't say more, I never touched > it) > > Bye, > Jil -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkhAYD0ACgkQYoDKzgS2pLPSIgCgjCVq/FaNECUlrDkuG9j+qMLi D0gAoIs/Uz8/aicBHsCkIbeHJCgh3Skz =DDrb -END PGP SIGNATURE- -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] Wireless problem
Hi, Power saving, see man iwconfig (but I can't say more, I never touched it) Bye, Jil Rev. Ferris a écrit : Hi! I have a wireless problem. I bought yesterday a Zyxel G202 USB stick and I attack it of my workstation. This hardware is supported from zd1211rw driver. I set all parameters of my network and I started it. It works fine, pretty signal quality, good speed, etc. After some "quiet" time, from my network monitor I noticed a lost in the connection. Now, if I restart the connection it works fine, but after a X time it disconnects again. I don't find any message on dmesg or /var/log/messages and for that reason I have no idea how I can solve the problem. I think it is something correlates with energy management. Any idea? Thanks, Luigi -- gentoo-user@lists.gentoo.org mailing list
[gentoo-user] Wireless problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I have a wireless problem. I bought yesterday a Zyxel G202 USB stick and I attack it of my workstation. This hardware is supported from zd1211rw driver. I set all parameters of my network and I started it. It works fine, pretty signal quality, good speed, etc. After some "quiet" time, from my network monitor I noticed a lost in the connection. Now, if I restart the connection it works fine, but after a X time it disconnects again. I don't find any message on dmesg or /var/log/messages and for that reason I have no idea how I can solve the problem. I think it is something correlates with energy management. Any idea? Thanks, Luigi -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkg/GAQACgkQYoDKzgS2pLNNLACfbiavFhRPBwVUFtKLSHjbfAUC DZ4An2bm2q6N3T92E8tWstaAaZ0xpbaf =XZSu -END PGP SIGNATURE- -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] wireless problem
Thank you Neil. I'll buy a beer. This was it. modules_wlan0=( "wpa_supplicant" "iwconfig" ) is correct Have a nice day/night whatever. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Re: [gentoo-user] wireless problem
On Thu, 20 Mar 2008 03:52:40 -0700 (PDT), Dani Crisan wrote: > modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") This is a bit of a guess, but try using modules_wlan0=( "wpa_supplicant" "iwconfig" ) dhcp is the default, so unnecessary and, although the docs are a little vague on this, it appears that the order may matter. -- Neil Bothwick Dyslexics of the world, untie! signature.asc Description: PGP signature
Re: [gentoo-user] wireless problem
Thank you for bringing that up to my attention but that didn't solve it. It seems that when I issue /etc/init.d/net.wlan0 restart wpa_supplicant.conf isn't taken into consideration. -- gentoo-user@lists.gentoo.org mailing list Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
Re: [gentoo-user] wireless problem
On Thu, Mar 20, 2008 at 11:52 AM, Dani Crisan <[EMAIL PROTECTED]> wrote: > assciate_order_wlan0="forcepreferedonly" Are you sure you spelled forcepreferedonly correctly? I'd think there is another 'r' in there: forcepreferredonly. Btw., forcepreferred should suffice. ~Henry -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] wireless problem
- Original Message From: Alexander Meinke <[EMAIL PROTECTED]> To: gentoo-user@lists.gentoo.org Sent: Wednesday, March 19, 2008 3:15:35 PM Subject: Re: [gentoo-user] wireless problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dani, your configuration file looks ok. To prior one ap more than another Iam using the priority= option in my wpa_supplicant.conf. The second problem, that you're not able to connect to your wpa secured ap, could be triggered by not compiled in gnutls. So please check if this useflag is enabled. Regards, acm. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQFH4RH3YCx19pTB5PERAgc7AJ9n6z5080jGodvsIAGH1oAtmFEu1gCfYaho UnpexLHd7n3lwW19or3R170= =EsRb -END PGP SIGNATURE- Thank you. Now I can connect to my wireless but only when I issue wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf and then dhcpcd wlan0. which means that wpa_supplicant.conf is ok If I issue /etc/init.d/net.wlan0 it connects to the other wireless network. Here is my /etc/conf.d/net modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" essid_wlan0="baladei-wifi" mode_wlan0="managed" preferred_aps_wlan0=("baladei-wifi" "dlink") assciate_order_wlan0="forcepreferedonly" config_wlan0=("dhcp") gentoo-user@lists.gentoo.org mailing list Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
Re: [gentoo-user] wireless problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dani, your configuration file looks ok. To prior one ap more than another Iam using the priority= option in my wpa_supplicant.conf. The second problem, that you're not able to connect to your wpa secured ap, could be triggered by not compiled in gnutls. So please check if this useflag is enabled. Regards, acm. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQFH4RH3YCx19pTB5PERAgc7AJ9n6z5080jGodvsIAGH1oAtmFEu1gCfYaho UnpexLHd7n3lwW19or3R170= =EsRb -END PGP SIGNATURE- -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] wireless problem
On Wed, 19 Mar 2008 05:54:10 -0700 (PDT), Dani Crisan wrote: PLEASE DO NOT TOP-POST > modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") > essid_wlan0="any" Try setting this to baladei-wifi > mode_wlan0="managed" > preferred_aps_wlan0="'baladei-wifi' 'dlink'" I'm not sure how the init script will react to the nested quotes instead of parentheses here. The syntax in the examples is preferred_aps_wlan0=( "baladei-wifi" "dlink" ) > assciate_order_wlan0="forcepreferedonly" > wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" > config_wlan0=("dhcp") > > When I issue /etc/init.d/net.wlan0 restart it still connects to dlink > and from the log file it seems that it ignores baladei-wifi: If the fixed net config doesn't help, try disabling WPA on the access point and see if it then connects. -- Neil Bothwick Top Oxymorons Number 48: freewill offering signature.asc Description: PGP signature
Re: [gentoo-user] wireless problem
Hy again, Here is the new /etc/conf.d/net: pre-up(){ ifconfig wlan0 up } modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") essid_wlan0="any" mode_wlan0="managed" preferred_aps_wlan0="'baladei-wifi' 'dlink'" assciate_order_wlan0="forcepreferedonly" wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" config_wlan0=("dhcp") When I issue /etc/init.d/net.wlan0 restart it still connects to dlink and from the log file it seems that it ignores baladei-wifi: Mar 19 14:50:17 dani-laptop dhcpcd[8535]: wlan0: received SIGTERM, stopping Mar 19 14:50:17 dani-laptop dhcpcd[8535]: wlan0: removing default route via 192.168.0.1 metric 2000 Mar 19 14:50:17 dani-laptop dhcpcd[8535]: wlan0: deleting IP address 192.168.0.101/24 Mar 19 14:50:17 dani-laptop dhcpcd[8535]: wlan0: exiting Mar 19 14:50:18 dani-laptop ACPI: PCI interrupt for device :0c:00.0 disabled Mar 19 14:50:18 dani-laptop ACPI: PCI Interrupt :0c:00.0[A] -> GSI 17 (level, low) -> IRQ 17 Mar 19 14:50:18 dani-laptop PM: Writing back config space on device :0c:00.0 at offset 1 (was 100102, writing 100106) Mar 19 14:50:18 dani-laptop ADDRCONF(NETDEV_UP): wlan0: link is not ready Mar 19 14:50:18 dani-laptop wlan0: Initial auth_alg=0 Mar 19 14:50:18 dani-laptop wlan0: authenticate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:18 dani-laptop wlan0: Initial auth_alg=0 Mar 19 14:50:18 dani-laptop wlan0: authenticate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:18 dani-laptop wlan0: RX authentication from 00:1b:11:fb:9d:00 (alg=0 transaction=2 status=0) Mar 19 14:50:18 dani-laptop wlan0: authenticated Mar 19 14:50:18 dani-laptop wlan0: associate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:18 dani-laptop wlan0: authentication frame received from 00:1b:11:fb:9d:00, but not in authenticate state - ignored Mar 19 14:50:18 dani-laptop wlan0: RX AssocResp from 00:1b:11:fb:9d:00 (capab=0x421 status=0 aid=2) Mar 19 14:50:18 dani-laptop wlan0: associated Mar 19 14:50:18 dani-laptop ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready Mar 19 14:50:18 dani-laptop wlan0: Initial auth_alg=0 Mar 19 14:50:18 dani-laptop wlan0: authenticate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:18 dani-laptop wlan0: Initial auth_alg=0 Mar 19 14:50:18 dani-laptop wlan0: authenticate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:18 dani-laptop wlan0: RX authentication from 00:1b:11:fb:9d:00 (alg=0 transaction=2 status=0) Mar 19 14:50:18 dani-laptop wlan0: authenticated Mar 19 14:50:18 dani-laptop wlan0: associate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:18 dani-laptop wlan0: authentication frame received from 00:1b:11:fb:9d:00, but not in authenticate state - ignored Mar 19 14:50:18 dani-laptop wlan0: RX AssocResp from 00:1b:11:fb:9d:00 (capab=0x421 status=0 aid=1) Mar 19 14:50:18 dani-laptop wlan0: associated Mar 19 14:50:19 dani-laptop wlan0: Initial auth_alg=0 Mar 19 14:50:19 dani-laptop wlan0: authenticate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:19 dani-laptop wlan0: RX authentication from 00:1b:11:fb:9d:00 (alg=0 transaction=2 status=0) Mar 19 14:50:19 dani-laptop wlan0: authenticated Mar 19 14:50:19 dani-laptop wlan0: associate with AP 00:1b:11:fb:9d:00 Mar 19 14:50:19 dani-laptop wlan0: RX ReassocResp from 00:1b:11:fb:9d:00 (capab=0x421 status=0 aid=2) Mar 19 14:50:19 dani-laptop wlan0: associated Any ideeas? - Original Message From: Neil Bothwick <[EMAIL PROTECTED]> To: gentoo-user@lists.gentoo.org Sent: Wednesday, March 19, 2008 2:22:11 PM Subject: Re: [gentoo-user] wireless problem On Wed, 19 Mar 2008 05:06:59 -0700 (PDT), Dani Crisan wrote: > I made what you said and now it still connects to dlink but I'll read > the wireless.example. Please don't top-post, it makes conversations difficult to follow and impossible to quote meaningfully. preferred_aps means that it will try that aps first, but if it fails, it will then try dlink. You can force it to only use a specific aps with essid_wlan0="baladei-wifi" but I susopect your problem is that the connection to your preferred aps is failing and dlink being used as a fallback. The system log should show details of the connection process, try "tail -f /var/log/messages" before you do "/etc/init.d/wlan0 start". -- Neil Bothwick When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Re: [gentoo-user] wireless problem
On Wed, 19 Mar 2008 05:06:59 -0700 (PDT), Dani Crisan wrote: > I made what you said and now it still connects to dlink but I'll read > the wireless.example. Please don't top-post, it makes conversations difficult to follow and impossible to quote meaningfully. preferred_aps means that it will try that aps first, but if it fails, it will then try dlink. You can force it to only use a specific aps with essid_wlan0="baladei-wifi" but I susopect your problem is that the connection to your preferred aps is failing and dlink being used as a fallback. The system log should show details of the connection process, try "tail -f /var/log/messages" before you do "/etc/init.d/wlan0 start". -- Neil Bothwick When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl. signature.asc Description: PGP signature
Re: [gentoo-user] wireless problem
Thank you for the quick reply. I made what you said and now it still connects to dlink but I'll read the wireless.example. Have a nice day. - Original Message From: Neil Bothwick <[EMAIL PROTECTED]> To: gentoo-user@lists.gentoo.org Sent: Wednesday, March 19, 2008 1:50:35 PM Subject: Re: [gentoo-user] wireless problem On Wed, 19 Mar 2008 04:42:06 -0700 (PDT), Dani Crisan wrote: > and my wireless is connecting to dlink since it is free. Mine is > baladei-wifi. > > Here are the /etc/conf.d/net > > modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") > wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" > config_wlan0=("dhcp") [snip] > How can I make it to authenticate to my "baladei-wifi"? > > Please help because I didn't find anything on the web to solve my issue. Look closer to home, specifically /etc/conf.d/wireless.example. More specifically, the preferred_aps setting. -- Neil Bothwick Sussh. Be vewwy quiet, I'm hunting tagwines. hahahahah. Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
Re: [gentoo-user] wireless problem
On Wed, Mar 19, 2008 at 12:42 PM, Dani Crisan <[EMAIL PROTECTED]> wrote: > (...) > modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") > wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" > config_wlan0=("dhcp") > > (...) > > How can I make it to authenticate to my "baladei-wifi"? > preferred_aps="'baladei-wifi' 'dlink'" associate_order="forcepreferred" That way it will first try baladei-wifi, and only if that doesn't work, dlink. Notice that 'baladei-wifi' and 'dlink' are in single quotes. See /etc/conf.d/net.example for more details. ~Henry -- gentoo-user@lists.gentoo.org mailing list
Re: [gentoo-user] wireless problem
On Wed, 19 Mar 2008 04:42:06 -0700 (PDT), Dani Crisan wrote: > and my wireless is connecting to dlink since it is free. Mine is > baladei-wifi. > > Here are the /etc/conf.d/net > > modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") > wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" > config_wlan0=("dhcp") [snip] > How can I make it to authenticate to my "baladei-wifi"? > > Please help because I didn't find anything on the web to solve my issue. Look closer to home, specifically /etc/conf.d/wireless.example. More specifically, the preferred_aps setting. -- Neil Bothwick Sussh. Be vewwy quiet, I'm hunting tagwines. hahahahah. signature.asc Description: PGP signature
[gentoo-user] wireless problem
Please help me in solving this issue. So iwlist scan eth0 Interface doesn't support scanning. loInterface doesn't support scanning. sit0 Interface doesn't support scanning. wmaster0 Interface doesn't support scanning. wlan0 Scan completed : Cell 01 - Address: 00:1B:11:FB:9D:00 ESSID:"dlink" Mode:Master Channel:6 Frequency:2.437 GHz (Channel 6) Quality=83/100 Signal level=-51 dBm Noise level=-95 dBm Encryption key:off Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s 48 Mb/s; 54 Mb/s Extra:tsf=001e7286c097 Cell 02 - Address: 00:1D:7E:E3:8C:DD ESSID:"baladei-wifi" Mode:Master Channel:10 Frequency:2.457 GHz (Channel 10) Quality=96/100 Signal level=-32 dBm Noise level=-95 dBm Encryption key:on IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s 24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s 12 Mb/s; 48 Mb/s Extra:tsf=c2357a43 and my wireless is connecting to dlink since it is free. Mine is baladei-wifi. Here are the /etc/conf.d/net modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant") wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf" config_wlan0=("dhcp") and the wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant network={ ssid="baladei-wifi" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP psk=a077c1a5543504137b2a0d42ad045741c6173cb2bb9770a1818e6d661b968d32 } How can I make it to authenticate to my "baladei-wifi"? Please help because I didn't find anything on the web to solve my issue. Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
Re: [gentoo-user] Wireless problem
On Wed, 22 Aug 2007, Allan Gottlieb wrote: > At Wed, 22 Aug 2007 16:26:36 +0200 Michael Gisbers <[EMAIL PROTECTED]> wrote: > > > Am Wednesday 22 August 2007 schrieb Allan Gottlieb: > >> > >> I have the same hardware and had the same problem. I have used the > >> following kludge to "fix" it. > >> > >> Add ipw3945 to /etc/modules.autoload/kernel-2.6 > >> and add ipw3945d to the boot runlevel > >> > >> The first attempt autoload ipd3945 (from modules.autoload) will cause > >> an error, but the second load (from the deamon in the boot runlevel) > >> succeeds. When I pull the "erroneous" line from modules.autoload, the > >> load from the boot runlevel fails. (It seems to need two tries :-) ). > >> > >> I have been told that the new (unstable) baselayout fixes this but I > >> can't confirm since I run stable. > > > > I can confirm that problem on my FSC Lifebook E8210. A friend used ipw3945 > > on > > his Samsung laptop without any probs. > > > > By now I changed from ipw3945 to iwl3945 driver and have no initialisation > > errors anymore. > > Interesting. Thanks for the information. (It's actually "iwlwifi +ipw3945") I've had good luck with it with kernel 2.6.22 (so you don't need a chain of two external modules). It doesn't use a userspace daemon, so there's no problem with starting it up with a read-only root filesystem and there isn't the back-and-forth dependancy problem (ipw3945d requires the kernel driver to be loaded, and the kernel driver doesn't create any network interfaces until ipw3945d is running). The only tricky thing I've found about iwlwifi is that you get a "configuration" interface, which the persistant net rule for eth1 (or whatever) picks up and confuses everything. There's a "type" attribute you need to add to the udev rule to pick up the actual network interface. Somewhat unimportant: I think I need a kernel config option I haven't enabled to get the wifi led on my laptop to work with it, so I keep thinking my wifi is off when it's working. -Daniel *This .sig left intentionally blank* -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Wireless problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah, thanks for saying this, it got me thinking too. Emerging iwlwifi rright now. I'll write an article about it in my blog... -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGzKl7MmLQdC6jvocRAuyhAJ4xhQ94jk6k4EHiyTvx0zHd1EODcgCfRmAO PztFU6cPEPtvXBL2cdHQWhg= =vPmI -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Wireless problem
At Wed, 22 Aug 2007 16:26:36 +0200 Michael Gisbers <[EMAIL PROTECTED]> wrote: > Am Wednesday 22 August 2007 schrieb Allan Gottlieb: >> >> I have the same hardware and had the same problem. I have used the >> following kludge to "fix" it. >> >> Add ipw3945 to /etc/modules.autoload/kernel-2.6 >> and add ipw3945d to the boot runlevel >> >> The first attempt autoload ipd3945 (from modules.autoload) will cause >> an error, but the second load (from the deamon in the boot runlevel) >> succeeds. When I pull the "erroneous" line from modules.autoload, the >> load from the boot runlevel fails. (It seems to need two tries :-) ). >> >> I have been told that the new (unstable) baselayout fixes this but I >> can't confirm since I run stable. > > I can confirm that problem on my FSC Lifebook E8210. A friend used ipw3945 on > his Samsung laptop without any probs. > > By now I changed from ipw3945 to iwl3945 driver and have no initialisation > errors anymore. Interesting. Thanks for the information. allan -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Wireless problem
Am Wednesday 22 August 2007 schrieb Allan Gottlieb: > At Tue, 21 Aug 2007 21:04:52 -0400 Colleen Beamer <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I'm having a heck of a time trying to get wireless going on my laptop. > > I've tried so many things, I'm a bit dizzy and don't know where I've > > gone right or wrong. > > > > First things first. lspci shows my wireless hardware as: > > > > 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG > > Network Connection (rev 02) > > > > I've tried to follow this guide: > > > > http://gentoo-wiki.com/HARDWARE_ipw3945 > > > > When I get to the point where it tells me to do modprobe ipw3945, I get > > a message (and since I added ipw3945d to the default runlevel, I also > > get this same message on boot) about not being able to find: > > > > chown '/sys/bus/pci/drivers/ipw3945/00*/cmd' no such file or directory > > > > lsmod does not list the driver even though I emerged it and added it to > > the /etc/modules.autoload.d/kernel-2.6 file > > > > I tried doing a google on the above error message and one of the hits > > indicated that the person had the same problem, but at least had the > > ipw3945 directory in /sys/bus/pci/drivers/ I don't even have that. > > > > I have no idea what is going on here, so any help would be appreciated. > > And since I'm not really strong in networking, please lead me by the > > nose. > > I have the same hardware and had the same problem. I have used the > following kludge to "fix" it. > > Add ipw3945 to /etc/modules.autoload/kernel-2.6 > and add ipw3945d to the boot runlevel > > The first attempt autoload ipd3945 (from modules.autoload) will cause > an error, but the second load (from the deamon in the boot runlevel) > succeeds. When I pull the "erroneous" line from modules.autoload, the > load from the boot runlevel fails. (It seems to need two tries :-) ). > > I have been told that the new (unstable) baselayout fixes this but I > can't confirm since I run stable. I can confirm that problem on my FSC Lifebook E8210. A friend used ipw3945 on his Samsung laptop without any probs. By now I changed from ipw3945 to iwl3945 driver and have no initialisation errors anymore. -- Michael Gisbers http://www.lugor.de signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] Wireless problem
At Wed, 22 Aug 2007 11:15:12 +0200 Christian <[EMAIL PROTECTED]> wrote: > I have the same wireless lan card and I have no problems with > my installation. Your soln does not work for me, but we do have differences (see below) What does work is when I BOTH autoload ipw3945 and have ip23945d in the boot runlevel (the first fails, but seems necessary for the second to succeed). > I am using gentoo-sources-2.6.22-r2 and activated the following > option in the kernel: I am behind here using 2.6.20-gentoo-r7. Perhaps this is the difficulty. > Networking ---> >[*] Networking support > Wireless ---> > Improved wireless configuration API > --- Wireless extensions > < > Generic IEEE 802.11 Networking Stack (mac80211) The above 4 do not seem to exist > Generic IEEE 802.11 Networking Stack > [ ] Enable full debugging output >IEEE 802.11 WEP encryption (802.1x) >IEEE 802.11i CCMP support >IEEE 802.11i TKIP encryption > < > Software MAC add-on to the IEEE 802.11 networking stack The same four that you have as modules, I have built in to the kernel. > The following package I have installed: I have the same versions as you of these three ipw3945 packages. > > Few days ago, I had some problems while booting my system caused by udev. > After updating udev to version 114 the problems are gone. I also run version 114 > So, I don't load the kernel module explizit and I do not start the daemon > automatically in one runlevel. I just now tried this and the following error occurs. Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: received SIGTERM, stopping Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: removing default route via 192.168.1.1 metric 2000 Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: deleting IP address 192.168.1.100/24 Aug 22 09:18:12 ajglap dhcpcd[5247]: eth1: exiting Aug 22 09:51:53 ajglap rc-scripts: network interface eth1 does not exist > In my case, it seems to be done by udev. > > I also have written a script to start/stop wireless lan manually. I read your message as saying that without the script, the wireless lan would start automatically. This does not happen for me. > I hope these information may help you. Indeed, quite helpful. When I upgrade the kernel, which you may have inspired me to do right now, I will remove both the autoload and daemon start in the boot runlevel. Thanks, allan -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Wireless problem
Hi, I have the same wireless lan card and I have no problems with my installation. I am using gentoo-sources-2.6.22-r2 and activated the following option in the kernel: Networking ---> [*] Networking support Wireless ---> Improved wireless configuration API --- Wireless extensions < > Generic IEEE 802.11 Networking Stack (mac80211) Generic IEEE 802.11 Networking Stack [ ] Enable full debugging output IEEE 802.11 WEP encryption (802.1x) IEEE 802.11i CCMP support IEEE 802.11i TKIP encryption < > Software MAC add-on to the IEEE 802.11 networking stack The following package I have installed: [I] net-wireless/ipw3945 Available versions: 1.0.5 1.2.0 [M](~)1.2.1 {debug kernel_linux} Installed versions: 1.2.0(02:30:04 19.08.2007)(-debug kernel_linux) Homepage:http://ipw3945.sourceforge.net/ Description: Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter [I] net-wireless/ipw3945-ucode Available versions: 1.13 1.14.2 Installed versions: 1.14.2(10:58:38 05.02.2007) Homepage:http://www.bughost.org/ipw3945/ Description: Microcode for the Intel PRO/Wireless 3945ABG miniPCI express adapter [I] net-wireless/ipw3945d Available versions: 1.7.18 1.7.22-r4 Installed versions: 1.7.22-r4(01:36:38 29.12.2006) Homepage:http://www.bughost.org/ipw3945/ Description: Regulatory daemon for the Intel PRO/Wireless 3945ABG miniPCI express adapter And ipw3945d is NOT started in any runlevel. Few days ago, I had some problems while booting my system caused by udev. After updating udev to version 114 the problems are gone. So, I don't load the kernel module explizit and I do not start the daemon automatically in one runlevel. In my case, it seems to be done by udev. I also have written a script to start/stop wireless lan manually. I hope these information may help you. Best regards Christian Am Mittwoch, 22. August 2007 schrieb Allan Gottlieb: > At Tue, 21 Aug 2007 21:04:52 -0400 Colleen Beamer <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I'm having a heck of a time trying to get wireless going on my laptop. > > I've tried so many things, I'm a bit dizzy and don't know where I've > > gone right or wrong. > > > > First things first. lspci shows my wireless hardware as: > > > > 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG > > Network Connection (rev 02) > > > > I've tried to follow this guide: > > > > http://gentoo-wiki.com/HARDWARE_ipw3945 > > > > When I get to the point where it tells me to do modprobe ipw3945, I get > > a message (and since I added ipw3945d to the default runlevel, I also > > get this same message on boot) about not being able to find: > > > > chown '/sys/bus/pci/drivers/ipw3945/00*/cmd' no such file or directory > > > > lsmod does not list the driver even though I emerged it and added it to > > the /etc/modules.autoload.d/kernel-2.6 file > > > > I tried doing a google on the above error message and one of the hits > > indicated that the person had the same problem, but at least had the > > ipw3945 directory in /sys/bus/pci/drivers/ I don't even have that. > > > > I have no idea what is going on here, so any help would be appreciated. > > And since I'm not really strong in networking, please lead me by the > > nose. > > I have the same hardware and had the same problem. I have used the > following kludge to "fix" it. > > Add ipw3945 to /etc/modules.autoload/kernel-2.6 > and add ipw3945d to the boot runlevel > > The first attempt autoload ipd3945 (from modules.autoload) will cause > an error, but the second load (from the deamon in the boot runlevel) > succeeds. When I pull the "erroneous" line from modules.autoload, the > load from the boot runlevel fails. (It seems to need two tries :-) ). > > I have been told that the new (unstable) baselayout fixes this but I > can't confirm since I run stable. > > hth, > allan Here is my script to start/stop wireless lan manually: #!/bin/bash DRIVER=ipw3945 DAEMON=ipw3945d DEVICE=face if [[ -z $1 ]]; then echo "Usage: $0 [start|stop|static]" exit 0 fi if [[ x$1x != xstartx && x$1x != xstopx && x$1x != xstaticx ]]; then echo "Usage: $0 [start|stop|static]" exit 0 fi if [[ x$1x == xstopx ]]; then for i in `tail -n 1 /proc/net/wireless`; do DEVICE=${i/:/} break; done echo "Device: $DEVICE" if [[ $DEVICE != face ]]; then if [[ `cat /proc/net/dev | grep $DEVICE | wc -l` == 1 ]]; then echo "Stopping device $DEVICE..." /etc/init.d/net.$DEVICE stop fi sleep 1; if [[ `ps aux | grep $DAEMON | wc -l` != 1 ]]; then echo "Stopping $DAEM
Re: [gentoo-user] Wireless problem
At Tue, 21 Aug 2007 21:04:52 -0400 Colleen Beamer <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm having a heck of a time trying to get wireless going on my laptop. > I've tried so many things, I'm a bit dizzy and don't know where I've > gone right or wrong. > > First things first. lspci shows my wireless hardware as: > > 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG > Network Connection (rev 02) > > I've tried to follow this guide: > > http://gentoo-wiki.com/HARDWARE_ipw3945 > > When I get to the point where it tells me to do modprobe ipw3945, I get > a message (and since I added ipw3945d to the default runlevel, I also > get this same message on boot) about not being able to find: > > chown '/sys/bus/pci/drivers/ipw3945/00*/cmd' no such file or directory > > lsmod does not list the driver even though I emerged it and added it to > the /etc/modules.autoload.d/kernel-2.6 file > > I tried doing a google on the above error message and one of the hits > indicated that the person had the same problem, but at least had the > ipw3945 directory in /sys/bus/pci/drivers/ I don't even have that. > > I have no idea what is going on here, so any help would be appreciated. > And since I'm not really strong in networking, please lead me by the nose. I have the same hardware and had the same problem. I have used the following kludge to "fix" it. Add ipw3945 to /etc/modules.autoload/kernel-2.6 and add ipw3945d to the boot runlevel The first attempt autoload ipd3945 (from modules.autoload) will cause an error, but the second load (from the deamon in the boot runlevel) succeeds. When I pull the "erroneous" line from modules.autoload, the load from the boot runlevel fails. (It seems to need two tries :-) ). I have been told that the new (unstable) baselayout fixes this but I can't confirm since I run stable. hth, allan -- [EMAIL PROTECTED] mailing list
[gentoo-user] Wireless problem
Hi everyone, I'm having a heck of a time trying to get wireless going on my laptop. I've tried so many things, I'm a bit dizzy and don't know where I've gone right or wrong. First things first. lspci shows my wireless hardware as: 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02) I've tried to follow this guide: http://gentoo-wiki.com/HARDWARE_ipw3945 When I get to the point where it tells me to do modprobe ipw3945, I get a message (and since I added ipw3945d to the default runlevel, I also get this same message on boot) about not being able to find: chown '/sys/bus/pci/drivers/ipw3945/00*/cmd' no such file or directory lsmod does not list the driver even though I emerged it and added it to the /etc/modules.autoload.d/kernel-2.6 file I tried doing a google on the above error message and one of the hits indicated that the person had the same problem, but at least had the ipw3945 directory in /sys/bus/pci/drivers/ I don't even have that. I have no idea what is going on here, so any help would be appreciated. And since I'm not really strong in networking, please lead me by the nose. Regards, Colleen -- Registered Linux User #411143 with the Linux Counter, http://counter.li.org -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Wireless problem (ipw2200)
Le 16 septembre à 10:01:38 "Marco Calviani" <[EMAIL PROTECTED]> écrit notamment: | Hi Jean, | unfortunately is it still not working even if i've tried changing | different lines.. (however this does not make very much sense). Can | you post me you /etc/conf.d/net and /etc/wpa_supplicant.conf files? > Sure, here they are; but you will see I'm using wpa, not wep; so you can't really use my config :-( /etc/conf.d/net: config_eth0=( "194.199.136.151 netmask 255.255.255.0 brd 194.199.136.255" ) routes_eth0=( "default via 194.199.136.250" # IPv4 default route ) postup() { /usr/sbin/netfac } #this function is a script I wrote to activate eth1 only if eth0 is not plugged plug_timeout="10" modules=( "wpa_supplicant" ) wpa_supplicant_eth1="-Dwext" # For generic wireless And here's the /etc/wpa_supplicant.conf: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 #I had to emerge relevant packages for these two lines: pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so pkcs11_module_path=/usr/lib/opensc-pkcs11.so network={ ssid="ribalte" psk="x" priority=5 } hth, -- Jean Magnan de Bornier |Cours Victor Hugo e-mots: jean at bornier.net|13980 Alleins France T 08 70 39 34 03 |P 06 09 17 35 87 -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Wireless problem (ipw2200)
Hi Jean, unfortunately is it still not working even if i've tried changing different lines.. (however this does not make very much sense). Can you post me you /etc/conf.d/net and /etc/wpa_supplicant.conf files? Thanks, Marco On 9/10/06, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote: Le 10 septembre à 12:23:07 "Marco Calviani" <[EMAIL PROTECTED]> écrit notamment: | Hi Jean, > | the result of | $ dhcpcd -v LOG_DEBUG -d 2 eth1 | is | Error, dhcpStart: ioctl SIOCGIFHWADDR: No such device > | even if iwconfig shows: > | eth1 unassociated ESSID:"home" | Mode:Managed Channel=0 Access Point: 00:2C:F9:08:3B:6D | Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0 | Retry limit:7 RTS thr:off Fragment thr:off | Encryption key:(mykey) Security mode:restricted | Power Management:off | Link Quality:0 Signal level:0 Noise level:0 | Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 | Tx excessive retries:0 Invalid misc:0 Missed beacon:0 > > | and here's my wpa_supplicant.conf > | ctrl_interface=/var/run/wpa_supplicant | ctrl_interface_group=0 > | eapol_version=1 > | ap_scan=1 > | fast_reauth=1 > | network={ |ssid="home" |key_mgmt=NONE |wep_key0=(mykey) |wep_tx_keyidx=0 |priority=5 |auth_alg=SHARED | } [...] Hi Marco, I hope someone will help you better, I just can say I solved my own wifi problems with wpa_supplicant (wpa encryption) by commenting out one line of the recommended config and trying, then commenting out another one, retrying, and so on, until I had it working... good luck! -- Jean -- gentoo-user@gentoo.org mailing list -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Wireless problem (ipw2200)
Le 10 septembre à 12:23:07 "Marco Calviani" <[EMAIL PROTECTED]> écrit notamment: | Hi Jean, > | the result of | $ dhcpcd -v LOG_DEBUG -d 2 eth1 | is | Error, dhcpStart: ioctl SIOCGIFHWADDR: No such device > | even if iwconfig shows: > | eth1 unassociated ESSID:"home" | Mode:Managed Channel=0 Access Point: 00:2C:F9:08:3B:6D | Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0 | Retry limit:7 RTS thr:off Fragment thr:off | Encryption key:(mykey) Security mode:restricted | Power Management:off | Link Quality:0 Signal level:0 Noise level:0 | Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 | Tx excessive retries:0 Invalid misc:0 Missed beacon:0 > > | and here's my wpa_supplicant.conf > | ctrl_interface=/var/run/wpa_supplicant | ctrl_interface_group=0 > | eapol_version=1 > | ap_scan=1 > | fast_reauth=1 > | network={ |ssid="home" |key_mgmt=NONE |wep_key0=(mykey) |wep_tx_keyidx=0 |priority=5 |auth_alg=SHARED | } [...] Hi Marco, I hope someone will help you better, I just can say I solved my own wifi problems with wpa_supplicant (wpa encryption) by commenting out one line of the recommended config and trying, then commenting out another one, retrying, and so on, until I had it working... good luck! -- Jean -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Wireless problem (ipw2200)
Hi Jean, the result of $ dhcpcd -v LOG_DEBUG -d 2 eth1 is Error, dhcpStart: ioctl SIOCGIFHWADDR: No such device even if iwconfig shows: eth1 unassociated ESSID:"home" Mode:Managed Channel=0 Access Point: 00:2C:F9:08:3B:6D Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0 Retry limit:7 RTS thr:off Fragment thr:off Encryption key:(mykey) Security mode:restricted Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 and here's my wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="home" key_mgmt=NONE wep_key0=(mykey) wep_tx_keyidx=0 priority=5 auth_alg=SHARED } A/ What is the content of your wpa_supplicant.conf? (please don't show your psk if any) B/ What is the output of dhcpcd -v LOG_INFO eht1? (or LOG_DEBUG) cheers, Thanks in advance, Marco -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Wireless problem (ipw2200)
Le 10 septembre à 10:29:46 "Marco Calviani" <[EMAIL PROTECTED]> écrit notamment: | Hi, | i'm having problems with my since now working wireless. I'm running | on a 2.6.17-gentoo-r4 kernel with ipw2200-1.1.2-r1 and wpa_supplicant. | In particular when i start the net.eth1 service, it tells me: > | Starting eth1 | * Starting wpa_supplicant on eth1 ... | [ ok ] | * Starting wpa_cli on eth1 ... | [ ok ] | * Backgrounding ... > | the association with the wifi router went well but the dhcpcd client | is not getting any ip. > | Is there something strange or known to the community? > A/ What is the content of your wpa_supplicant.conf? (please don't show your psk if any) B/ What is the output of dhcpcd -v LOG_INFO eht1? (or LOG_DEBUG) cheers, -- Jean Magnan de Bornier |Cours Victor Hugo e-mots: jean at bornier.net|13980 Alleins France T 08 70 39 34 03 |P 06 09 17 35 87 -- gentoo-user@gentoo.org mailing list
[gentoo-user] Wireless problem (ipw2200)
Hi, i'm having problems with my since now working wireless. I'm running on a 2.6.17-gentoo-r4 kernel with ipw2200-1.1.2-r1 and wpa_supplicant. In particular when i start the net.eth1 service, it tells me: Starting eth1 * Starting wpa_supplicant on eth1 ... [ ok ] * Starting wpa_cli on eth1 ... [ ok ] * Backgrounding ... the association with the wifi router went well but the dhcpcd client is not getting any ip. Is there something strange or known to the community? regards, Marco -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] wireless problem
Le 03 février à 17:21:34 Simon Prosser <[EMAIL PROTECTED]> écrit notamment: | On Friday 03 February 2006 08:10, Jean Magnan de Bornier wrote: | > OK, dhcpcd does the connection all right, and thanks for that; however I | > still need to enter the user and password informations. I guess it might | > be a provider matter? > | have a read of /etc/conf.d/wireless.example <== all you needs in there ;) Did it already... but this is not so easy to figure out I'll look at all that again soon thanks -- Jean -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] wireless problem
On Friday 03 February 2006 08:10, Jean Magnan de Bornier wrote: > OK, dhcpcd does the connection all right, and thanks for that; however I > still need to enter the user and password informations. I guess it might > be a provider matter? have a read of /etc/conf.d/wireless.example <== all you needs in there ;) pgpMK8YrOsp8N.pgp Description: PGP signature
Re: [gentoo-user] wireless problem
Le 02 février à 15:55:55 Simon Prosser <[EMAIL PROTECTED]> écrit notamment: | heres my /etc/conf.d/net might give you some pointers if you dont want to use | dhcp... > | config_ath0=( "192.168.2.3 netmask 255.255.255.0 brd 192.168.0.255" ) | routes_ath0=( "default gw 192.168.2.1" ) | essid_ath0="belkin54g" | config_eth0=( "192.168.0.7" ) > | hth... > | On Thursday 02 February 2006 13:14, Iain Buchanan wrote: | > On Thu, 2006-02-02 at 12:49 +0100, Jean Magnan de Bornier wrote: | > > When I type "iwconfig" I obtain this: | > > | > > eth1 IEEE 802.11g ESSID:"Universite Paul Cezanne" | > > Mode:Managed Frequency:2.412 GHz Access Point: | > > 00:12:DA:AE:5A:50 | > > | > > Seems to indicate I am actually connected? | > | > this indicates you are associated with the AP whose mac address is | > 00:12:DA:AE:5A:50 | > | > > But then I can't access the network (firefox doesn't find anything). | > | > next you have to make sure you have an ip address (ifconfig eth1) and | > the necessary routing (route -n) | > | > dhcp should set this up for you. | > | > See what those two commands say for starters. OK, dhcpcd does the connection all right, and thanks for that; however I still need to enter the user and password informations. I guess it might be a provider matter? cheers, -- Jean -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] wireless problem
Le 02 février à 15:55:55 Simon Prosser <[EMAIL PROTECTED]> écrit notamment: | heres my /etc/conf.d/net might give you some pointers if you dont want to use | dhcp... > | config_ath0=( "192.168.2.3 netmask 255.255.255.0 brd 192.168.0.255" ) | routes_ath0=( "default gw 192.168.2.1" ) | essid_ath0="belkin54g" | config_eth0=( "192.168.0.7" ) > | hth... > | On Thursday 02 February 2006 13:14, Iain Buchanan wrote: | > On Thu, 2006-02-02 at 12:49 +0100, Jean Magnan de Bornier wrote: | > > When I type "iwconfig" I obtain this: | > > | > > eth1 IEEE 802.11g ESSID:"Universite Paul Cezanne" | > > Mode:Managed Frequency:2.412 GHz Access Point: | > > 00:12:DA:AE:5A:50 | > > | > > Seems to indicate I am actually connected? | > | > this indicates you are associated with the AP whose mac address is | > 00:12:DA:AE:5A:50 Oh! I though it was *my* mac address (flush) | > | > > But then I can't access the network (firefox doesn't find anything). | > | > next you have to make sure you have an ip address (ifconfig eth1) and | > the necessary routing (route -n) | > | > dhcp should set this up for you. | > | > See what those two commands say for starters. [...] Thanks a lot Simon and Iain; I will try dhcp tomorrow morning, cheers -- Jean -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] wireless problem
heres my /etc/conf.d/net might give you some pointers if you dont want to use dhcp... config_ath0=( "192.168.2.3 netmask 255.255.255.0 brd 192.168.0.255" ) routes_ath0=( "default gw 192.168.2.1" ) essid_ath0="belkin54g" config_eth0=( "192.168.0.7" ) hth... On Thursday 02 February 2006 13:14, Iain Buchanan wrote: > On Thu, 2006-02-02 at 12:49 +0100, Jean Magnan de Bornier wrote: > > When I type "iwconfig" I obtain this: > > > > eth1 IEEE 802.11g ESSID:"Universite Paul Cezanne" > > Mode:Managed Frequency:2.412 GHz Access Point: > > 00:12:DA:AE:5A:50 > > > > Seems to indicate I am actually connected? > > this indicates you are associated with the AP whose mac address is > 00:12:DA:AE:5A:50 > > > But then I can't access the network (firefox doesn't find anything). > > next you have to make sure you have an ip address (ifconfig eth1) and > the necessary routing (route -n) > > dhcp should set this up for you. > > See what those two commands say for starters. > > HTH, > -- > Iain Buchanan > > The early worm gets the bird. pgpu9fuUOzKXg.pgp Description: PGP signature
Re: [gentoo-user] wireless problem
On Thu, 2006-02-02 at 12:49 +0100, Jean Magnan de Bornier wrote: > > When I type "iwconfig" I obtain this: > > eth1 IEEE 802.11g ESSID:"Universite Paul Cezanne" > Mode:Managed Frequency:2.412 GHz Access Point: 00:12:DA:AE:5A:50 > Seems to indicate I am actually connected? this indicates you are associated with the AP whose mac address is 00:12:DA:AE:5A:50 > But then I can't access the network (firefox doesn't find anything). next you have to make sure you have an ip address (ifconfig eth1) and the necessary routing (route -n) dhcp should set this up for you. See what those two commands say for starters. HTH, -- Iain Buchanan The early worm gets the bird. -- gentoo-user@gentoo.org mailing list
[gentoo-user] wireless problem
Hello all, Using a Dell latitude x1, dual-boot with w$ xp; on my campus they have a wireless network which I can access with my mail login and password. It works without a problem on w$. On my gentoo I installed wpa_supplicant with the following item in the conf file: network={ ssid="Universite Paul Cezanne" identity="mylogin" password="mypassword" priority=5 } Here mylogin and password are also (of course) what I enter to access the network when on w$. When I type "iwconfig" I obtain this: eth1 IEEE 802.11g ESSID:"Universite Paul Cezanne" Mode:Managed Frequency:2.412 GHz Access Point: 00:12:DA:AE:5A:50 Bit Rate=54 Mb/s Tx-Power=20 dBm Retry limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=91/100 Signal level=-37 dBm Noise level=-80 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:5350 Missed beacon:0 Seems to indicate I am actually connected? But then I can't access the network (firefox doesn't find anything). Maybe it the identity/password which is not correct? Thanks for any help, -- Jean -- gentoo-user@gentoo.org mailing list