Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]! Getting wicd to work with wireless
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sat Apr 09, 2011 1:00 pm    Post subject: [solved]! Getting wicd to work with wireless Reply with quote

I tried to get wicd working a few weeks ago, but the thread sorta ran out of steam. I have wicd installed, and can modprobe the driver for my wireless, but wicd shows "no wireless networks found," even though iwconfig shows :

wlan0 IEEE 802.11bg Mode:Managed Frequency:2.462 GHz
Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off


Last edited by pottzie on Thu Apr 14, 2011 2:22 am; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 1:19 am    Post subject: Reply with quote

Code:
emerge pciutils wgetpaste
lspci -k | wgetpaste
ifconfig | wgetpaste
ifconfig -a | wgetpaste
iwlist scan | wgetpaste
ls -l /lib/firmware | wgetpaste
lsmod | wgetpaste
awk '/CONFIG_WIRELESS/,/CONFIG_WIMAX/' /usr/src/linux/.config | wgetpaste
awk '/CONFIG_WLAN=y/,/Enable WiMAX/' /usr/src/linux/.config | wgetpaste
ls -l /etc/init.d/net* | wgetpaste
wgetpaste /etc/conf.d/net
wgetpaste /etc/wpa_supplicant/wpa_supplicant.conf
wgetpaste /etc/rc.conf
wgetpaste /etc/conf.d/rc
post url's returned. What happens in response to
Code:
wicd-client

_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 1:55 am    Post subject: Reply with quote

I took the liberty of opening a pastebin and copying everything to two different pastebin pages. The first shows output down to the two 'awk' commands.
http://pastebin.com/mGXjyzVU

The second shows the results of trying to get the files using nano. /etc/wpa_supplicant/wpa_supplicant.conf showed an empty file.
http://pastebin.com/bTh1KHnk

I should ad that all of this was done while the computer was connected by ehternet cable.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 2:21 am    Post subject: Reply with quote

Code:
emerge usbutils
lsusb
post the line that identifies the wireless dongle
Code:
ifconfig wlan0 up
iwlist scan
post results
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 3:01 am    Post subject: Reply with quote

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 050d:7050 Belkin Components F5D7050 Wireless G Adapter v1000/v2000 [Intersil ISL3887]
localhost pottzie # ifconfig wlan0 up
SIOCSIFFLAGS: Unknown error 132
localhost pottzie # iwlist scan
lo Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 4:04 am    Post subject: Reply with quote

probably you've heard this before, but the kernel is not loading a driver and/or firmware that is correct for the chipset in the dongle.
It looks like you have it built, but let's try: Edit menuconfig to:
Quote:
[*] Networking support --->
-*- Wireless --->
--- Wireless
<M> cfg80211 - wireless configuration API
[ ] nl80211 testmode command
[ ] enable developer warnings
[ ] cfg80211 regulatory debugging
[ ] enable powersave by default
[ ] cfg80211 DebugFS entries
[*] cfg80211 wireless extensions compatibility
[*] Wireless extensions sysfs files
<M> Common routines for IEEE802.11 drivers
[ ] lib80211 debugging messages
<M> Generic IEEE 802.11 Networking Stack (mac80211)
Default rate control algorithm (Minstrel) --->
[ ] Enable mac80211 mesh networking (pre-802.11s) support
[ ] Export mac80211 internals in DebugFS
[ ] Select mac80211 debugging features --->

Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
--- Wireless LAN
< > Marvell 8xxx Libertas WLAN driver support with thin firmware
< > Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards
< > Atmel at76c50x chipset 802.11b support
< > Atmel at76c503/at76c505/at76c505a USB cards
< > Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)
< > USB ZD1201 based Wireless device support
< > Wireless RNDIS USB support
< > Realtek 8180/8185 PCI support
< > Realtek 8187 and 8187B USB support
< > ADMtek ADM8211 support
< > Simulated radio testing tool for mac80211
< > Marvell 88W8xxx PCI/PCIe Wireless support
< > Atheros Wireless Cards --->
< > Broadcom 43xx wireless support (mac80211 stack)
< > Broadcom 43xx-legacy wireless support (mac80211 stack)
< > IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)
< > Intel PRO/Wireless 2100 Network Connection
< > Intel PRO/Wireless 2200BG and 2915ABG Network Connection
< > Intel Wireless Wifi
< > Marvell 8xxx Libertas WLAN driver support
< > Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)
<M> Softmac Prism54 support
<M> Prism54 USB support
< > Prism54 PCI support (NEW)
< > Ralink driver support --->
< > Realtek RTL8192CE/RTL8188SE Wireless Network Adapter
< > TI wl1251 driver support --->
< > TI wl12xx driver support --->
< > ZyDAS ZD1211/ZD1211B USB-wireless support
mount /boot partition if appropriate, recompile and recopy the kernel. Then
Code:
emerge --unmerge wicd
wget -O /lib/firmware/isl3887usb http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.25.0.lm87.arm
modprobe -r p54usb ; modprobe p54usb
ifconfig wlan0 up
iwlist scan
any change?
If it does not up and/or scan:
changing RC_VERBOSE="no" to RC_VERBOSE="yes" in /etc/conf.d/rc will provide more feedback when starting/stopping interfaces.
Code:
dmesg | tail -500 | wgetpaste
and post the url
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 4:54 am    Post subject: Reply with quote

