| View previous topic :: View next topic |
| Author |
Message |
scoobydu Veteran


Joined: 16 Feb 2003 Posts: 1075 Location: 'Mind the Gap'
|
Posted: Wed Aug 10, 2005 5:14 pm Post subject: madwifi-driver_0.1_pre20050809 & 20050906 timeout errors |
|
|
Been using the previous version of madwifi drivers now for a month or so on my powerbook 5,6.using WG511T
Just insalled the above update and only get timeouts now :-/
No config changes at all.
wpa_supplicant -c /etc/wpasupplicant.conf -D madwifi -i ath0 -dd
gives me;
ioctl[IEEE80211_IOCTL_SETMLME]: Bad Address (line after line)
Whatever that means
tia
btw tried going back to the previous drivers, but that doesn't work, same timeout. Also rebooted AP, with no effect. _________________ Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Last edited by scoobydu on Tue Sep 06, 2005 6:29 pm; edited 1 time in total |
|
| Back to top |
|
 |
RayDude Veteran


Joined: 29 May 2004 Posts: 1043 Location: San Jose, CA
|
Posted: Thu Aug 11, 2005 2:17 am Post subject: |
|
|
Same problem here. My only update and now wifi is dead...
The old version is dead as well. What the heck changed?
Raydude _________________ Some day there will only be free software. |
|
| Back to top |
|
 |
ph03n1x l33t


Joined: 06 Feb 2003 Posts: 754
|
Posted: Thu Aug 11, 2005 2:38 am Post subject: |
|
|
I always had problems with my AP and mad-wifi that's why I'm using my old orinoco here.
Now back to your problem. You might want to try the cvs version of the driver which is usually newer. If you're sure it's not a gentoo problem you could have a look at: http://madwifi.sourceforge.net/
There's a mailinglist, irc, ...
hth  _________________ www.n-tek.ch |
|
| Back to top |
|
 |
chrb n00b

Joined: 23 Jun 2002 Posts: 19
|
Posted: Thu Aug 11, 2005 6:33 am Post subject: |
|
|
Another "me too".
Please post your comments and findings on bug #102104 |
|
| Back to top |
|
 |
RayDude Veteran


Joined: 29 May 2004 Posts: 1043 Location: San Jose, CA
|
Posted: Thu Aug 11, 2005 11:54 pm Post subject: |
|
|
The problem is that wpa_supplicant needs to be compiled with the mad-wifi headers... Currently the ebuild calls out the old CVS version...
Someone is working to fix things.
For those who want the work around without reading the bug report...
| Code: | rm -rf /var/modules/<your kernel version>/net
emerge -C madwifi-driver
echo "=net-wireless/madwifi-driver-0.1_pre20050809" >> /etc/portage/package.mask
emerge madwifi-driver |
I suspect this will be fixed with a new wpa_supplicant ebuild very shortly.
Note: if you have other network modules compiled you'll need to rebuild them as well with emerge or with a kernel make modules_install.
Raydude _________________ Some day there will only be free software. |
|
| Back to top |
|
 |
Cinder6 l33t


Joined: 04 Aug 2004 Posts: 767 Location: California
|
Posted: Fri Aug 12, 2005 12:36 am Post subject: |
|
|
weird...having no problems on my system with my Netgear WG311T. _________________ Knowledge is power.
Power corrupts.
Study hard.
Be evil.
Ugly Overload |
|
| Back to top |
|
 |
mwiertz Tux's lil' helper

Joined: 07 Jul 2003 Posts: 88 Location: Selfkant, Germany
|
Posted: Fri Aug 12, 2005 3:18 am Post subject: |
|
|
Same problem here,
used a same solution as RayDude to get the old driver working again... |
|
| Back to top |
|
 |
jamapii Guru


Joined: 16 Sep 2004 Posts: 392
|
Posted: Fri Aug 12, 2005 1:39 pm Post subject: |
|
|
Thanks for the warning!
I often do a "quickpkg <package>" if I don't trust it, so I can revert to the old package with "emerge --usepkgonly ..." |
|
| Back to top |
|
 |
scoobydu Veteran


Joined: 16 Feb 2003 Posts: 1075 Location: 'Mind the Gap'
|
Posted: Wed Aug 24, 2005 5:17 am Post subject: |
|
|
Well r1 of madwifi and 0.4.4 wpa_supplicant still doesn't work for me! anyone else? _________________ Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective| |
|
| Back to top |
|
 |
mwiertz Tux's lil' helper

