Debian :: Usb Wifi Adapter (airdata 150 S2 Usb) Don't Work
Jan 7, 2011
The usb wifi adapter (airdata 150 s2 usb) which I have don't work well. The first time I put it on my computer does not work, so I installed this package [URL] but still not working. Then I search on intenet and found how to make it to work here [URL] that I do is add "blacklist rt2800usb" at the end of the file /etc/modprobe.d/blacklist.conf . After that usb wifi worked, but I have others problems. Some times it disconnect from the Internet and web pages are loading slow and some times do not load at all. Does any one know how I can make it work well? I am using Debian Squeeze.
[Code]....
View 2 Replies
ADVERTISEMENT
Jan 7, 2011
I have another thread started [URL] asking for support on configuring a Netopia TER/GUSB-N USB Wireless Adapter. But, I figured it would be interesting to get some opinions about other wireless adapters. I don't mind shopping on eBay for a new adapter or purchasing one at Walmart or BestBuy. So basically, I wanted to find out which wireless adapters are guaranteed to work out of the box after installing Debian. I am setting up webcam servers throughout my house and want to use the same hardware as much as possible. So if anyone has any recommendations on a wireless adapter that is proven to work and work well, please let me know.
Here are three that I can get pretty cheap at Walmart: Belkin N150 Enhanced Wireless USB Network AdapterNetgear WG111 Wireless-G 54Mbps USB 2.0 AdapterCisco - Valet Connector (Wireless N USB Adapter) AM10-4A
View 7 Replies
View Related
Nov 2, 2009
my long awaited WUA-1340 D-Link wifi adapter has arrived, and...unfortunately won't work it didn't work "out of the box", so I tried the following (found on the aircrack website)Here's what I did....1. Edit /etc/modprobe.d/blacklist and add blacklist rt73usb as a new line.2. RebootThen,
Code:
wget http://homepages.tu-darmstadt.de/~p_larbig/wlan/rt73-k2wrlz-3.0.3.tar.bz2
tar -xjf rt73-k2wrlz-3.0.3.tar.bz2
[code]....
View 3 Replies
View Related
Sep 5, 2015
I've installed Debian 8.1 on Lenovo G50-80 Touch. Ethernet is OK but the WiFi adapter is disabled. How can I enable it?
Code: Select alluname -a
Linux debianserv 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux[code][/code]
[code]lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: Lenovo Device [17aa:3821]
Kernel driver in use: r8169
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0041] (rev 20)
Subsystem: Lenovo Device [17aa:3545]
View 4 Replies
View Related
Oct 2, 2015
I bought this wifi adapter to use with my home server running debian Wheezy [URL] ....
I installed realtek-firmware and wireless-tools(including NetworkManager and wpasupplicant). I rebooting and plugged in the wireless adapter and it didn't load the driver. After further research, I found that this adapter required the RTL8188EU driver, which I had to install manually. After manually installing that driver using the source from the iwfinger github [URL] .... and rebooting, I plugged in the wireless adapter and it worked. The wireless adapter seemed to work but after testing it under load(downloading a several GB file from the server and uploading a several GB file to the server) I ran into issues during the tests. I'm not sure what is going on but it seems the driver is failing or it is disconnecting from the network. I checked dmesg and this is what I found,
Code: Select all[ 5478.544704] RTL871X: reg 0x80, usb read 4 fail, status:-71 value=0x0, vendorreq_times:1
[ 5478.544707] RTL871X: reg 0x80, usb read 4 fail, status:-19 value=0x0, vendorreq_times:2
[ 5478.544710] RTL871X: reg 0x80, usb read 4 fail, status:-19 value=0x0, vendorreq_times:3
[ 5478.544712] RTL871X: reg 0x80, usb read 4 fail, status:-19 value=0x0, vendorreq_times:4
[ 5478.544714] RTL871X: reg 0x80, usb read 4 fail, status:-19 value=0x0, vendorreq_times:5
[Code] ....
I'm somewhat new to Debian and I'm not sure what else to do here.
View 3 Replies
View Related
May 20, 2015
Using a USB ISO, I recently installed Debian 8.0 Jessie (64-bit, Xfce DE) to a new computer. I usually lose my Wifi connection after 1-3 minutes when donwloading/uploading at around max. speed 4 Mbps/512 kbps. Sometimes it will last 15+ minutes.
When lightly browsing it can usually stay connected for 15-30 minutes. I have to disable and enable Wifi using NetworkManager to connect again. If I remember correctly, there were problems with the Wifi connection even during the installation of Debian.
This Wifi USB adapter works fine on my old computer with Debian 7.7 (32-bit). No problems with the Wifi connection yesterday on my old computer during 10+ hours of activity.
This Wifi adapter also works fine on this new computer when I boot from a live USB (Rescatux 0.30.2) downloading and uploading at max. speed for 1+ hour.
I already tried some suggestions I found online, but they didn't work:
* changing Wifi channels between 1, 6, 11 in my router settings
* changing WPA-WPA2 to WPA2 in my router settings
* ignore IPv6 in NetworkManager
* change probe_wait_ms from 500 ms to higher value by adding Code: Select alloptions mac80211 probe_wait_ms=1000 or Code: Select alloptions mac80211 probe_wait_ms=3000 to /etc/modprobe.d/mac80211.conf and rebooting
* disable Power Management for Wifi adapter (not supported)
* ...
I can also post the output of commands from Rescatux or my old computer if needed.
Output of commands on Debian 8.0 64-bit (I edited out some info, MAC, ...; not sure if that is important):
Code: Select alluname -a
Linux d8lnx 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13) x86_64 GNU/Linux
Code: Select alldmesg
...
[ 291.292408] ieee80211 phy0: wlan0: No probe response from AP XX:XX:XX:XX:XX:XX after 3000ms, disconnecting.
[ 291.459825] cfg80211: Calling CRDA to update world regulatory domain
[ 291.462030] cfg80211: World regulatory domain updated:
[ 291.462033] cfg80211: DFS Master region: unset
[CODE]....
View 14 Replies
View Related
Aug 26, 2015
I dual-boot Jessie with Windows 10, and I recently guessed that the 'fast boot' (hibernate on shutdown) feature of Windows doesn't properly shut down the RTL8188EU NIC plugged into my PC. So when I boot into Debian, it isn't properly recognised by the driver and I have to completely shut down the PC to make it work.
Is there a way to automatically cut the power to the wireless NIC on startup and then reenable it so I don't have to do this?
View 3 Replies
View Related
Aug 2, 2010
I have Lenny running on my old Toshiba Qosmio E10 via wired ethernet. what I need to do to get the intergrated wireless adapter recognised, configured etc.
View 4 Replies
View Related
Jul 12, 2014
I just did a Wheezy reinstall (I just started using LVM on LUKS), but my Ralink RT5370 usb wireless adapter wouldn't work, even though I have firmware-ralink installed. When I click on the Network Manager icon, it lists my home network (WPA2 passphrase) as available, but clicking on it yields no result.
Before the system reinstall, I've been using the adapter with firmware-ralink without problems. As far as "apt-get update && apt-get upgrade" goes, my system is up-to-date.
I tried uninstalling and then reinstalling firmware-ralink (rebooted too), but to no avail. The adapter seems to be undamaged.
Here are a few pieces of info that might be useful:
Code: Select all$ uname -a
Linux watershed 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 GNU/Linux
Code: Select all# lsusb
...
Bus 004 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
[Code] ....
View 0 Replies
View Related
Sep 14, 2014
I've just installed Debian Wheezy on my old Toshiba Satellite A10 (Intel celeron 2.20 GHz, 1GB Ram, 30 GB hard drive) and tried to connect to my home wifi network with a usb wifi adapter (Hamlet HNWU254G). lsusb in terminal says it is Ralink RT2501. Ethernet worked fine, so I installed firmware-ralink package, the adapter was recognized and I was able to connect.
However, I heard quite frequently a strange whistle and realized it came from the usb wifi adapter; it also got very very hot. Other strange thing: the computer some times freezes: screen flickering, loss of control of mouse and keyboard, need to shut down with power button.
At first I thought it was the video card not being powerful enough for Gnome (even classic), but then I installed Xfce4 and nothing changed. Instead, when working offline, freezes happen less frequently (but still happen).
I've tried the usb adapter on another laptop with wheezy: it gets hot, but there are no whistles and freezes.
View 1 Replies
View Related
Nov 5, 2010
I can't seem to get my adapter to work on my Debian Squeeze system. I have the wpc54g linksys notebook adapter and disk... but the disk will not autorun...I have gotten as far as to the adapter being activated, shows connection 97%, but I can't surf!
View 6 Replies
View Related
Jan 30, 2010
i tried following the readme file included in the driver of the usb network adapter but seems its not exact.
any ideas on how i can configure it manually? KDE does not detect any wifi device. .(of course since no driver is installed yet).
i used my desktop (win***)with DSL connection and installed the driver of the usb net adapter.. made it as the access point. . so my laptop detects the desktop as wifi spot.
View 2 Replies
View Related
Sep 6, 2010
I have a AWU212n wifi dongle that I would like to use to get a debian computer to connect to connect to the network. There aren't any linux drivers and it seems to need a realtek program to connect. I'm running debian Squeeze. Wine doesn't work to run the installer, I don't know if I copied the realtek program from a windows computer and ran it with wine if it would work then or not.
View 1 Replies
View Related
Dec 7, 2010
Having moved my computers into a "new" office in my house, I have no network cables. Had fun times trying to run a network cable, ultimately stopped due to unknown block in the vertical wall and fear of drilling through something important. I have strong WIFI signal to this room.
I tried plugging in my Netgear WPN111, didn't work. Works on my Win7 box, and I need one on that anyway, so I'd prefer to get another wifi card, be it a PCI, PCIE, or USB dongle. I would prefer the USB dongle since I could then use it elsewhere if need be. I've installed Ubuntu 10.10 64-bit. The cpu is an Intel quad-core 920, with 8GB ram.
View 2 Replies
View Related
Jan 1, 2011
I need to use a USB Wifi adapter to get online and was wondering if anyone had personel experience of one that works out of the box (Perferably on Arch Linux) or with litle configuration. Ive been to [URL] but want morer personal experience because ive gotten devices in the past that 'support linux' and dont work. Please include model numbers and links to documentation on configuration if posssible.
View 13 Replies
View Related
Jul 26, 2011
I am using dell vostro 1510 laptop with dell wireless 1395 wifi card and I am using Backtrack 5 vmware image with vmware player directly on windows 7.
Sir my lan card is woking but my wifi card is not working at all.
View 7 Replies
View Related
Feb 5, 2015
My wifi does not work in the actual debian testing jessie lxde amd64 with wicd version (fresh install). What I've done:
0. Fresh testing jessie install (offline and ignored the question for adding iwlwifi)
1. Adding following sources:
deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
2. apt-get update
3. apt-get install firmware-iwlwifi
4. modprobe -r iwlwifi ; modprobe iwlwifi
So searching the web just brings up the wheezy way solution (backport new kernel and iwlwifi).
But in this case, actual jessie testing kernel is already installed by default and so the actual 43 firmware-iwlwifi
Some information:
Code: Select all# dpkg -l |grep -i iwlwifi
ii firmware-iwlwifi 0.43 all Binary firmware for Intel Wireless cards
Code: Select all# dmesg | grep wifi
[ 7.890216] iwlwifi 0000:02:00.0: irq 107 for MSI/MSI-X
[ 8.478878] iwlwifi 0000:02:00.0: firmware: direct-loading firmware iwlwifi-7260-9.ucode
[ 8.479867] iwlwifi 0000:02:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[ 8.553105] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 8.553193] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[Code] ....
I must add: lxde Debian uses Wicd, so network-manager is not installed !
Wicd seems to be the problem. After changing to network-manager, everthing is ok.
Next install with the official Jessie release, i will look, why wicd not work out of the box.
View 5 Replies
View Related
Mar 21, 2010
After I solved the issue about printer, now I'm struggling to make the integrated scanner of lexmark S305 work with debian.The device is connected to the network through integrated wifi connection (it is NOT connected with usb to a host, which act as a server), but I don't know how xsane can recognize it.I have just added the ip address in /etc/sane.d/net.conf, but it doesn't work at all. I read some tutorials on how to configure a network scanner, but they are all related to a scanner connected to a computer through usb, and then shared on the network by this computer.The second issue (probably more important) is that xsane probably doesn't recognize even with usb connection the scanner. The latter is not listed in the supported scanner list. Indeed connecting by usb to my laptop, it doesn't work. I haven't found any driver for it, but probably it could work with driver of other scanners.
View 1 Replies
View Related
Jan 30, 2010
Out of all the Linux I have tried, this is the only one which will hibernate and startup again properly. But it has no drivers for the rtl2860 wifi adapter. I am thinking of using NDIS wrapper, but it may stop hibernation working. I see a guide which I am going to try to follow, but has anyone out there got this adapter working and hibernation still works?
View 2 Replies
View Related
Aug 11, 2011
I Have an HP Pavilion G6. I recently installed openSUSE after having no luck with another linux distribution. I was told openSUSE is more compatible with laptops, so I figured I'd give it a try. I am now facing the same problem I had been facing w/ the other distribution (Ubuntu). My Network Adapter doesn't seem to be recognized by any linux operating systems. It is a Ralink 802.11b/g/n WiFi adapter. When I open the "network" tab, my home wifi is not listed, nor are any around me. In fact, I can't even open the "wireless" tab.
I've installed any recent drivers for my adapter, and I went to extensive lengths to try to solve the issue on my previous linux distribution. I don't know what output to give you from the terminal, nor do I really know any commands to look for anything. On a side note, I had been messing with my touchpad application, trying to set my preferences. I check the boxes for horiz. and vertic. scrolling with two fingers, and apply. They don't work. I check the boxes for using two finger tap to do something, and three finger tap to do something else.
View 9 Replies
View Related
May 28, 2010
I started yesterday off wanting to install this USB wifi adapter on my PC (which is mini-itx so has additional pci slots) [URL] it has the Ralink 3070 chipset. I tried everything I found when googling, nothing came close to working, this was in Fedora12. So I gave up and installed Ununtu 10.04, hoping for better luck there. Ubuntu will recognise the presence of a wifi adapter, here's the output from iwconfig
[Code]....
But it sees no wifi networks and generally won't do anything; I don't think it has the right driver. Rosewill does list a (linux) driver and so does Ralink, but again, neither of these come close to working. has anyone gotten this adapter or chipset to work in ubuntu?
View 4 Replies
View Related
Feb 19, 2011
I just installed ubuntu (latest version). Everything worked except when i plug the wifi adapter to the computer nothing happens... It wont show up for wireless network... What do i do? This adapter works great on xp, and its a ralink wifi adapter. I dont know which model version i have though because i bought it new on ebay and it never said model info... I also have a netgear wg111t, how would i get this to work as well?
View 3 Replies
View Related
Jul 9, 2011
Is this possible? and if so how? Basically the PC in my sig connects to the Internet through a Wireless Adapter..etc. I have another tower PC, running Ubuntu that sits next to it - doing nothing and has no internet connection. (My son uses it to play tux paint etc). I would love to be able to connect the Tower PC to My PC via an ethernet cable? and share the Wireless Connection on my PC?
View 4 Replies
View Related
Jul 14, 2011
My laptop has an internal wireless g "adapter" (for lack of a better word) and I plugged in a very cheap and very small ASUS wireless N adapter later on. The ASUS adapter has better bandwidth (again for lack of a better word) but isn't as high quality of a link as the internal adapter is.The laptop appears to be using the internal adapter, but i want it to use the ASUS adapter.
View 5 Replies
View Related
Jun 10, 2010
Strange, just fired up my laptop and Wicd is telling me that I am on a Wired Network. Somehow, I have no clue as to how but my wireless connection is now being interpreted as a wired one.
View 7 Replies
View Related
Oct 9, 2015
I am hoping to be able to get an old serial-touchscreen to work with a usb/serial adapter. I had this touchscreen working some years ago on different hardware. I would like to hook it to the machine I am setting up as a multimedia host with mythtv among other things.
Following the instructions I left behind when I got this to work way back when does not work. See [URL] ....
This info is a work around to get the xserver to see the touchscreen. [URL] ....
I do know that the touchscreen works as I am able to get garbage on the screen as in the first part of my howto. But I have not had any success getting xorg to see it. I wish I had posted a copy of the xorg.conf at the time, but......
There is an issue with the current xserver in testing that I am hoping the next update (in unstable) will fix when it gets pushed to testing. That is that Code: Select all# X -configure fails with a segfault. So I am not able to generate the xorg.conf needed to get it to work. I was going to post a bugreport, that is when I found out there is an update in unstable, so I am waiting for it to get pushed at the moment.
Anyway I am hoping that I can link /dev/ttyUSB0 to /dev/tty0 and get it to work. I would like some kind of guess as to my chances of success before I go to all the work of getting the monitor hooked to the host.
View 1 Replies
View Related
Aug 10, 2010
My laptop has an internal wifi adapter, but I recently purchased another one because of its extended range.susb, shows that the new adapter is:
Code:
Bus 002 Device 027: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
After disconnecting my internal adapter from the wireless network, I can scan for networks
[code]...
View 13 Replies
View Related
Nov 27, 2010
After a new fresh-from-DVD install of Fedora 14 64-bit (over top of Fedora 12 64-bit which went over top of Fedora 10 64-bit before that) my Linksys WUSB600N adapter connects at login to my WiFi N router with WPA2 Personal.
That is great, as previously (fc10/12) I had to use the Ralink drivers per ogetbilo's thread on this forum (that thread kept me on the net for many years now). And at some point this even became a pain because sometimes the system would boot and refuse to connect to the wireless (which would hang trying to connect) and then crash to a dump screen on shutdown (bug reported). The fix was hoped to be found in upgrading to F14 and the newer kernels with working native Ralink chip support.
But I still have an issue... the connection stays up for a few minutes then drops. If I disable/re-enable wireless it (at least sometimes) re-connects. But obviously that is not workable. This is a USB adapter and I am not entirely sure that there is not some USB powersave issue going on, but I do not see anywhere to disable system USB power saving either.
View 1 Replies
View Related
Jul 28, 2010
i'm very new to linux(starting), don't know anything. I tried my level best to configure my wifi adapter but, couldn't do it. so give to step wise instructions to to do so.
View 8 Replies
View Related
Oct 23, 2010
I've just upgraded my old laptop from xubuntu to ubuntu 10.10 and I have some connectivity problems with my usb adapter Netgear WG111v3. On xubuntu I had no problems with connecting on the network but with ubuntu, it says I have good reception but it doesn't connect on the network (rarely it does, but for a very short time). I have another laptop currently running on ubuntu 10.04 and it has no problems at all (however it has an internal usb card).
View 1 Replies
View Related