OpenSUSE Wireless :: Installing Wireless Driver With Ndiswrapper On 11.4 GNOME
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?
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
I have lenovo thinkpad, T61 with Intel 4965AGN wireless card. It is a N card, it works under N mode in windwos, but not in Ubuntu (10.10). I installed ndiswrapper and got the windows xp drivers for this card. the issue is that i got an error when installing the drivers and since then I cannot use wireless.
The error i got is: Code: Module could not be loaded. Error was: FATAL: Could not read '/lib/modules/2.6.35-24-generic/kernel/ubuntu/ndiswrapper/ndiswrapper.ko': No such file or director I unistalled the driver, but now under network connections no wireless connections appear, nothing. I cannot use wirless anymore.
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?
After un-installing ndiswrapper my wireless USB is not being found I can't use it. I have no idea what's going on. My searches have been fruitless and I only have so much longer that I can connect directly to the router. Then I have no internet connection. I have even thought about re-installing or distro hopping, but I like Fedora and don't really want to do that. I have always been told no matter the problem there is always a way around without re-installing, eg this is not Windows.
Before I start off, I must say that I know NOTHING about Ubuntu. I only know how to run .deb files. So I installed my wireless driver via the graphical ndiswrapper (FYI my wireless adapter is a Proxim 8424-WD). It then said "Unable to see if hardware is present". After I exited out of that message, it said "Hardware:Present" (or something of that sort) next to the newly installed driver. I tried searching for wireless networks and found none. I'm guessing something didn't work right. I used this command "lshw -C network" and got the following result.
I am using ndisinstaller in openSUSE 11.2 to re-install a Windows driver. This is equivalent to ndisgtk in Ubuntu and is a GUI to help installing Windows driver via ndiswrapper. Note that you have to locate the .INF driver file in Windows partition, not Linux partition, or else ndisinstaller won't work. When I open ndisinstaller as root, it asks me if I want to re-use an "existing instance of ndiswrapper" or eliminate this manually.
If I choose "reuse existing ndiswrapper instance", the driver installation works but writing the module seems take forever. So my question is how do I eliminate an existing instance of ndiswrapper by hand? Please note that prior to using ndisinstaller, I have already removed any existing drivers and ndiswrapper modules to make a clean slate.
I recently switched from Windows XP to a clean install Ubuntu Karmic Koala 9.10 but it seems to be quite a problem to get the wifi up and running. In Windows the nearby network all appeared in network connections but the same section in Ubuntu is empty. So I decided to go with the ndiswrapper guide to solve the problem with an unclaimed driver. After an entire day messing with my computer I'm still not close... Below follows excerpts taken from the Ndiswrapper guide with posted results from my computer. "ndiswrapper won't work until it thinks that your Windows drivers have been properly installed and that they are the appropriate ones for your wireless card. You can run the command: ndiswrapper -l"
result:
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release. WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release. net5211 : driver installed device (168C:0013) present (alternate driver: ath5k)
So I've posted the result the name of my wireless card below: lspci -nn
Result:
00:00.0 Host bridge [0600]: VIA Technologies, Inc. CN333/CN400/PM880 Host Bridge [1106:0259] 00:00.1 Host bridge [0600]: VIA Technologies, Inc. CN333/CN400/PM880 Host Bridge [1106:1259]
[code]...
It seems like the network is disabled or unclaimed or both. What to do? I'm stuck after spending an entire day trying to install the wifi. I had no problems in Windows XP but it seems to be quite impossible in Ubuntu.
I have a Realtek RTL8187SE wireless card that out of the box will only connect to Open Wireless Networks. I need to know how (and if) I can install NDISwrapper in OpenSuse 11.4 (KDE), anytime I have ever used a KDE distro, it seemed NDISwrapper didn't work I want to give OpenSuse a shot, but this is one of the things holding me back. I'm am currently posting from the LiveCD and it's very nice! I will be able to do a full install!
I just dual booted Open SUSE on my computer, and am pretty happy with it. But, in order to use my wireless card for it, I need to install a driver. The wireless card is a Realtek 8191 SE. I've downloaded a driver, but I have no idea how to configure it. I've tried pasting the files into /lib/firmware, but it won't allow me to edit or paste any files into the folder.
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?
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.
(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!
is there anybody who could help me trace the error occurring during compilation/linking of ndiswrapper?The link below leads you to the outputopenSUSE Forums - View Single Post - Fritz WLAN Stik on SUSE 11.2 does not work
I have to use ndiswrapper to get my wireless card to work (Cheap D-link usb wireless). I have never had a problem in ubuntu releases with getting it up and going, but in Fedora and now Opensuse I am struggling. I have everything setup with no errors. Ndiswrapper lists my drivers as installed and my hardware present. lsusb also has it listed. but when I modprobe ndiswrapper, I am getting no errors, but I am also not getting wlan0 to show when using iwconfig. I also noticed when modprobed the wireless card's light isn't coming on like ubuntu.
I own an ASUS N61JV-X2 notebook PC. It has an Atheros Communication, Inc. AR9285 Wireless Network Adapter. 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 03:00.0 0280: 168c:002b (rev 01) I cannot see any SSIDs including my home Verizon FiOS 802.11 G WPA2-AES-TKIP encrypted network. I went to Starbucks to try to connect to their free Wi-Fi and I could not make a connection. How do I solve this problem so that I can connect to a SSID of my choice and make a wireless connection while using GNOME 3?
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.
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.
since if read all the forums threads, faqs an tutorials i could find, i hope to find some help here. i just installed openSuse 11.2, KDE 4.3.1 a fews days ago to see what's it all about. i don't have any experience in writing code or anything besides the few little commands i've learnd through my research. the system is running on an old laptop (amd64 3000+) with enough RAM and HD. now i since my wlan-card is detected but won't work due to missing driver i tried this ndiswrapper-method. i used the ndis-version that was included in the openSuse-dvd with no success, then i de-installed this version to try manually. i downloaded version 1.55 from the ndiswrapper-website, logged into the console as superadmin and followed the install-intructions and for intances this tutorial. now i'm even stuck with the "make"-command as the console tells me "If 'make' is not a typo. in earlier attempts while trying to install the wlan-driver through the dvd-given ndiswrapper version i often got the error "makefile:23: kernel tree not found..." as the welcome-note for this forum demands here's some output from the console linux-g6rk:/home/mat/ndis # lspci -nn
02:09.0 Ethernet controller [0200]: Linksys, A Division of Cisco Systems [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01) [17fe:2220]dmesg|less [0.331220] aer 0000:00:02.0:pcie02: AER service couldn't init device: no _OSC support (i guess that's the line telling me that my wlan-card has no firmware as i found nothing else for that matter) i know there many threads about this topic but i've spend the last two days looking for answers and the stuff i found either didn't work or was explained so weird that i could make anything out of it.
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?
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.
I'm using Fedora 14 GNOME. At least until tomorrow when 15 beta comes out Anyway, I'm trying to install drivers for my wireless card. It's a Realtek Semiconductor, RTL8191SEvB. I'm using RTL8192 drivers, which work just fine when I can get them to install. I have all of the necessary files to install it, and they've worked before on a previous Fedora 14 (KDE) install. I cd into the drive and run "sudo make" which gives me the following:
I'm having trouble installing a usb wireless adapter. Code: # lsusb Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 002: ID 046d:c526 Logitech, Inc. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 004: ID 0bda:8171 Realtek Semiconductor Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
(It came with a linux driver but not sure how to install it) Code: /2009_1106_RT3070_Linux_STA_V2.1.1.0 (2) # ls chips iwpriv_usage.txt README_STA_usb sta common Makefile RT2870STACard.dat sta_ate_iwpriv_usage.txt include os RT2870STA.dat tools the readme just has a change log, no instructions.
I am on a desktop that depends on a USB wireless adapter for it's internet, and I need to install the driver for it. I have downloaded the driver via another computer and isolated the .inf, .sys, and .bin files for the driver, and am trying to install ndiswrapper in order install the driver. the problem is I cannot get ndiswrapper to install, the 'make' command pulls in a laundry list of errors along with the 'make install' command. Is there something I'm missing? I have managed to update the kernel via another computer running the latest kernel, but still receive errors.
I am very new to Linux and need to install a driver for my wireless card. I am trying to install the RT3070 v2.0.1.0 driver from Ralink. I am running Fedora 2.6.29.4-167.fc11.i686.PAE. I have read the thread in the Solutions section about this driver, but unfortunately this is somewhat above my levels of comprehension, and I don't really know where to start.
Here is the output. [chips@fedora wireless_utility]$ tar xvf RT3070_Linux_STA_v2.0.1.0.tar.bz2 tar: Record size = 8 blocks 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/ 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/action.c 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/ba_action.c 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/cmm_data.c 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/cmm_data_2870.c 2008_1225_RT3070_Linux_STA_v2.0.1.0/common/cmm_info.c ..... cp: cannot stat `/home/chips/wireless_utility/2008_1225_RT3070_Linux_STA_v2.0.1.0/RT3070STA.dat': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/chips/wireless_utility/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux' make: *** [install] Error 2 [root@fedora 2008_1225_RT3070_Linux_STA_v2.0.1.0]#
i have windows vista with a broadcom 802.11g network adapter.I dont know much about computers but i would like to know how to install it on the ubunto OS so i can use internet ?