No change as far as iwlist scan and iwlan0 up.
http://paste.pocoo.org/show/368839/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 5:27 am    Post subject: Reply with quote

dmesg says firmware problem:
Code:
emerge prism54-firmware
modprobe -r p54usb ; modprobe p54usb
ifconfig wlan0 up
iwlist scan
any change?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Sun Apr 10, 2011 6:10 am    Post subject: Reply with quote

i think part of the issue here may be that there are two drivers in the kernel which support his card, and he has both of them enabled in the kernel

namely, these two:

Code:

p54/p54usb.c:   {USB_DEVICE(0x050d, 0x7050)},   /* Belkin F5D7050 ver 1000 */
rt2x00/rt2500usb.c:     { USB_DEVICE(0x050d, 0x7050), USB_DEVICE_DATA(&rt2500usb_ops) },


Confirmed the same on:

http://wiki.debian.org/rt2500usb
http://wiki.debian.org/prism54
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 6:54 am    Post subject: Reply with quote

the point of my Sat Apr 09, 2011 11:04 pm was to go straight p54usb isl3887usb. Based on lsusb result: Bus 001 Device 005: ID 050d:7050 Belkin Components F5D7050 Wireless G Adapter v1000/v2000 [Intersil ISL3887]

lets try, tediously so as to see each event:
Code:
modprobe -r rt2500usb
modprobe -r rt73usb
modprobe -r rt2x00usb
modprobe -r rt2x00lib
modprobe -r p54common
modprobe -r p54usb 
modprobe p54common
modprobe p54usb
reboot

When back up:
Code:
ifconfig
ifconfig wlan0 up
iwlist scan
Any change?

as the ep1out timeout that seems to be blocking firmware loading is a usb function please check that menuconfig has
Quote:
Device Drivers --->
[*] USB support
<M> Enable Wireless USB extensions (EXPERIMENTAL)
<*> EHCI HCD (USB 2.0) support
<*> OHCI HCD support
<*> UHCI HCD (most Intel and VIA) support
If not add, recompile, etc
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 3:13 pm    Post subject: Reply with quote

Went with recompiling the kernel as the first step. After rebooting:
localhost pottzie # modprobe -r rt2500usb
FATAL: Module rt2500usb not found.
localhost pottzie # modprobe -r rt73usb
FATAL: Module rt73usb not found.
localhost pottzie # modprobe -r rt2x00usb
FATAL: Module rt2x00usb not found.
localhost pottzie # modprobe -r rt2x00lib
FATAL: Module rt2x00lib not found.
localhost pottzie # modprobe -r p54common
FATAL: Module p54common is in use.
localhost pottzie # modprobe -r p54usb
localhost pottzie # modprobe p54common
localhost pottzie # modprobe p54usb

Going for a reboot and see what else shows up.
Nope, no change. Again, all this was run while connected with the cable.
localhost pottzie # ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:09:79:ab:28
inet addr:10.10.10.110 Bcast:10.10.10.255 Mask:255.255.255.0
inet6 addr: fe80::211:9ff:fe79:ab28/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1265 errors:0 dropped:0 overruns:0 frame:0
TX packets:1169 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1258377 (1.2 MiB) TX bytes:177373 (173.2 KiB)
Interrupt:22 Base address:0x8000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400 (400.0 B) TX bytes:400 (400.0 B)