Joined: 07 Jul 2003 Posts: 88 Location: Selfkant, Germany
|
Posted: Wed Aug 24, 2005 3:22 pm Post subject: |
|
|
well, for me
net-wireless/madwifi-driver-0.1_pre20050420-r1 and
net-wireless/wpa_supplicant-0.4.4
do work... so maybe you are running into a different problem...
post some more details... |
|
| Back to top |
|
 |
RayDude Veteran


Joined: 29 May 2004 Posts: 1043 Location: San Jose, CA
|
Posted: Tue Sep 06, 2005 1:00 am Post subject: |
|
|
| scoobydu wrote: | | Well r1 of madwifi and 0.4.4 wpa_supplicant still doesn't work for me! anyone else? |
Please note, before you emerge the latest wpa_supplicant you have to add "madwifi" to your USE= if you have madwifi, otherwise wpa_supplicant won't compile for madwifi...
It works for me now that I've figured that out.
Raydude _________________ Some day there will only be free software. |
|
| Back to top |
|
 |
scoobydu Veteran


Joined: 16 Feb 2003 Posts: 1075 Location: 'Mind the Gap'
|
Posted: Tue Sep 06, 2005 3:57 am Post subject: |
|
|
| RayDude wrote: | | scoobydu wrote: | | Well r1 of madwifi and 0.4.4 wpa_supplicant still doesn't work for me! anyone else? |
Please note, before you emerge the latest wpa_supplicant you have to add "madwifi" to your USE= if you have madwifi, otherwise wpa_supplicant won't compile for madwifi...
It works for me now that I've figured that out.
Raydude |
Thanks Raydude
Thats seems to get 0.4.4 wpa_supplicant working but still not with madwifi-driver_0.1_pre20050809 only the driver previous to that.
Using madwifi-driver_0.1_pre20050809 on my powerbook still seems to work but dhcp fails every time. _________________ Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective| |
|
| Back to top |
|
 |
RayDude Veteran


Joined: 29 May 2004 Posts: 1043 Location: San Jose, CA
|
Posted: Tue Sep 06, 2005 2:50 pm Post subject: |
|
|
| scoobydu wrote: | | RayDude wrote: | | scoobydu wrote: | | Well r1 of madwifi and 0.4.4 wpa_supplicant still doesn't work for me! anyone else? |
Please note, before you emerge the latest wpa_supplicant you have to add "madwifi" to your USE= if you have madwifi, otherwise wpa_supplicant won't compile for madwifi...
It works for me now that I've figured that out.
Raydude |
Thanks Raydude
Thats seems to get 0.4.4 wpa_supplicant working but still not with madwifi-driver_0.1_pre20050809 only the driver previous to that.
Using madwifi-driver_0.1_pre20050809 on my powerbook still seems to work but dhcp fails every time. |
Sorry, I didn't realize. I'm running this version of madwifi-driver:
| Code: | * net-wireless/madwifi-driver
Latest version available: 0.1_pre20050420-r1
Latest version installed: 0.1_pre20050420-r1 |
I guess I haven't unmasked the latest version yet. I'll try that tonight when I get home to see if it causes me trouble.
Do you get any error messages in dmesg or /var/log/messages?
Raydude _________________ Some day there will only be free software. |
|
| Back to top |
|
 |
scoobydu Veteran


Joined: 16 Feb 2003 Posts: 1075 Location: 'Mind the Gap'
|
Posted: Tue Sep 06, 2005 5:38 pm Post subject: |
|
|
Arh I see yes, your version works fine for me too, now with supplicant 0.4.4.
The problem is the new version, see first post
edit: Couldn't be fussed with debugging this, so tried the latest cvs snapshot, madwifi-driver_0.1_pre20050906 and it compiles and installs fine, but gives me the same problem.
I'll check on madwifi forums to see if the config has changed or something ..... _________________ Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective| |
|
| Back to top |
|
 |
mthalmei n00b

Joined: 02 Jan 2005 Posts: 11 Location: Salzburg
|
Posted: Wed Oct 05, 2005 1:45 pm Post subject: |
|
|
I had the same problem with the latest madwifi driver.
Reading the madwifi project page and the newest INSTALL in madwifi cvs http://cvs.sourceforge.net/viewcvs.py/madwifi/madwifi/INSTALL?view=markup I tried to load both crypto modules (md5 and aes_i586). And guess what ?
It works now
so this is my configuration:
gentoo-sources-2.6.13-r3
wpa_supplicant-0.4.4
madwifi-driver-0.1_pre20050809-r1
loaded modules (in /etc/modules.autoload/kernel.2.6):
md5
aes_i586
ath_pci
As the INSTALL document states that an internal AES algorithm is choosen if the kernel module is not found I con only guess that there is something wrong with this internal code. |
|
| Back to top |
|
 |
|