I am currently using backtrack 4, the wireless works flawlessly right out of the box on this distro for my broadcom 4311 card. I was wondering if theres a way to steal the wireless driver right out of it and put it in another lighter weight distro.
I have the standard wired LAN NIC and a wireless NIC installed. What my problem is, the wireless NIC will not take any internet traffic. The LAN connection gets it's internet from my LAPTOP with a Clear 4G module. I have a very strong wireless connection, but when I remove the LAPTOP from the network, I get nothing on my Ubuntu computer here, even though I have a solid connection. What is needed in the config to let the wireless run in the "back up" internet connection mode?
I have one of these nifty Atom based "net-top" boxes that has built in wireless N and gigabit ethernet. the problem I have is that even when the ethernet cable is plugged in Ubuntu seems to be defaulting to use the wireless connection. This is a problem since in some areas of the house where I have a wired connection the wireless signal is pretty weak and so the ethernet traffic becomes spotty.
is there a setting somewhere where I can force ubuntu to prefer the wired over wireless no matter what, or to disable the wireless when the ethernet is plugged in?
It has been haunting me for weeks and I haven't been able to fix it so far: When I installed the wireless driver 43XX series on my laptop using a wired internet, I saw the wireless network for a while and after I rebooted my system, My kernel(31) got corrupted and I got error "kernel Panic (and some sync error)",Thus I started using an older kernel(14),Now When I install wireless driver or mobile broadband driver(wvdial), they get vanished after the reboot and my mobile device modem isn't detected.But they are installed in my system(as shown by synaptic package manager but doesn't seemt to work) I desperately want to use mobile broadband.
How To: Uninstall/Remove Old Wireless Driver to make way for New Driver (RTL8191SE)?
Here's the new driver:
I have been having trouble with my wireless connection intermittently disconnecting and reconnecting repeatedly (sometimes every couple of seconds). I posted a thread about this here on Ubuntu Forums titled: Ubuntu 10.45 & NetworkManager Applet 8.0: Connects & Disconnects Frequently.
Recently I bought a Usb wifi router Belkin F6D4050 as my old laptop does not have a wifi chip. Unfortunately Belkin does not give Linux drivers for their products. I searched around the web and found a solution where after downloading the ralink drivers and making some modifications it worked under ubuntu
As my laptop is a PIII I decided to install Arch core image and build on it. I followed the same instructions in compiling the drivers for the usb router and yes it worked under arch linux.
It generated a .ko file and it loads at boot time.
Now say I want to use Puppy/Ubuntu etc instead of Arch and I want to access wifi through the router.
My question is whether copying this .ko file specific to the device to another distro puppy/ubuntu in the similar path make it work or it needs to be recompiled on the new distro
I just installed Linux Mint 9 as a dual boot install with Win XP. Trying to activate wireless network card driver and video driver. Pops up: "You are not authorized to perform this action".How do I get authorized?
Now every time I boot Win XP, the Internet Explorer menu bar is all blacked out and goofy. If I log out and back in it corrects itself. If I reboot it's blacked out again. Re-installed IE8. Still blacks out.Also Firefox in Win XP crashes expectantly. It has NEVER crashed on me previously.
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.
I have Centos5.4 loaded on a late 2008 MACBOOK Pro and would like to get wireless working. I've attempted to download the broadcom driver and create a driver module with no luck.
I have a couple of dell precision boxes running centos 5.4, that are occasionally sent to trade shows. I would like to set them up to connect to wireless networks. Question, what is generally considered the best usb wireless nic to purchase for this distro/release? Also, any opinions on the best wireless aircard and carrier to use, ie; sprint at&t, etc?
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?
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 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!
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?
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.
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 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).
I have a linux box set up as a multi-purpose server for my home with three Windows client PC's. The linux box is based on a slightly modified Slackware 9.0 distribution using Linux 2.4.20 and an unfortinately old, slow AMD processor with a miserable 512Kb RAM. The linux box serves the CIFS file system to the Windows boxes, runs the SQUID HTTP proxy, the Apache web server, a print server, does masquerading, mail serving and a very effective firewall using iptables.
This system, although slow, has run perfectly for several years.Let me say that again - This system works perfectly.I had decided that now is the time to upgrade the hardware, so I bought a Gigabyte LGA775 motherboard which has two 1Gb network interfaces on it, an ASUS 256Mb PCI-E display card, 2Gb of DDR3 RAM, an Intel Core2-Quad processor and a bunch of 500Gb SATA drives to set up a RAID5 array (but I intend that the system boot off one of several 40Gb PATA drives I have).I set up the processor, motherboard, display card, RAM, a SATA DVD Drive and a 40Gb PATA hard disk in a "breadboard" layout and installed distro 13.1, being careful to set up the static IP for the local network, dhcpcd to get an IP address from the cable modem (my internet connection) and to enable ip_forward in the network configuration.
Then I installed a script invoked by /etc/rc.d/rc.local which installed all the SAME iptables rules as my old Linux box. There was one minor glitch when I had to change 8 occurrences of "-d ! $LOCAL_NET to" "! --destination $LOCAL_NET" but that was no problem. I also set up /etc/resolv.conf, /etc/hosts , the BIND server files etc. etc. exactly as in the old box.
I am able to ping mirror.aarnet.edu.au (this is at the heart of Australia's internet hub network - if it's down the whole bloody thing is down) and have the system find the correct IP from the designated nameservers and contact that server with a return trip time of 35ms. I am able to run a telnet session from one of the Windows boxes and edit files on the Linux server. So both network interfaces work and I've got them the right way around.I am able to run FTP on one of the Windows boxes and connect through to mirror.aarnet.edu.au, although it seems to hang when I try a DIR (but then so does the old linux system).
I just installed ubuntu netbook remix onto a hp mini 1116 nr. i can get the broadcom sta driver to activate and run when boot from the usb, but not from install on the harddrive
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.
On an older release, my wireless worked fine, and it was using the broadcom-wl driver. Now on a newer release, the driver seems to be b43, but the card is not being detected.
How can I change the driver so that it uses wl by default?