I thought that the ENCORE ENUWI-N wifi adapter that I have was based on
the Ralink driver set and would work with the firmware provided in
Microcore.  Unfortunately I was not able to set up using the
Picoreplayer menu script (received the standard "Device busy, does not
support scan" type message as reported earlier in the thread).  Having a
little insomnia tonight, I thought to try a few more things.  I was able
to connect successfully by doing the following:
1) manually set my ESSID (sudo iwconfig wlan0 essid "MySSID")
2) run the microcore wifi script (sudo wifi.sh) - this will provide a
scan of available networks from which you can select the correct one. 
Even though you've manually set ESSID before, this will get DNS and IP.

I haven't saved anything, so should be able to reproduce and test again
if needed.

Output of lsmod

Code:
--------------------
    tc@box:~$ lsmod
  Module                  Size  Used by    Not tainted
  snd_bcm2835            16165  1
  snd_pcm                80315  2 snd_bcm2835
  snd_page_alloc          5148  1 snd_pcm
  snd_timer              20001  1 snd_pcm
  snd                    58518  4 snd_bcm2835,snd_pcm,snd_timer
  arc4                    1675  2
  rt2800usb              15356  0
  rt2x00usb              11561  1 rt2800usb
  rt2800lib              58083  1 rt2800usb
  rt2x00lib              44839  3 rt2800usb,rt2x00usb,rt2800lib
  mac80211              312987  3 rt2x00usb,rt2800lib,rt2x00lib
  cfg80211              204084  2 rt2x00lib,mac80211
  crc_ccitt               1521  1 rt2800lib
  squashfs               23590 24
  loop                   16102 48
  evdev                   9305  0
  spi_bcm2708             4738  0
  i2c_bcm2708             3941  0
  
--------------------


Output of dmesg

Code:
--------------------
    tc@box:~$ dmesg | grep rt28
  [   20.400911] usbcore: registered new interface driver rt2800usb
  [   23.959027] phy0 -> rt2x00lib_request_firmware: Info - Loading firmware 
file 'rt2870.bin'.
  [   49.325063] phy0 -> rt2800usb_entry_txstatus_timeout: Warning - TX status 
timeout for entry 10 in queue 0
  [   49.325140] phy0 -> rt2800usb_entry_txstatus_timeout: Warning - TX status 
timeout for entry 10 in queue 0
  [   49.325159] phy0 -> rt2800usb_entry_txstatus_timeout: Warning - TX status 
timeout for entry 10 in queue 0
  [  157.835001] phy0 -> rt2800usb_entry_txstatus_timeout: Warning - TX status 
timeout for entry 10 in queue 0
  [  157.835074] phy0 -> rt2800usb_entry_txstatus_timeout: Warning - TX status 
timeout for entry 10 in queue 0
  [  157.835092] phy0 -> rt2800usb_entry_txstatus_timeout: Warning - TX status 
timeout for entry 10 in queue 0
  
--------------------


I'm not sure if this is a permanent fix.  If it proves successful, then
I'll need to update my entry in the wifi listing.


------------------------------------------------------------------------
mcdudeabides's Profile: http://forums.slimdevices.com/member.php?userid=57765
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to