Debian Configuration :: Build USB WiFI Driver Error
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
ADVERTISEMENT
Apr 2, 2011
I recently tossed Ubuntu for Debian Unstable for my personal machines and I'm having trouble building Emerald into a package. I've already configured and installed the package (using the usual ./configure, make, make install) but I wanted to make a deb for future use (for myself and for others). However every time I try to run dpkg-build I get the following error message.
dh_install -pemerald --sourcedir=debian/tmp
dh_install: emerald missing files (usr/bin/*), aborting
make: *** [binary-install/emerald] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
[Code]...
View 2 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
Apr 2, 2010
I follow a french tutorial to install the nvidia pilots. So, i did :
$ su
# apt-get install module-assistant
# m-a prepare
# m-a clean nvidia-kernel
# m-a a-i -i nvidia-kernel-source
[Code]....
View 6 Replies
View Related
Apr 28, 2010
I revived my old desktop (failed psu), and installed debian squeeze using netinst. It has a nvidia geForce 7600GT card. The driver in squeeze does not work very well, so I downloaded nvidia driver-installer. When I run it, it comes back with an error saying the kernel (I assume the nvidia graphics kernel) is compiled with gcc4.3, but the system is using gcc4.4. Using synaptic manager, I installed gcc3.3, but same error.
Next I tried to uninstall gcc4.4 and it gave a warning the system might not be usable. I did not understand it, but I went ahead and uninstalled gcc4.4 and guess what, the system is not usable, and I have to re-install squeeze. Not a big loss, since I do not have much in it. How to install this nvidia driver, specifically, how do I get switch to gcc4.3 from gcc4.3? Also, the squeeze install gave me 2.6.33-trunk-amd64, and 2.6.33-3-amd64. How do I get rid of ...trunk-amd64? Do I just delete it from grub?
View 10 Replies
View Related
Jan 23, 2010
I can post a log file later if needed, I just turned off the laptop in defeat...
View 1 Replies
View Related
Feb 22, 2016
I should be able to access xfinitywifi hotspots. /etc/network/interfaces and /etc/wpa_supplicant.conf. I don't want to use NetworkManager for this connection.> iw dev wlan0 scan
BSS 60:02:92:e6:78:0a(on wlan0)
TSF: 1619575398784 usec (18d, 17:52:55)
freq: 2437
beacon interval: 100 TUs
capability: ESS ShortPreamble ShortSlotTime (0x0421)
signal: -65.00 dBm
[code]...
View 0 Replies
View Related
Feb 13, 2011
Has someone tried to build and install wine in squeeze? I tried follow different manuals (e.g. [URL].. but always run into lots of warnings, missing packages and abortion of make. No wonder, squeeze seem to be pretty different from lenny.
I installed the binary wine, but that does not help in my case. There is a kind of bug in code for the mouse that can be fixed only by applying a patch. So anyone want to build wine and write down all the actions?
View 14 Replies
View Related
Mar 30, 2011
Building Wine-1.3.16 for Squeeze from Source: Since there isn't a good version of Wine in the repositories, I decided to build my own from source. Here it is. read everything. I DID NOT have Wine previously installed. If you do, you'll have to remove it FIRST.
[code]...
With all the dependencies installed you can begin building Wine. From the terminal:
[code]...
View 13 Replies
View Related
Apr 14, 2011
My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working.
However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages:
linux-kbuild-2.6.38
linux-headers-2.6.38-2-common
linux-headers-2.6.38-2-amd64
Now, when I rebuild it, I get this:
# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.
[code]....
View 14 Replies
View Related
Jan 15, 2010
I am working with linux-source-2.6.30 from squeeze.
The only changes I made in the config file were the processor type, and I disabled CONFIG_SYSFS_DEPRECATED_V2 to avoid some warnings from udev.
When I tried to build the kernel package, this is what I get:
(The bottom bit is from 'time').
Searching for this error turned up a plethora of results, none of which seemed relevant.
I see that it tells me to file a bug report, but I'm not sure if that is meant for the Debian kernel team or upstream.
View 1 Replies
View Related
Jun 15, 2011
Does aptitude(or apt-get) have the functionality to remove the packages installed from using build-dep? It just seems convenient if you want to remove a program that was built from source.
View 4 Replies
View Related
Aug 17, 2011
I used make-kpkg to build the 3.0.0 source debian wheezy on a dual 3.4GHz Xeon/L1-16k/L2-1mb/800Mhz bus with 4GB PC2-3200 ECC ram and Ultra 320 SCSI, using CONCURRENCY_LEVEL=4 (2 hyperthreading cpus=4 cores). The build was slower than molasses in January! Top reported cpu usage total between 10% and 25%. Why won't the build use the amount of machine it has available. One footnote: I wasn't using swap space. It literally took over an hour to build the deb kernel package.
My notebook from 2003 is at least three times faster building the 3.0.0 debian kernel source. Is it possible that this might cause improvement: make -j4 KDEB_PKGVERSION=version deb-pkg
over
CONCURRENCY_LEVEL=4 make-kpkg --initrd --revision=123x kernel_image?
Could amd64 vs. i386 have some influence? Could the small processor caches on the XEON cpus have an effect. The 64-bit machine absolutely flies doing everything else. I'm miffed! I've used debian since woody, although I am not an expert, but I'm no slouch!
View 1 Replies
View Related
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
View Related
Jan 3, 2010
Hello, I have a problem with wireless internet on my laptop - Acer TravelMate 2413LMI with Broadcom BCM 4318 card.
Below are ifconfig, lspci and iwconfig outputs:
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:0a:e4:e6:86:b5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Base address:0x3000
lo
Link encap:Local Loopback
code....
I forgot to mention that the problem occured after linux 9.10 installation
View 1 Replies
View Related
Jul 18, 2010
My pc is aser aspire 5735z. I have acer nplify 802.11b/g draft-n wlan
but i can use wifi on debian
what i have to do ?
Do i need driver or firmware?
how can i solve this problem ?
View 5 Replies
View Related
Jan 7, 2014
I did a netinstall earlier today (latest version, amd64) on my Dell XPS laptop and ended up with a minimal installation because I couldn't connect to the internet. Now I'm trying to get online without a desktop environment.
I have an Intel Centrino 1030, so I downloaded and installed the firmware [URL].... with a usb, then rebooted. My searches have turned up a lot of instructions involving a utility called iwconfig and wpasuppliant, but these are apparently not installed. I don't really know much about it, but my /etc/network/interfaces file looks rather empty:
Code: Select all# The loopback interface
 auto lo
 iface lo inet loopback
Shouldn't there be something like wlan0 there? The network card does show up with lspci
View 14 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
Sep 12, 2015
I'm trying to build a backport of the package redshift [URL] ...., from stretch to jessie.
I followed these instructions [URL] .... and ended up with an error at the last step (dpkg-buildpackage).
What I did:
Code: Select allsudo apt-get install packaging-dev debian-keyring devscripts equivs
rmadison redshift --architecture i386
dget -x http://http.debian.net/debian/pool/main/r/redshift/redshift_1.10-5.dsc
cd redshift-1.10
sudo mk-build-deps --install --remove
dch --local ~bpo70+ --distribution jessie-backports "Rebuild for jessie-backports."
fakeroot debian/rules binary
[Code] ....
View 1 Replies
View Related
Apr 8, 2014
I've been installing multiple versions of ubunutu over years and now I better understand why I faced always problems with wifi configuration on these different baselines : Debian root of course.
Now on Debian 7.4 :
The Broadcom BCM4313 driver is not loaded by default (not free product) for my wifi card. This is stated thru the UNCLAIMED declaration
Code: Select allÂ
sudo lshw -c network
 *-network UNCLAIMED
    description: Network controller
    product: BCM4313 802.11b/g/n Wireless LAN Controller
    vendor: Broadcom Corporation
    physical id: 0
[Code] ...
Unclaimed means : no driver found (no kernel association)
So I installed the driver located in the non-free backports by adding this target into the repository
Code: Select alldeb http://http.debian.net/debian/ wheezy main contrib non-free
and install :
Code: Select allsudo apt-get update && apt-get install firmware-brcm80211
sudo modprobe brcm80211
Check seems OK :
Code: Select allsudo lshw -c network
 *-network
    description: Wireless interface
    product: BCM4313 802.11b/g/n Wireless LAN Controller
    vendor: Broadcom Corporation
    physical id: 0
[Code] ....
I can't connect with wlan0, it doesn't work. I found information here regarding WPA2/PSK wifi configuration on debian : [URL] ....
so I added this setup to my interfaces file an got :
Code: Select allauto lo
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet dhcp
 wpa-ssid Hznteam-Datacenter
 # hexadecimal psk is encoded from a plaintext passphrase
 wpa-psk 12345678901234567890123456
It's worth ! no more wifi network are detected and ifconfig gives no ip address allocated :
Code: Select allwlan0   Link encap:Ethernet HWaddr 78:e4:00:4e:49:a3Â
     UP BROADCAST MULTICAST MTU:1500 Metric:1
     RX packets:0 errors:0 dropped:0 overruns:0 frame:0
     TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
     collisions:0 txqueuelen:1000
     RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
[Code] ....
View 7 Replies
View Related
Jun 28, 2015
In a hp pavilion 15 Notebook PC with Debian 8.1.After two hours or so wifi stops working. Network-manager does not give any indication of failure but some times a yellow question mark.
rfkill list wifi gives:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
ifconfig gives:
eth0 Link encap:Ethernet HWaddr 8c:dc:d4:7b:c2:0e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:3994 errors:0 dropped:0 overruns:0 frame:0
TX packets:3661 errors:0 dropped:0 overruns:0 carrier:0
[code]...
View 9 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
Apr 17, 2016
I am new to linux and decided to use Debian. I installed it on my laptop and have a few problems.First one is my WIFI.
Laptop type: HP Omen 15
Wifi adapter: Intel Wireless 7260n
rfkill list output:0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
So wifi is not displaying
Kernel: 3.16.0-4-amd64
Debian version: 8.4
gui: LXDE
URL....
But they see in rfkill list the adapter.How to make this adapter work?I did this with no result:
nano /etc/modprobe.d/blacklist.conf
in file add:
#Fixing a bug that prevents wifi from working on HP Omen
blacklist acer_wmi
I would like to learn more about Linux, but before experimenting I need a working system. The plan for me is to run this as my native machine with vms on top of it with other OS.
View 12 Replies
View Related
Jun 16, 2010
I have a netgear wg111t that is running with ndiswrapper. It has an atheros chipset, but calling it ath0 didn't work.
Heres /etc/network/interface :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface auto lo
iface lo inet loopback
View 6 Replies
View Related
Aug 23, 2010
I have finally weaned my laptop from network manager by setting up my /etc/network/interfaces file. # The loopback network interface auto lo iface lo inet loopback
# The primary network interface allow-hotplug eth0iface eth0 inet dhcp
# Wireless Setup auto wlan0 iface wlan0 inet dhcp wireless-essid linksysn
wireless automatically connects to my home wireless network (linksysn). But suppose I wanted to take this laptop to the coffee house where they have free wifi. I am assuming that my wireless will not automatically connect to any other wifi hotspot except linksysn. So how do i set it up to roam like NM did?
View 5 Replies
View Related
Aug 30, 2010
To exploit the guessnet capability, I have configured my WIFI so that ifplugd can auto connect WIFI after boot.The access point is hidden, and I have provided all the required info in my /etc/network/interfaces file
mapping wlan0
script guessnet-ifupdown
map default: office-wifi
[code]....
View 1 Replies
View Related
Nov 13, 2010
Are USB WiFi adapters more likely to work in Linux than other WiFi adpaters like PCI cards etc?Im just wondering if they can use a generic USB class driver rather than having to have one for the specific chip set?
View 1 Replies
View Related
Aug 5, 2011
After to install Debian Sid, i can't to connect to my network. When i launch lsmod, ath9k is present so the module is enabled.I don't use network-manager-gnome, wicd and other, i modify myself /etc/network/interface. But even with this configuration, the wifi does not works.
View 3 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