localhost pottzie # ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
localhost pottzie # iwlist scan
lo Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

eth0 Interface doesn't support scanning.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 5:08 pm    Post subject: Reply with quote

FRrom the dmesg:
Quote:
usbcore: deregistering interface driver p54usb
[ 184.468801] cfg80211: module is already loaded
[ 184.487680] mac80211: module is already loaded
[ 184.509416] p54usb 1-8:1.0: usb_probe_interface
[ 184.509421] p54usb 1-8:1.0: usb_probe_interface - got id
[ 184.560236] ehci_hcd 0000:00:02.2: port 8 high speed
[ 184.560243] ehci_hcd 0000:00:02.2: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT
[ 184.611027] usb 1-8: reset high speed USB device using ehci_hcd and address 2
[ 184.680241] ehci_hcd 0000:00:02.2: port 8 high speed
[ 184.680246] ehci_hcd 0000:00:02.2: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT
[ 184.794400] usb 1-8: firmware: requesting isl3887usb
[ 184.827832] phy1: p54 detected a LM87 firmware
[ 184.827836] p54: rx_mtu reduced from 3240 to 2384
[ 184.827839] phy1: FW rev 2.13.25.0 - Softmac protocol 5.9
[ 184.827842] phy1: cryptographic accelerator WEP:YES, TKIP:YES, CCMP:YES
[ 186.829148] usb 1-8: modprobe timed out on ep1out len=1024/2048
[ 186.829154] usb 1-8: (p54usb) firmware upload failed!
[ 186.829176] p54usb: probe of 1-8:1.0 failed with error -110

[ 186.829214] usbcore: registered new interface driver p54usb
Can't load the firmware.
Trying to make sense of this pageas to what the best and current firmware might be. The ebuild for prism54-firmware includes the line 'http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.24.0.lm87.arm' which I am guessing is a newer softmac driver for your chip.
emerge prism54-software should have created /lib/firmware/isl3890, it did for me.
try:
Code:
mv /lib/firmware/isl3887usb /lib/firmware/isl3887usb.bak
mv /lib/firmware/isl3890 /lib/firmware/isl3887usb
modprobe -r p54usb
modprobe p54usb
ifconfig
ifconfig up wlan0
iwlist scan

next try:
_________________
Defund the FCC.


Last edited by DONAHUE on Sun Apr 10, 2011 5:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 5:14 pm    Post subject: Reply with quote

Nope. Stubborn as a mule.
localhost pottzie # mv /lib/firmware/isl3887usb /lib/firmware/isl3887usb.bak
localhost pottzie # mv /lib/firmware/isl3890 /lib/firmware/isl3887usb
localhost pottzie # modprobe -r p54usb
localhost pottzie # modprobe p54usb
localhost pottzie # ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:09:79:ab:28
inet addr:10.10.10.110 Bcast:10.10.10.255 Mask:255.255.255.0
inet6 addr: fe80::211:9ff:fe79:ab28/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:109704 errors:0 dropped:0 overruns:0 frame:0
TX packets:81118 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:152980871 (145.8 MiB) TX bytes:7385483 (7.0 MiB)
Interrupt:22 Base address:0x8000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400 (400.0 B) TX bytes:400 (400.0 B)

localhost pottzie # ifconfig up wlan0
SIOCSIFADDR: No such device
up: ERROR while getting interface flags: No such device
localhost pottzie # iwlist scan
lo Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

eth0 Interface doesn't support scanning.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 5:27 pm    Post subject: Reply with quote

Next try: a newer, .25 vice .24, firmware individually for your (nominally) chipset.
Code:
wget -O /lib/firmware/isl3887usb http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.25.0.lm87.arm
modprobe -r p54usb
modprobe p54usb
ifconfig
ifconfig up wlan0
iwlist scan
Luck? This sucks, dmesg says almost right, but close does not count.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 5:50 pm    Post subject: Reply with quote

Still stays the same.
localhost pottzie # modprobe -r p54usb
localhost pottzie # modprobe p54usb
localhost pottzie # ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:09:79:ab:28
inet addr:10.10.10.110 Bcast:10.10.10.255 Mask:255.255.255.0
inet6 addr: fe80::211:9ff:fe79:ab28/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:115070 errors:0 dropped:0 overruns:0 frame:0
TX packets:85942 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:158821925 (151.4 MiB) TX bytes:7987233 (7.6 MiB)
Interrupt:22 Base address:0x8000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400 (400.0 B) TX bytes:400 (400.0 B)

localhost pottzie # ifconfig up wlan0
SIOCSIFADDR: No such device
up: ERROR while getting interface flags: No such device
localhost pottzie # iwlist scan
lo Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

eth0 Interface doesn't support scanning.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 5:58 pm    Post subject: Reply with quote

try a reboot to recycle p54common

this setup seems to be the best chance
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 6:03 pm    Post subject: Reply with quote

After reboot,
" ifconfig up wlan0
SIOCSIFADDR: No such device
up: ERROR while getting interface flags: No such device"
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 6:18 pm    Post subject: Reply with quote

Either Belkin is electronically misidentifying the chipset, or a minor variation has not been picked up by the linux firmware packagers, or I do not know what's up (true).
see if the label on the dongle yields info:[quote] b) Identifying via FCC ID for the device. Most devices using radio frequencies usually have stickers/imprints identifying their rights for use. Most of these stickers/imprints will have FCC ID labelling on it which usually goes by the words "FCC ID: XXXXXXXXXXXX". The FCC has a website for one to enquire more information specifically for that device and this is also where it comes in handy for the alternative platform users whom wants to find out what sort of chipset is inside the device, etc without having to physically pull the device apart/open.

USB owners/users will find such labels on the physical device itself. It is normally a sticker that is on the outside of the physical device rather than the inside. Once the sticker/label has been found you will need to copy that information and enter it in onto FCC website: https://fjallfoss.fcc.gov/oetcf/eas/reports/GenericSearch.cfm . Once the information has been entered in click "submit" and click on "detail" when the site presents a table. If your device has more than one entry in the table, look for the entry that has the words "original equipment" printed on the same line as "detail" and then click on "detail". Upon the next table presented by the site click on "internal photos", this word maybe slightly varied (i.e. shortened, capitalised) but the meaning should be the same. The site will then prompt you a pdf file in which you will need to examine the photos on the various pages and to see which chipset you have. USB second generation owners/users may find their device internal photos denoted as GW3887 printed on the physical chip itself.

Actually the government failed (surprise) to produce a result for a dongle I have. A google for FCC ID NOI W423B however did identify my chipset.
_________________
Defund the FCC.


Last edited by DONAHUE on Sun Apr 10, 2011 6:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 6:31 pm    Post subject: Reply with quote

Maybe I need another brand of wireless receiver! I saw that section on the page you linked to, and thought that was going a ways over the top.
Just for kicks, I happen to have three of those Belkins, thanks to Ebay. So I plugged all three in and ran lsusb to see what happens.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 1a40:0101 TERMINUS TECHNOLOGY INC. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 050d:7050 Belkin Components F5D7050 Wireless G Adapter v1000/v2000 [Intersil ISL3887]
Bus 001 Device 004: ID 050d:7050 Belkin Components F5D7050 Wireless G Adapter v1000/v2000 [Intersil ISL3887]
Bus 001 Device 005: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 006: ID 050d:705a Belkin Components F5D7050 Wireless G Adapter v3000 [Ralink RT2573]

But ifconfig and ifconfig up wlan0 still show SIOCSIFADDR: No such device

Glad I'm connected by a hardwire.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 6:40 pm    Post subject: Reply with quote

you can try menuconfig for no prism only ralink drivers instead for the rt2573:
Quote:
--- Wireless LAN
< > Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)
< > Softmac Prism54 support
<M> Ralink driver support --->
--- Ralink driver support
< > Ralink rt2400 (PCI/PCMCIA) support (NEW)
< > Ralink rt2500 (PCI/PCMCIA) support (NEW)
< > Ralink rt2501/rt61 (PCI/PCMCIA) support (NEW)
< > Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support (NEW)
< > Ralink rt2500 (USB) support (NEW)
<M> Ralink rt2501/rt73 (USB) support
< > Ralink rt27xx/rt28xx/rt30xx (USB) support (NEW)
[ ] Ralink debug output (NEW)
recompile,recopy, ..

