FS#10815 - a fix for netgear wg111v2 not working on kernel 2.6.25.x (This bug is in the config upstream)
Attached to Project:
Arch Linux
Opened by christopher rogers (godane) - Thursday, 03 July 2008, 03:34 GMT
Last edited by Greg (dolby) - Tuesday, 12 August 2008, 03:44 GMT
Opened by christopher rogers (godane) - Thursday, 03 July 2008, 03:34 GMT
Last edited by Greg (dolby) - Tuesday, 12 August 2008, 03:44 GMT
|
Details
Description:
I fould out the reason my internet could not connect. Its cause the rtl8187 driver had data rate set to pid and not simple. I hope this will help people who are having problems with netgear wg111v2 usb version. http://www.gossamer-threads.com/lists/linux/kernel/860544 I know simple data rate works cause the slax kernel i use for arch-live uses simple. I think the new 2.6.25 kernel version has pid set has default and thats why its a problem with all the kernel 2.6.25 i have tryed. This is a upstream and downstream problem i think. Additional info: kernel 2.6.25.4-1 and kernel 2.6.25.6-1 packages what to do: in shell modprobe rtl8187 iwconfig wlan0 mode managed essid "linksys" channel 6 rate 5.5M auto enc XXXXXXX Then try to use wicd on the desktop to connect to internet. This other bug could be having the same problem too. http://bugs.archlinux.org/task/10442?string=kernel&project=1&search_name=&type[0]=&sev[0]=&pri[0]=&due[0]=&reported[0]=&cat[0]=&status[0]=open&percent[0]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto= |
This task depends upon
It said that Generic IEEE 802.11 Networking Stack (mac80211) has to be build in kernel for it rtl8187 to work. It can't be build has a kernel module. That's weird cause there linking to Archlinux wiki and we have a kernel that does have mac80211 build in like there suggesting.
PS sorry about the double post.