OpenSUSE Wireless :: Building Wireless Driver - Command Not Found
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
ADVERTISEMENT
Feb 24, 2010
Apparently, the wireless adapter Realtek 8171 uses the rtl8192se driver, which is currently available only as source from Realtek's website. Is building a driver equal to building a package? Should I follow the same cautions, say these ones?
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
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
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
Sep 24, 2010
My Netbook
Asus Eee PC 1001p
When I had windows 7 starter installed the wireless worked flawlessly so I know the hardware works but when I look at the drivers list its empty and I cannot connect to the internet after the installation of ubuntu except through a wired connection.
View 1 Replies
View Related
Apr 18, 2011
i have bt3 and my laptop is a netbook mini compaq 110-111ev so my wirless driver is not installed on it what to do?
View 3 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
Apr 6, 2010
I installed SuSE 11.2 on my laptop (its wireless and connects to the internet) and am have trouble getting my wireless HP Deskjet j4680 to be found. I tried the printer options as root, but it does not give you an opertunity to select a wireless device to connect too. Does anyone know where I can download software for this. I tried HP, no luck.
View 3 Replies
View Related
Sep 1, 2011
I have installed SATA driver recently...Even if i can use wifi but i could'nt find any ath0 interface in ifconfig or iwconfig commands....My wifi is taking place through eth1 interface why it happens.....The reason for asking this in order to use aircrack for wep key it says that the injection process only applicable for Athelon interfaces but mine is eth1...I was just trying aircrack-ng...
View 2 Replies
View Related
Feb 27, 2011
I'm trying to find a command or application that will tell me what drivers my wifi card is using.
I've been googling for a while now and all I get in return for any query I try are articles about folks having wifi troubles.
The Ubuntu install works fine but my Windows install seems incapable of connecting. I've recently realised that I think it all started when I installed 10.04. I think 10.04 might have rewritten the firmware on the wifi module and now Windows can't connect. I'm not sure if this is possible but it is the only solution I can come up with considering that I've now tried 2 different version of Windows and they both have the same problem.
Anyway anyone know of a command or app I can use to discover which driver my card is using at the moment so that I can begin my investigations.
View 1 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
Apr 1, 2010
My first problem is that when I open KNetworkManager the wireless tab is desibled,I don't know why! My laptop is HP pavilion dv6-1245DX. How to get connected to my wireless router?
View 9 Replies
View Related
Apr 1, 2011
I'd like to know how can I find a Linux wirelles driver for wireless Belkin card.
View 1 Replies
View Related
Apr 21, 2011
I'm trying to install conky 1.8.1 from source as such :./configure --enable-wlan --enable-argb.
I keep getting a config error that iw_sockets_open not found.
snippet below:
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... yes
[Code]..
I have wireless-tools installed. As you can see iwlib.h is found. A net search doesn't really give me to much info. Ayone know how to solve this besides not configuring with wlan support?
View 2 Replies
View Related
Apr 24, 2010
I updated to the latest kernel from Suse 11.2 repo. My wireless device won't load firmwares, ndiswrapper won't be a module anymore etc. :
Code:
inux-kqzq:/home/olivier/T l chargement/fwextract3 # modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
linux-kqzq:/home/olivier/T l chargement/fwextract3 # find /usr -name ndiswrapper
/usr/sbin/ndiswrapper
^C
linux-kqzq:/home/olivier/T l chargement/fwextract3 # find /lib -name ndiswrapper*
/lib/modules/2.6.31.5-0.1-desktop/updates/ndiswrapper.ko
linux-kqzq:/home/olivier/T l chargement/fwextract3 # uname -r
2.6.31.12-0.2-desktop
2.6.31.12-0.2-desktop is uname
and 2.6.31.5-0.1-desktop is the module
View 1 Replies
View Related
Oct 8, 2010
Bought this USB wireless NIC but didn't realize v3 was on the market and only for about the past month or so..Cannot use NDISWRAPPER for intended specific purpose.A Google search reveals at least one unrequited SOL user in the Ubuntu forums..I can't even find out what chipset is in this thing, doesn't seem to be published anywhere (is there a utility that interrogates USB NICs?)So, looking for suggestions before I give up on this device, BTW here is the typical reports, people might notice that the VendorID/ProdID doesn't return much info on the Internet.Is there a way to force try the driver for v2 of this NIC? I'm not familiar with a procedure that doesn't require some level of device recognition.
View 6 Replies
View Related
Mar 7, 2011
recently switched from Ubuntu. But I'm finding it difficult to get my wireless card working. It's a Dell Wireless 1395 Wlan Mini card, but works with a broadcom driver(Ethernet card is a broadcom).
View 2 Replies
View Related
Mar 18, 2010
when will support the driver of ar9271 for linux?
View 2 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
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
View Related
Apr 20, 2010
Im making plans to buy a 15" Dell Inspiron notebook as it's currently the cheapest 15" notebook which is available in my country, and from what I have read, the Dell WiFi card used in the notebook is Broadcom based, and that Broadcom had recently released hybrid drivers for their cards. Now, after browsing through OpenSUSE's HCL [URL] it seems that a patch to the drivers is needed.how do you patch the driver? Do you just go to <extracted driver directory>/src/wl/sys/wl_iw.c and just throw in this whole chunk of text anyway into the file, or is there something more to it?
Code:
@@ -580,6 +580,7 @@
range->enc_capa |= IW_ENC_CAPA_CIPHER_TKIP;
range->enc_capa |= IW_ENC_CAPA_CIPHER_CCMP;
range->enc_capa |= IW_ENC_CAPA_WPA2;
[code]....
View 6 Replies
View Related
Jul 19, 2010
From my lspci output I get Broadcom 4313 and 0x14e4:0x4727It appears that Broadcom supports this card with their Linux STA driverBroadcom.com - 802.11 Linux STA driver guess on that page mine is 4313 2.4 Ghz 0x14e40x4727 Dell 1501even though my notebook is Toshiba.Then they say that the driver is included with Fedora and Ubuntu but nothing about OpenSuse. Then they go on about compiling the driver myself. I'm pretty sure the modules required for compiling drivers are not available on a fresh install and without Internet connection.Is there an easier way to get the driver? Could someone knowledgeable make some .rpm that I can download on another machine and put on a USB stick? Or do I have to wait until Suse developers get to it?
Or could someone make wl.ko file they are talking about on Broadcome Readme? It looks fairly easy to install the driver, if I knew exactly what to disable/blacklist and what security module to load.Another thing I got from dmesg, not sure if it's of any help, was that for this card pci entry that goes like 07:00.0 there's "support D1 D2", then "#PME supported from D0 D3hot D3cold" then the next line "#PME disabled". I've searched this forum but the only time 4313 was mentioned when someone made a mistake with the model number
View 9 Replies
View Related
Aug 30, 2010
I have finally gotten permission from Realtek to submit the new driver to the staging directory of the mainline kernel. This also means that I can allow users to download from the git source repository so that they can build their own versions. If you are interested in doing this, you will need to install some packages. To get the ones you need
[Code]....
View 9 Replies
View Related
Nov 6, 2010
I have a Rosewill RNX-N150pc wireless card that's been working great with Suse 11.2. But with 11.3, it's able to scan for my wireless network, and I see RX/TX packets moving, but DHCP isn't able to get an address. I've tried the 2010_0115_RT3562_RT3062_Linux_STA_V2.3.0.0 and 010_07_16_RT3062_Linux_STA_v2.4.0.0 drivers from the Rosewill site, and the rt3562sta-kmp-desktop-2.4.0.0_k2.6.34.0_12-1.1.i586.rpm package from Suse, all with the same result. I've even tried forcing an IP address on the interface with 'ifconfig', so my current guess is that the WPA-PSK security isn't working.
[Code]...
View 6 Replies
View Related
Aug 30, 2011
I have tired everything I know how to do and I can not install the driver for the rtl8191se. I read the instructions that say to run:
sudo make
I have been through this before with Fedora. Ubuntu supported my wireless card but not my display so I am switching to this OS. Does anyone know how to install the driver on 11.4 suse?
joecamel@linux-1b2w:~/Downloads/rtl_92ce_92se_92de_linux_mac80211_0003.0620.2011> sudo makemake -C /lib/modules/2.6.37.1-1.2-desktop/build M=/home/joecamel/Downloads/rtl_92ce_92se_92de_linux_mac80211_0003.0620.2011 modules
make: *** /lib/modules/2.6.37.1-1.2-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
joecamel@linux-1b2w:~/Downloads/rtl_92ce_92se_92de_linux_mac80211_0003.0620.2011>
View 4 Replies
View Related