Debian :: How To Update WiFi Driver
Jan 15, 2016
I just installed Debian 8 and it doesnt look like my WiFi card is working. Unfortunately I didn't make a note what is the card manufacturer. How would I update WiFi driver?I previously had Windows 7 but I installed Debian over Windows.
View 2 Replies
ADVERTISEMENT
Oct 22, 2015
I am running fully updated Stretch. I am tring to complie a driver for Ralink 5370 USB WiFi dongle. When I do make I get the following error:
Code: Select allmake[1]: Entering directory '/lib/modules/4.2.0-1-686-pae/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/4.2.0-1-686-pae/build'
Makefile:356: recipe for target 'LINUX' failed
I have installed build-essentials, linux-headers and linux sources. What I have to install to complete this compile?
View 3 Replies
View Related
Nov 23, 2010
I have broadcom wireless card in my system. I got the driver from broadcom site. I compiled it against my kernel and the module works fine. How could I automatically load this driver at startup. I followed the instruction found in the driver source README file. But its not working. The steps I followed are as follows:
# load driver
# cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
# depmod -a
The same steps I followd in 2.6.26 kernel and it worked fine. Now its not working in my new kernel 2.6.32.For manually loading it I have to remove the ssb driver and the download this one. Otherwise it will not work. So I tried adding ssb to /etc/modprobe.d/blacklistle. But that driver loads during startup. So each time I have to manually unload the ssb driver and insert the new one.
View 4 Replies
View Related
Oct 29, 2014
I am having a problem with the driver, I do lspci | grep -i net and this is my driver: Broadcom Corporation BCM4321 802.11a/b/g/n...I have tried this: URL.. (I have debian squeeze) and it created a eth1 interface.I do ip link set eth1 up and after that I do : iwlist scan and it works, but when for example I try iw dev eth1 scan it doesn't work it says nl80211 not found.And when I try to run hostapd (which is my final goal) it also says nl80211 not found.
View 1 Replies
View Related
Jan 2, 2010
I have an Acer Aspire 6930 laptop that I'm setting up for my wife with Debian Lenny. It has an Intel 5100 wireless card. I'd like to get a driver for the card without having to install a new kernel.
View 11 Replies
View Related
Feb 12, 2016
tried android usb internet tethering from your android with an usb cable to your laptop. zero configuration, the connection is detected as Enternet Usb and there you go Working 100%, quite simple
View 0 Replies
View Related
Mar 25, 2014
I've bought a HP Pavilion laptop on which Ubuntu was pre-installed. i had to switch my OS into Debian Wheezy. But now i can't find the wifi driver for my network card. [MEDIATEK Corp. Device 7360].. I tried upgrading kernel to 3.13.6.. But couldn't make my wifi driver work....
View 5 Replies
View Related
Sep 16, 2010
I cant seam to find out how to get my card to work i cant find out how to install the driver or finding the wifi card on the system.
View 9 Replies
View Related
Jun 15, 2010
Squeeze's latest update has upgraded my kernel from 2.6.32-3-686 to 2.6.32-5-686.My wireless stopped working and then I realised that I had to rebuild the wifi modules. I had followed this earlier.URL...For this new kernel, which I step of the process should I repeat? Rebuild module? Or just do a modprobe?
View 4 Replies
View Related
Mar 14, 2011
As a part of my final project,i am beginner and this is the first one that i have the opportunity to work under linux fedora,my task consist to develop with C a driver of wifi by using the SDIO Wifi card as an interface. This driver will be included in a digital receiver TV.
View 2 Replies
View Related
Nov 18, 2010
I have a PC that have a new Ethernet card that is not yet supported by Debian/Lenny.I downloaded the latests driver from the manufacturer and after a make;make install everything works like a charm.My problem is that one day after a probable update, Debian overrided my new driver by an other one causing my Ethernet card to shut down.After an other make install, everything work again like it should..But how do i do to prevent Debian to update my driver ?
View 1 Replies
View Related
May 13, 2010
I just installed ubuntu and I have no wifi connection. How would I download and intsall a copy from my Win XP boot?
View 2 Replies
View Related
Jan 4, 2016
Yesterday I installed some updates on my Jessie system (I don't remember if the kernel was also updated). After rebooting the system nothing happens after the "Loading intial ramdisk"-message. If I boot in recovery mode the boot stops at the message:
Code: Select allfb: switching to nouveaufb from simple
If I add "nouveau.modeset=0" temporary to the GRUB-entry for the recovery mode, it will boot up in the console-mode.
I was able to get an ethernet connection with "dhclient eth0" and removed the "xserver-xorg-video-nouveau" package. Then I installed it and the removed gnome-desktop again. Before removing it, aptitude said the following to the package:
Code: Select alli A xserver-xorg-video-nouveau
Now it only says:
Code: Select alli xserver-xorg-video-nouveau
But this didn't change my problem. I found a similar case in the internet, but there were no solutions for it: [URL] ....
The next thing I would do, is to install the proprietary nvidia-drivers, but since I have a GTX 960 video card, I would have to use experimental drivers. So I'm afraid to make it more worse trying to install this drivers.
Also I'm not sure if it really is a driver-specific of kernel-specific problem. My kernel is version 3.16.0-4-amd64.
View 10 Replies
View Related
Jun 11, 2010
I have the latest version of Debian installed on a Poweredge 1600SC. Everything is working ok, but the Adaptec AAR 2410sa PCI SATA card has started being a bit weird. I have a 1TB drive connected to it and noticed that occasionally it was unmounting the drive and messages appeared in the /var/log/messages like the following:
Jun 10 23:50:57 servertron kernel: [11246.006500] sd 1:0:2:0: [sdd] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
Jun 10 23:50:57 servertron kernel: [11246.006500] sd 1:0:2:0: [sdd] Sense Key : Hardware Error [current]
Jun 10 23:50:57 servertron kernel: [11246.006500] sd 1:0:2:0: [sdd] Add. Sense: Internal target failure
After a reboot everything would be fine. I did some research and heard that it could be the drive failing, so after running a disk check etc I connected up a new 1TB drive (was getting low anyway) to another SATA interface on the card and started trying to copy from one drive to another. Lo and behold, it happened on the new drive as well. Bugger.
I haven't had time to open it up and check the connections and will be doing this shortly, but thought I would check to see if it was using the best/newest driver, but am a bit stuck as to where to start. I've looked through some docs and help but can't really see how to update and check hardware drivers in debian.
lspci shows the following:
00:00.0 Host bridge: Broadcom GCNB-LE Host Bridge (rev 01)
00:00.1 Host bridge: Broadcom GCNB-LE Host Bridge
00:02.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
[code]....
Is there a newer version of accraid I can use? Even if there isn't, how would I go about identifying which driver the card is using and installing an update?
View 1 Replies
View Related
Feb 16, 2015
Just used Synaptic to update my video driver for the XFX RADEON R250x. It was working before when I had installed the drivers from the AMD site. But I was told I needed to use the kernel compatible, so I did this update. Now it boots up and hangs with blank screen where it would usually go to login. I've got a boot disc where I can boot into and we can look at the logs ....
View 14 Replies
View Related
May 29, 2010
I have recently installed Squeeze on my 2009 Acer Aspire laptop and updated the wifi firmware and still do not have wifi connection, I wasn't too concerned as I thought I would just use a usb wifi adapter however it doesn't work with that either, yet that same adpater works with Squeeze on my 2007 Desktop computer
View 10 Replies
View Related
Aug 29, 2010
In my laptop on Linux(Ubuntu) platform the Wifi driver is not working so.. What should I do ?
View 2 Replies
View Related
Jun 26, 2011
I have just installed Fedora 15 on my desktop machine. It has found my WiFi card and has installed a driver but it is an incorrect driver. How do I remove it and install the correct one? The driver that is installed is a RaLInk RT 2800pci but the one it needs is a RaLink RT2860. This is the driver that I used with the same WiFi card in Fedora 14 using Ndiswrapper. Do I need ndiswrapper this time too?
Clicking on "Connection Information" says that the connection is active and that the driver is rt2800pci but I cannot connect to anything
View 4 Replies
View Related
Dec 7, 2010
My wifi adpater (built into HP laptop) is a intel wifi link 1000 series (b/g/n I think). Looking at some other resources it seems iwlwifi driver is the recommended driver for this card? however it is currently using iwlang. I am constantly experiencing dropped connections with my belkin g router and I am wondering if changing the wireless adapter driver might help, even if it doesn't what is the best driver for this card?
View 1 Replies
View Related
Sep 25, 2010
I have just installed Ubuntu on an old laptop for a little bit of programming and to gain some familiarity with linux. Im looking forward to getting to know my way around the OS
Unfortunately, the wireless card (for wifi) on this laptop is broken, so instead I have been using a wifi usb dongle on windows. I am having some trouble installing this dongle in ubuntu, i cant find a driver for it!
Its a "MicroNext MN-WD546J 54M Wireless Adapter"
[url]
I have my modem connected directly at the moment via LAN, and this works no problem, but id like to get it connected wirelessly
View 1 Replies
View Related
Jan 23, 2011
I'm running Maverick Meerkat Ubuntu and I'm trying to figure out how to disable this bcm43xx wifi driver, or something like that. Personally, I have no clue what this is, but someone said that after you install NDISwrapper and its components, you have to disable bcm43xx driver, otherwise the two will conflict.
View 6 Replies
View Related
Jan 24, 2011
I just bought a Lenovo B560, everything working except the Broadcom 4727 wireless (only in terminal it works)
View 4 Replies
View Related
Jun 30, 2011
i have recently installed ubuntu 11.4 on a macbook pro, i did this because mac osX would not work at all, even after takign it to the apple store they could not fix it. so i decided to help my friend installing ubuntu. everything works other then the wifi driver. broadcom sta wireless driver it says that is test by ubuntu devolpers but when i try to activate it i get an error that says: installation of this driver failed.
View 1 Replies
View Related
May 13, 2011
I'm an experienced user in Windows but a complete novice in Linux. I have a dual boot with ubuntu and 7 ultimate, the thing is that Ubuntu doesn't recognize my wi-fi card. Windows Device Manager tells me that my card is "Dell Wireless 1397 WLAN Minicard" made by Broadcom. I don't know if my problem is with a driver or incompatible hardware, the ISO is perfect because I already installed linux on every computer in my house.
View 6 Replies
View Related
Jan 17, 2011
anyone tried to run wifi-card based on this chip? In coming days I will build myself a proprietary driver for 2.6.27.7 kernel. I mostly aware about patches for wpa_supplicant. Should I use a source for wpa_supplicant from slackware 12.2 distro or a new version? Do you know about any other prerequisities (requirements, dependencies) for building this proprietary driver?
View 2 Replies
View Related
Apr 17, 2011
I have just moved to fedora from ubuntu.i am trying to install wifi netword driver on my laptop but its not helping me.I have Dell inspiron 1545 with Broadcom Corporation BCM4312 802.11b netword card.i'm unable to find firmware package for my network card. what should i do to use wifi netword on my laptop? where to find and install the driver to activate wifi on my laptop?
View 10 Replies
View Related
Apr 29, 2011
I have just installed openSuse 11.4 and have been trying to get my Edimax EW-7711In wireless card to work. I have downloaded and installed NDISWRAPPER but when I type ndiswrapper -i /path/to/rt2860.inf I get a message saying that this is the incorrect driver. However this driver drives the card for both Fedora 14 and Ubuntu 10.10, both using ndiswrapper, so what may be the problem with openSuse 11.4?
View 8 Replies
View Related
Jan 5, 2010
Here's the situation: I've got an eee pc 901 running Ubuntu 9.10 netbook remix. I'm using it to connect to a WPA-encrypted wireless network on a WRT54GL running dd-wrt. It mostly connects and works ok, but sometimes it just stops working for no apparent reason (the netbook still shows itself as connected), but you can't get anywhere until you manually disconnect and reconnect. Other times, it will drop the connection, and then quickly reconnect (or sometimes not). Obviously, this behavior is pretty irritating. At first I thought the problem was with the router, but I checked the logs there and they all seem fine, and other computers on the same router don't have this problem. Looking at "dmesg | tail" on my netbook, I see a lot of instances of the following error, which I'm thinking is probably the problem:
Code:
[11137.762233] ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!
[11142.872797] ===>rt_ioctl_giwscan. 4(4) BSS returned, data->length = 440
[11152.883274] ===>rt_ioctl_giwscan. 5(5) BSS returned, data->length = 556
[11152.883529] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=11)
[11163.952056] ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!
I searched for that error message and I found this Ubuntu bug report: [URL] that describes symptoms that match mine. In that report, a poster mentions that he compiled and installed a new version of the wireless driver from the Ralink website, and it fixed his problem. Do you think installing a new driver would be good? Or has that updated driver already been added to the kernel since that bug report was filed? I've never compiled a kernel module before.
One other thing, I also see repeated instances of these lines (or similar ones) in dmesg, which look like they could be related.
Code:
[44096.275923] RX DESC f30ca000 size = 2048
[44096.276885] <-- RTMPAllocTxRxRingMemory, Status=0
[44096.281404] --> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
[44096.281424] 1. Phy Mode = 0
[44096.281435] 2. Phy Mode = 0
[44096.309841] 3. Phy Mode = 0
[44096.314533] MCS Set = 00 00 00 00 00
[44096.316196] <==== RTMPInitialize, Status=0
[44096.316280] 0x1300 = 000a4260
[44096.401269] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=11)
[44096.472502] ===>rt_ioctl_giwscan. 1(1) BSS returned, data->length = 116
[44096.472977] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=11)
[44106.768056] ra0: no IPv6 routers present
View 1 Replies
View Related
Jan 12, 2010
I just got my new ubuntu 9.10 os desktop version installed into my lenovo laptop but then my WiFi is not working. Previously I had a broadcom driver which currently is not functioning with the ubuntu 9.10.
View 2 Replies
View Related
Mar 9, 2011
I have an emachines D620 laptop running Ubuntu 10.10 with a Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01). I havent done anything with it and cant seem to get it to work. I know this because when I had visto on it the card worked, but know it says that its firmware is not enabled and ive tried installing the drivers using the Additional Drivers under Administration. I would like it to be working so I can use my laptop's internet.
View 5 Replies
View Related