![]() |
300mbps wlan adapter RTL8191SU - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: 300mbps wlan adapter RTL8191SU (/thread-464.html) Pages: 1 2 |
300mbps wlan adapter RTL8191SU - sandoz - 16th Feb, 2013 07:54 PM will this adapter work on xbian? based on RTL8191SU i have a 150n now, but the speed for hd is just not enough http://www.ebay.de/itm/WLAN-Dongle-Wireless-USB-2-0-Stick-300Mbps-Realtek-Neu-/400408067358?pt=DE_Computing_USB_WLAN_Adapter_Dongles&hash=item5d3a2e3d1e&_uhb=1#ht_5194wt_1139 300mbps wlan adapter RTL8191SU - Koenkk - 16th Feb, 2013 08:36 PM Yes but you probably need a powered USB hub for that one. RE: 300mbps wlan adapter RTL8191SU - Beans.Jb - 12th Mar, 2013 07:40 PM Have you been able to verify if this works?? I have been fighting with this http://www.trendnet.com/products/proddetail.asp?prod=200_TEW-649UB but I cannot get it to work. Ninja edit: it is also using the RTL8191SU chipset. RE: 300mbps wlan adapter RTL8191SU - Koenkk - 12th Mar, 2013 10:44 PM Can you try this: Code: sud su #default password = raspberry The output of the dmesg command should look something like this Code: r8712u: module is from the staging directory, the quality is unknown, you have been warned. If yes, the firmware is now working and you can setup your wireless in xbian-config. RE: 300mbps wlan adapter RTL8191SU - CurlyMo - 12th Mar, 2013 10:47 PM You cannot simply download modules from the internet because the kernel versions must be the same (you could have tested this yourself). If you can provide me with the source of the module i will compile it. RE: 300mbps wlan adapter RTL8191SU - Beans.Jb - 12th Mar, 2013 10:51 PM (12th Mar, 2013 10:47 PM)CurlyMo Wrote: You cannot simply download modules from the internet because the kernel versions must be the same (you could have tested this yourself). If you can provide me with the source of the module i will compile it.Sorry, this about the depth of my linux knowledge. What module are you referring to? RE: 300mbps wlan adapter RTL8191SU - Koenkk - 12th Mar, 2013 11:03 PM @CurlyMo http://www.t3node.com/fileadmin/user_upload/linux/rtl8712-src.tar.gz (got if from this site: http://www.t3node.com/blog/sempre-wireless-usb-stick-wu300-2-on-raspberry-pi/ ). RE: 300mbps wlan adapter RTL8191SU - Beans.Jb - 12th Mar, 2013 11:24 PM This is the result after I performed the above steps and before reboot Code: root@xbian:/home/xbian# iwconfig and dmesg Code: [ 3.504521] usb 1-1.3.1.1: new high-speed USB device number 7 using dwc_otg Then I reboted and now these are the results of the above steps Code: root@xbian:/lib/modules/3.6.11+/kernel/net/wireless# modprobe r8712u RE: 300mbps wlan adapter RTL8191SU - CurlyMo - 13th Mar, 2013 12:18 AM The 8712 module has been present in the kernel for the past 2 weeks as you can see here: https://github.com/xbianonpi/xbian/tree/xbian-beta1/lib/modules/3.6.11%2B/kernel/drivers/staging/rtl8712 Just run: Code: sudo modprobe r8712u @Koenkk, if you're looking for a module just search in this file: https://github.com/xbianonpi/xbian/blob/xbian-beta1/lib/modules/3.6.11%2B/modules.dep RE: 300mbps wlan adapter RTL8191SU - Beans.Jb - 13th Mar, 2013 01:00 AM Ok, so then its not a module or firmware issue but I still can't connect. I'm open to suggestions. 300mbps wlan adapter RTL8191SU - Koenkk - 13th Mar, 2013 01:18 AM Keep in mind 300mbps adapters are quite useless on the pi as the usb interface on the pi is only 100mbps. RE: 300mbps wlan adapter RTL8191SU - Beans.Jb - 13th Mar, 2013 01:27 AM That makes sense. Is the only solution to buy a new dongle? RE: 300mbps wlan adapter RTL8191SU - Koenkk - 13th Mar, 2013 02:23 AM How do you mean? RE: 300mbps wlan adapter RTL8191SU - Beans.Jb - 13th Mar, 2013 02:25 AM I was asking in this thread http://forum.xbian.org/thread-590-page-3.html. I can't seem to stay connected to my available networks. RE: 300mbps wlan adapter RTL8191SU - Koenkk - 13th Mar, 2013 03:15 AM I don't know what the exact problem is. But basically the Edimax ew-7811UN is just THE dongle for the pi. |