OpenSUSE Wireless :: Error Compiling Dlink Driver
Nov 28, 2009
I downloaded the Dlink wireless G dwa-110 usb driver but I'm getting "rt73.ko failed to build. make[module]error 1" when compiling it.
I have installed the kernel-source and kernel-syms but I still get the same error. What am I doing wrong?
I'm running openSuSE 11.2 64 bit.
View 4 Replies
ADVERTISEMENT
May 24, 2011
How can I Install DLink wireless driver on Ubuntu ?
I had downloaded the driver . The file contains some files like MakeFile and ifcfg-wlan0 ,etc
+ a tar.gz file . which contains c or c++ source codes.
There are 4 folders also .
View 2 Replies
View Related
Oct 17, 2010
I'm new to openSUSE, and Linux in general. I have downloaded the following file from the D-Link site:
dwa140_BETAdriver_1201.zip
I've copied it to a dvd, and have placed the dvd in my openSUSE machine. I've made several attempts at installing this myself, but Linux has me a bit stumped.
View 9 Replies
View Related
Feb 2, 2010
I had a problem with using ndiswrapper to install Windows driver on Netgear WN511TA wireless adapter card. Problem solved by replacing Netgear WN511TA with Airlink101 AWLC6080 PCMCIA wireless adapter to work in my triple-boot XP Pro/Ubuntu Karmic/openSUSE 11.2 Toshiba laptop and using the latest Linux driver version 2.3.0.0 dated January 29, 2010 from Ralinktech site. I followed driver instruction in a Ubuntuforums tutorial (Howto: Ralink RT2860(m) PCI(e) RT2860...on Intrepid).
I am wondering if I can use the same Linux driver (RT2860sta) for openSUSE 11.2 on my triple-boot XP Pro/Karmic/openSUSE laptop, ie. copying over instead of building and compiling driver from source again, because I don't quite understand the build instruction given in the README file of Ralink's Linux driver file. Specifically, I don't know how to "define the GCC and LD (?) of the target machine, and define the compiler flags CFLAGS(?), modify your need (?)", etc. I already have gcc, cpp and make installed on the Ubuntu and openSUSE parts of my machine. I did try ndiswrapper in openSUSE but it doesn't work for the Windows version of the latest Ralink driver (error: invalid driver rt2860.inf).
View 9 Replies
View Related
Sep 11, 2010
I know Ive been a lil redundant, there are a lot that has been said about this cam, some made them work, others not. My point is, I haven't. Once it worked, about 2 years ago, but suddenly after the Jaunty updates it has stopped.
Here is my output from make:
Quote:
View 1 Replies
View Related
Nov 5, 2010
10.10) now, and only use windows as my DVR (what im currently trying to change). To that end, i have a Hauppauge 2250 video capture card, and Steven at KernalLabs has an alpha release that has been said to work very well with mythTV.
Anyways, i followed one of the posts and successfully compiled the driver using "sudo make menuconfig." I attempted to install with the "make install" command, and the first half of the driver seemed to install and the second half (firmware related) received errors.
make -C firmware install
make[2]: Entering directory `/home/mlavigne/saa7164-v4l/v4l/firmware
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw: No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw: No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin: No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin: No such file or directory
[Code]..
View 3 Replies
View Related
Apr 10, 2011
I am running Debian 6 & picked up a wireless nic for my desktop since I want to locate it in an area that would be a challenge to wire. I downloaded the driver and ran make and got the strange error below. I tried doing some web research but could not find anything. I also booted up the machine w/ a Ubuntu Live disk to ensure the card was good and found no issues ( I also have the same nic in my kids machine running Ubuntu 10.10. )
[code]...
View 10 Replies
View Related
Sep 22, 2010
I tried to compile Atheros AR8152 PCI-E Fast Ethernet Controller driver for fedora 13 64 bit kernel version is 2.6.34.7-56.fc13.x86_64. I have installed kernel source , kernel header and necessary all things to compile it. (linux-firmware-20100806-4.fc13.noarch also installed). I tried AR81Family-linux-v1.0.1.13 source from Atheros web site.
But when I try to make it it give following error.
Code: Makefile:173: *** *** Aborting the build. ***
This driver is not supported on kernel versions older than 2.4.0. Stop. It is not compiling issue because I compiled and installed broadcom wireless driver.
Makefile is attached here (renamed as Makefile.txt -> Makefile)
View 5 Replies
View Related
Jun 18, 2011
In order to configure a dual display in a fresh 11.4 installation, I am attempting to install the nVidia driver according to the instructions in SDB:NVIDIA the hard way - openSUSE. I have not previously compiled or configured a kernel so I largely followed the instructions from OpenSUSE 11.2 - How to compile a Kernel for Newbies.The currently installed kernel is 2.6.37.1-1.2-desktop. The graphics card is an ASUS EN9600GSO (512MB).
In Yast, I installed gcc, make, kernel-devel (v. 2.6.37.1-1.2) and kernel-desktop-devel (v. 2.6.37.1-1.2). Per the "hard way" instructions, I did not install kernel-source.
View 9 Replies
View Related
Sep 12, 2011
I am running openSUSE 11.1 with modified Kernel. While trying to run make on the downloaded driver for the RTL2831 I am getting an error message that I do not full understand. That is:
Code:
linux-2c5j:~/rtl2831-r2 # make
make -C /root/rtl2831-r2/v4l
make[1]: Entering directory `/root/rtl2831-r2/v4l'
No version yet, using 3.0.4-41-desktop
[code]...
I am not sure what is required when the error is "first use this function". How can I use the function T_DIGITAL_TV if I first have to install my driver in order to use the stick?
View 1 Replies
View Related
Feb 3, 2010
Compiling latest compat-wireless on up to date squeeze install I get this:
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
Building modules, stage 2.
MODPOST 84 modules
Can't open file
make[4]: *** [__modpost] Error 1
[code].....
View 3 Replies
View Related
Dec 26, 2010
currently running karmic on an old gateway laptop with kernel 2.6.31-22-generic and, as is par for how I handle challenges, I've jumped in with both feet - which is to say this is not a dual-boot situation. I've spent some time reading the forums (and other sources of information) and am grateful for all the knowledgeable people who are willing to share what they know.
My operating system seems to be functioning properly.I can get online via ethernet, but not via wireless. I have a lucent orinoco gold PC24E-H-FC (PCMCIA) card, which the computer isn't seeing. I am trying to follow the instructions here: [URL] to install the driver. Everything is going well until I get to the sudo make line. At that point I get the following display:
make -C /usr/src/linux-headers-2.6.31-22-generic M=/usr/src/orinoco-0.15rc4 KERNELRELEASE= modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-22-generic'
/usr/src/orinoco-0.15rc4/Kbuild:8: *** Wireless extensions are not enabled. Stop.
[code]....
how I can fix it so I can continue on with the instructions. (For the record - if I just continue on, I can change directory in the next line, but I cannot remove either hermes or orinoco as "no such file or directory" seems to exist.)
View 3 Replies
View Related
Jul 14, 2010
i was given a new DLink DWA-130 REV E draft N usb wireless adapter and was wondering if there are linux drivers for it?
View 2 Replies
View Related
Dec 18, 2010
I have a problem installing mi dlink dlw-g122 wireless usb adapter.I installed the drivers, in fact when executing
ndiswrapper -l
the output is
dr71wu driver present, hardware present
but when I try to execute
modprobe ndiswrapper
I have this error:
FATAL : Error inserting ndiswrapper (/lib/modules/2.6.12.9-386/kernel/drivers/net/ndiswrapper/ndiswrapper.ko): Operation not permetted
View 8 Replies
View Related
Mar 4, 2011
I am new to Fedora have not used it in many years. I have zero networking knowledge. I read several threads on getting the RT 2870 USB connection working. But had no joy after install the three rt2870 kmod items from RPMFusion and rebooting. get this first step in networking done right?
View 5 Replies
View Related
Oct 23, 2010
No wireless networking. The ethernet works fine, and the wireless interface itself works well in Windows 7 (dual boot). Tried: Ndiswrapper, notoriously quirky, does not seem to work with the XP driver (the oldest driver available for the RTL8191SE). The linux driver offered on the manufacturer's website lacks any installation instructions. I have no clue how to install a linux driver. SUSE seems to have two network managers that are constantly complaining about control: Network Manager and Yast. Neither are great and I am left missing my Ubuntu.
However, my audio only seems to work on SUSE. I have tried almost every distro on this machine. Ubuntu lacked sound and wireless, Fedora played startup sounds, but would not play an mp3 or wav file (fiddling with the mixer did not help). And Fedora also lacked wireless support. PCLinuxOS, my favorite, lacked sound and wireless. Tried some oldies too. ELE, DSL, Puppy, Ubuntu Netbook remix, Vector, Browserpuppy, Crunchbang, Cruncheee (just for experimental sakes) and probably others I am not remembering. So far, installing a free linux distro has cost me 14 dvd-R's and countless hours of installing, reformatting and reinstalling. Part of me really wanted crunchbang to work, as I love the minimalism and blacked-out theme.
I need wireless network access. The wireless light remains red in Linux and pressing the key does nothing to start the device. In Windows 7 it always lights white and works perfectly. Why hasn't SUSE adopted a gui for ndiswrapper? Other distros have it. Why is my brand new laptop, which is by no means abnormal in make or configuration, not 100% supported natively by any Linux distro? I just updated to the new kernel yesterday. So I should be running the most modern operating system available. Yet good-ol Windows 7 is my only fully functional environment.
View 6 Replies
View Related
Jun 25, 2010
I am trying to install a software but I get error as under -
[Code]...
View 9 Replies
View Related
Jul 6, 2010
I have a Wireless PCI-Express Adapter which I wish to install the drivers, though am having difficulty. The chipset on my card is a Ralink. I have visited the Ralink Website Ralink corp. and downloaded the RT2860 Wireless Lan Linux Driver version 2.3.0.0. I have extracted the files within my home directory. I have read the readme file, and from what I understand I have needed to do... I have typed in the Make command as a "super user". Unfortunately I have had no success and it states the following output.
[Code]...
View 4 Replies
View Related
Feb 21, 2009
I tried to install dropbox on my openSUSE 11.1(KDE 4.0) from a tar.bz2. After i extracted it to a folder Dropbox in Desktop.
I got this error trying to compile.
View 9 Replies
View Related
Feb 7, 2009
I have an intel 5300 wireless chipset which is not supported in kernel 2.6.25. I am currently using opensuse 11.0, I downgraded from 11.1 since I faced so many other problems. can I setup my wireless driver under kernel 2.6.25? if so, how could i do this?
View 7 Replies
View Related
Aug 17, 2010
i have the cd just do not know how to install the driver for my linksys wireless pci card 14e4:4329the device is BCM43XG
View 4 Replies
View Related
Nov 12, 2010
According to a help page (Wireless Network Card Installation - openSUSE) I need to use ndiswrapper to install the windows driver for my wireless. However it appears the command 'ndiswrapper' was not installed with the operating system. How can I obtain the package for ndiswrapper and install it? Not being connected to the wifi makes this step tricky
View 1 Replies
View Related
Jan 25, 2011
I got openSUSE installed, and now am trying to build my wireless driver, using the instructions here: [URL].
The wireless driver is here:
Broadcom.com - 802.11 Linux STA driver
NOTES:
- The (parenthesis: ) are my notes to show you what I was doing.
- Lines with "#" before them are what I typed into Terminal.
- Lines below (Output: ) are what was output by Terminal.
Code:
(run in su:)
lspci -n | grep 14e4
(output:)
04:00.0 0280: 14e4:4727 (rev 01)
(BUILD DRIVER:)
#su
<password>
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc_x86-32_v5.100.82.38.tar.gz
# make
(output:)
if 'make' is not a typo you can use command-not-found to lookup the package that contains it, cnf make
(NOTE: with "cnf" it is saying "Cannot Find")
(install "make" command:)
# zypper in -t pattern devel_basis
(It installs 93 packages)
# make
(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
(Tried:)
# zypper in kernel-source
(It installed 3 more packages)
# make
(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
The problem might be derived from the fact I had to install openSUSE in Kernel (F6) > Safe Mode. If I need to install more things, please let me know ASAP! I am wired to my ethernet until then, which means I can't move from this spot until my wireless is working!
View 9 Replies
View Related
Mar 20, 2011
I recently upgraded to OpenSUSE 11.4 GNOME on my ancient Compaq Armada E500 (Pentium II processor w/512MB of RAM) and now I'm trying to install my wireless driver with ndiswrapper. I've done this a couple of times before, but I'm having trouble getting ndiswrapper to find my driver. The driver is located in a folder on my desktop, but when I type the command 'ndiswrapper -i home/edwin/Desktop/WPC54G_40826/LSTINDS.INF' I get a message that there is no such file or directory at ndiswrapper's location, which is usr/sbin/ndiswrapper. So how do I get ndiswrapper either to look in the directory where the file is located or get a copy of LSTINDS.INF into the usr/sbin/ directory, which must be accessed as root?
View 9 Replies
View Related
May 29, 2011
I've trouble compiling libeio on my openSUSE 11.4 x86_64:
[Code]...
View 9 Replies
View Related
Jun 21, 2010
I've just recently installed opensuse after being an ubuntu user for about a year. For some reason I can't connect to my Dlink router, but I can connect to my neighbors linksys router. To be more specific it actually connects but acts as if the DNS isn't working. I can ping the router, but can't ping anything past the router. Right now the router is unsecured.
View 2 Replies
View Related
Jan 26, 2010
I can't get the wireless to work on my laptop its a hp Pavilion dv9700 it has a Broadcom 4321AG 802.11a/b/ g/draft-n Wi-Fi Adapter i cant seem to get it set up.
View 6 Replies
View Related
Jun 13, 2011
When I installed openSuse 11.4 it doesn't see my wireless card Broadcom. How can I install Broadcom wireless driver ?
View 9 Replies
View Related
Sep 6, 2011
I am currently running openSUSE 11.4 on my Toshiba A505 laptop. I'm not certain about the exact model number of the wireless adapter but I believe it's made by Realtek. It does not show up in my list of network connections in YaST so I assume I'll need a driver for it.
View 7 Replies
View Related
Mar 30, 2010
My laptop has a built-in miniPCI wireless card that has Atheros AR-5001 chipset and use ath5k driver for wireless G. How do I switch to Broadcom wl driver for Linksys WPC-300n wireless N PCMCIA card?
View 9 Replies
View Related