Code:
emerge rt73-firmware
nano /etc/modprobe.d/blacklist.conf

edit to:
Quote:
blacklist p54common
blacklist p54usb

Code:
modprobe rt73
reboot
with the rt2573 dongle installed
Code:
ifconfig -a
check the interface is still wlan0
Code:
ifconfig wlan0 up
etc
lsmod and dmesg | tail -40 changes might be interesting

BTW any difference in fcc id among the three? (if belkin did the required label)
_________________
Defund the FCC.


Last edited by DONAHUE on Sun Apr 10, 2011 9:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 7:17 pm    Post subject: Reply with quote

trying ubuntu or system rescue cd 2.0.1 or newer might be fun. (cable unplugged)
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 10:30 pm    Post subject: Reply with quote

Okay, I'm booted into an Ubuntu 64bit live cd, and posting this via wireless. I did a quick search to see which module was making the wireless work, looks like:

cfg80211 170293 2 rt2x00lib,mac80211
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 10, 2011 10:43 pm    Post subject: Reply with quote

this is with the one that claims rt2573 installed?

cfg80211 is being used by rt2x00lib and mac80211 , no sign of rt73?

could you post results of
Code:
lsmod
and
Code:
dmesg | tail -50
from ubuntu
_________________
Defund the FCC.
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Sun Apr 10, 2011 10:58 pm    Post subject: Reply with quote

I just restarted the computer with the Ubuntu live cd and went with "Try Ubuntu." Then connected using Ubuntu's wireless/ Network Manager. What I listed was what showed up when I ran lsmod.
root@ubuntu:/home/ubuntu# lsmod
Module Size Used by
binfmt_misc 7984 1
dm_crypt 13381 0
lp 10201 0
snd_intel8x0 31307 2
snd_ac97_codec 125227 1 snd_intel8x0
ac97_bus 1474 1 snd_ac97_codec
snd_pcm 89104 2 snd_intel8x0,snd_ac97_codec
arc4 1497 2
rt73usb 24308 0
crc_itu_t 1739 1 rt73usb
snd_seq_midi 5932 0
snd_rawmidi 22207 1 snd_seq_midi
rt2500usb 19651 0
rt2x00usb 11316 2 rt73usb,rt2500usb
snd_seq_midi_event 7291 1 snd_seq_midi
rt2x00lib 31575 3 rt73usb,rt2500usb,rt2x00usb
snd_seq 57512 2 snd_seq_midi,snd_seq_midi_event
led_class 3393 1 rt2x00lib
mac80211 266657 2 rt2x00usb,rt2x00lib
snd_timer 23850 2 snd_pcm,snd_seq
snd_seq_device 6912 3 snd_seq_midi,snd_rawmidi,snd_seq
ppdev 6804 0
snd 64117 11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
psmouse 62080 0
parport_pc 30086 1
edac_core 46822 0
cfg80211 170293 2 rt2x00lib,mac80211
soundcore 1240 1 snd
serio_raw 4910 0
parport 37032 3 lp,ppdev,parport_pc
edac_mce_amd 9387 0
shpchp 34910 0
i2c_nforce2 6155 0
k8temp 4064 0
snd_page_alloc 8588 2 snd_intel8x0,snd_pcm
squashfs 27681 1
aufs 179029 4367
nls_cp437 6375 1
isofs 34218 1
dm_raid45 75026 0
xor 4709 1 dm_raid45
btrfs 506518 0
zlib_deflate 21866 1 btrfs
crc32c 3007 1
libcrc32c 1268 1 btrfs
nouveau 568848 2
ttm 68212 1 nouveau
drm_kms_helper 32836 1 nouveau
drm 206161 4 nouveau,ttm,drm_kms_helper
i2c_algo_bit 6208 1 nouveau
floppy 65299 0
sata_nv 23770 1
pata_amd 12050 1
forcedeth 55649 0
ramzswap 11551 0
lzo_compress 2349 1 ramzswap
root@ubuntu:/home/ubuntu#
Back to top
View user's profile Send private message
pottzie
Guru
Guru


Joined: 06 Nov 2010
Posts: 314

PostPosted: Mon Apr 11, 2011 2:27 am    Post subject: Reply with quote

I spaced out the dmesg tail. Sorry.
http://pastebin.com/t1K9px5S
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum