Ubuntu :: Wireless Driver Not Found?

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


ADVERTISEMENT

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 View Related

General :: Wireless Driver Not Found

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

Ubuntu Networking :: Mobile Broadband Driver And Wireless Driver Disable After Rebooting 9.04!?

Jun 21, 2010

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.

View 1 Replies View Related

Ubuntu Networking :: Uninstall/Remove Old Wireless Driver To Make Way For New Driver - RTL8191SE?

Jun 21, 2010

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.

View 2 Replies View Related

General :: Activate Wireless Network Card Driver And Video Driver?

Jul 20, 2010

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.

View 9 Replies View Related

OpenSUSE Wireless :: RTL8191SE Driver On Compaq Presario CQ62 Doesn't Work With XP Driver

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

CentOS 5 Networking :: Macbook Pro 5,5 - Late 2008 - Wireless - Download The Broadcom Driver And Create A Driver Module

Feb 20, 2010

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.

Using these instructions....

[url]

When I make the WLAN driver, I get this:

View 2 Replies View Related

Ubuntu :: Graphics Driver Not Found?

Feb 4, 2011

Basically when I first got Ubuntu I could go into Additional Drivers and enable the graphics, which would help alot with everything.However, just recently I think I accedently removed something in the system and now it's not in the list and i have no graphics enabled. Are there a few things I can do to try fix this

View 8 Replies View Related

Ubuntu :: How To Find Wireless Driver For Wireless Belkin Card?

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

OpenSUSE Wireless :: Intel 5300 Chipset On 11.0 - Setup My Wireless Driver Under Kernel 2.6.25?

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

OpenSUSE Wireless :: Install Driver For 14e4:4329 Wireless Pci Card?

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

OpenSUSE Wireless :: Use Ndiswrapper To Install The Windows Driver For Wireless?

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

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?

View 9 Replies View Related

Red Hat / Fedora :: No Driver Found / Get It To Work?

Nov 12, 2010

I am trying to install redhat 4 update 3 on the HP pro dl380 g7 machine.
but got stuck in the third step.

after selecting language and key board i am getting "no driver found" message.

i am doing installation through DVD.

View 2 Replies View Related

Red Hat :: Red Hat Enterprise 5 Installation / No Driver Found

Mar 10, 2011

Me suman, new in the Linux world. I made a Box with AMD Phenom II X4 955 Processor, ASUS M4A78LT-M M/B (AMD 760G Chipset) and DDR3 RAM.While installing RedHat Enterprise Linux 5, after selecting the Installation media as CD-ROM I am getting the error msg "No Driver Found. Unable to find out any Drivers of the type needed for this installation."Though I had installed Fedora 8 in this box successfully.

View 1 Replies View Related

Ubuntu Multimedia :: Playing Encrypted DVDs - Driver Not Found

Jun 5, 2010

After following instructions to install software to play encrypted DVDs and after rebooting, I tried to play a DVD in Totem. A driver was searched for by Totem; not found; DVD not played.

View 6 Replies View Related

OpenSUSE Wireless :: Broadcom Wireless Driver / Setup

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

OpenSUSE Wireless :: Install Broadcom Wireless Driver ?

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

OpenSUSE Wireless :: Realtek Wireless Adapter Driver

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

Debian :: Run Nvidia-xconfig - Say Driver Not Found

Jun 4, 2010

If i run nvidia-xconfig, it will say driver not found, and the next time i boot, it will end up in a terminal. why is it so? (by the way i recovered from that using backup of xorg.conf). And i dont think now the nvidia-driver is present.

View 14 Replies View Related

Fedora Installation :: Cant Install 10 - Got ' No Driver Found' Error

Feb 17, 2009

I have downloaded fedora 10, i386 and right to DVD/UD using 4x write speed. I have one machine have installed win xp, now i want to over right here, when i select installation , its asking common questions like language, drivers, when i select from Local CD/DVD i got 'No Driver Found' Error.

View 1 Replies View Related

Fedora Hardware :: Nvidia Driver Not Found After Update?

Jun 17, 2010

I read somewhere that when updating Fedora I might want ttemporarily disable userdefined repos like RPMfusion.I tried that with

Code:
yum upgrade --disablerepo=rpmfusion-free-updates
It updated, I rebooted, and now my nvidia driver is not found.

[code]...

View 2 Replies View Related

General :: NIC Driver Install Error - Source Not Found

Jun 28, 2010

I am trying to install NIC driver, at last when I am using command make the following output is coming. How to come out from this error:
Makefile:65 *** Linux source not found. Stop.

View 2 Replies View Related

OpenSUSE Wireless :: How To Change Wireless Driver In 11.2

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

OpenSUSE Wireless :: Need Driver For HP Wireless Printer

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

OpenSUSE Wireless :: Use The Ralink RT2860 Driver 11.2 - (error: Invalid Driver Rt2860.inf)?

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

Debian Hardware :: WiFi Driver Broadcom N180211 Not Found

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

OpenSUSE Multimedia :: Brother HL-2130 Printer Driver Not Found?

Jul 22, 2011

Friend got a Brother HL-2130 Printer and couldn't add printer using Yast as the drivers are not found by Yast.

I went to Brother Solutions Center : Brother Driver for Linux Distributions and downloaded the drivers provided by Brother.

rpm -ivh *.rpm

and everything works well.

How could we prompt the developers to update openSUSE so that these working drivers can be added into Yast to benefit future users.

View 2 Replies View Related

General :: CDROM Driver Doesn't Get Found And Installation Aborts

Jul 24, 2010

I am new to this and just got a SUN Netra 440MHz T1 105 with 512MB RAM, 2 19G SCSI drives and a IDE CDROM.I am having trouble loading Ubuntu 9.05 server iso via the CDROM. The CDROM driver does not get found and the installation aborts. The CDROM is a 24x toshiba XM-7002B.I can load the old Ubuntu server 7.10 but cannot update it. (would need some help to do that, too).

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved