2011年10月14日星期五

ubuntu compaq wireless driver network unclaimed---from others

network UNCLAIMED in wireless on ubuntu 9.10

Can anyone tell me how to find wireless network drivers for ubuntu 9.10 on Compaq 510 notebook.
Here is the output of "lshw -C network"

*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:10:00.0
version: 10
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: ioport:6000(size=256) memory:e8000000-e8003fff
*-network
description: Ethernet interface
product: Marvell Technology Group Ltd.
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:30:00.0
logical name: eth0
version: 10
serial: 18:a9:05:d2:e5:0c
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical
configuration: broadcast=yes driver=sky2 driverversion=1.23 firmware=N/A ip=192.168.1.2 latency=0 multicast=yes
resources: irq:29 memory:e0000000-e0003fff ioport:2000(size=256)
 
 
 
lspci -nn 
 
 
 
00:00.0 Host bridge [0600]: Intel Corporation Mobile GME965/GLE960 Memory Controller Hub [8086:2a10] (rev 0c)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller [8086:2a12] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller [8086:2a13] (rev 0c)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 [8086:2847] (rev 03)
00:1c.5 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 [8086:2849] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller [8086:2815] (rev 03)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03)
10:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8171] (rev 10)
30:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. Device [11ab:4357] (rev 10)



Your Realtek uses the driver r8192se_pci. You will need to get an ethernet connection and get some files from the internet:
Code:
sudo apt-get install linux-headers-generic build-essential
Then go here: http://ubuntuforums.org/showpost.php...55&postcount=5

You can follow each step carefully and even copy and paste his commands into a terminal. There is one correction, however, his two commands that start with 'sed' should be run as sudo; that is, sudo sed ...etc.

You should then disconnect the wire and click the Network Manager icon and connect wirelessly.
 
 
 
 
 
 
 
rtl8192se - Wireless Problems on 1201N
I found a solution to get wireless networking to work without NDISWrapper! I went to the following link to figure it out:

https://bugs.launchpad.net/ubuntu/+s...6?comments=all



I used the rtl8192se_linux_2.6.0010.1211.2009.tar.gz file which was referenced in post #134 and is available here:

http://launchpadlibrarian.net/366886...11.2009.tar.gz


I did the following to get it to work after downloading the file:
Code:
tar xzf rtl8192se_linux_2.6.0010.1211.2009.tar.gz
cd rtl8192se_linux_2.6.0010.1211.2009
sudo make
Then you need to edit two files to work with Ubuntu using the following commands (This works on Ubuntu 9.10):
Code:
sed -i 's/install: modules/install:/g' ./ieee80211/Makefile
sed -i 's/install: modules/install:/g' ./HAL/rtl8192/Makefile
Then you install with the following command:
Code:
sudo make install
sudo echo "r8192se_pci" > /etc/modules
sudo modprobe r8192se_pci
 
ravindika is offline Report Post   Reply With Quote

没有评论:

发表评论