LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   HELP HP Pavilion dv6 Wirless Driver Installation (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/help-hp-pavilion-dv6-wirless-driver-installation-907031/)

jtso8 10-07-2011 09:15 PM

HELP HP Pavilion dv6 Wirless Driver Installation
 
I have just bought a HP Pavilion dv6 while the graphics driver installed just fine from the additional driver application, but the wireless driver is missing. I have looked for instructions on how to enable the wireless card on my computer, but I have been unlucky in locating the proper instruction. Could someone please help my get Ubuntu to fully work. Thank you In advance for you assistance.

camorri 10-08-2011 04:40 PM

Open a console, and run the command '/sbin/lspci' just what between the single quote marks, not the quotes. Post the results.

We need to know what the wireless card is. Then we look for the driver. Then you configure your connection.

jtso8 10-09-2011 01:34 AM

I instqlld Ubuntu using wibi that I got from the Ubuntu web sit. I have been unable to install Ubuntu from USB. I couldn't run the command that yu asked for. The installation process paused for awhile at the Ubuntu logo at start up and then said failed to find system file. This is a link to the laptop that I bought if that helps any
http://m.bestbuy.com/m/e/product/detail.jsp;jsessionid=CD1654ADD98D9CBB7FFC341D101D5E51.bbmdotp-app31-43?skuId=3441067&pid=1218402870055&catId=abcat0502000&ev=prodView#product-overview

camorri 10-09-2011 05:50 AM

Quote:

I instqlld Ubuntu using wibi
Do you mean Wubi ? This is the installer for a windoze system. I have no idea what 'wibi' is. Could you clarify?

Quote:

I have been unable to install Ubuntu from USB.
I have several questions here.

Did you get Ubuntu installed with Wubi? Yes or no ?

How did you try to install from USB ? There are several things that have to be done here. You need a boot loader and the image on the USB memory stick. Or do you have a USB hard drive?

Why don't you install from the optical drive ?

Did you re-partition the hard drive? From what I could find out on HP's site and the link to BestBuy, the HD is 640 gig. I also know that HP ship systems with 4 primary partitions, making it more difficult for noobs to re-partiton. I found this out on my HP NetBook.

We started out here to fix a wireless adapter. I downloaded the Maintenance Manual from HP for your model. It does not identify the wireless card you have, and neither does BestBuy. Fom the MM, it lists four possible wireless cards.

They are: 1. Antheros 8285G or 2. Antheros AR8002WB or 3. Realtek RLT81915E or 4. Realtek 8188BC8.

That gets us a little closer, however, to help, we need to know which one is in your system. From what I could find out from the MM, two cards provide Bluetooth, two do not. Did you buy one with BlueTooth, or not???

The easy way to answer these questions on wireless, is to run the command I asked for; '/sbin/lspci'.

So, please take your time, and answer the questions where you can. I need to know; have you got an installed Ubuntu system you can boot into? Without that we are no where.

jtso8 10-09-2011 06:43 PM

I installed Ubuntu using Wubi. When trying to install Ubuntu from a flash drive, option menu came up with install/try/memory test. I have used a few different methods to create the boot-able flash drive. There is a main and recovery partition on my computer. I have found the exact computer on HP's website that is mine and it says my wireless cared is a 802.11b/g/n WLAN

camorri 10-10-2011 05:52 AM

Quote:

I installed Ubuntu using Wubi.
I don't think you understand some things. This
Quote:

my wireless cared is a 802.11b/g/n WLAN
I knew from your first post. It tells me very little. In order to get your wireless card going, I have to know the 'chip set' the card is made from. I need the information from the '/sbin/lspci' command. Then we identify the driver you need. We'll look to see if it came with your distribution, most often they do. It may already be loaded. It may not be, however, to go further, I need the output of that command.

Here is what it will look like, this is from my system, so it shows my hardware.

Quote:

/sbin/lspci
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a2)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
If you go to HP's site, find the hardware manual for your system, there is a long list of cards they install in the model of system you bought. The four I listed above are used in systems with AMD cpu's.

Open a command prompt in your Ubuntu install, you may need to use 'sudo' to get the command to run. ie 'sudo /sbin/lspci' press enter, you will be prompted for the root password you set during installation, enter it, copy and paste the output here. Then I can help further.

If, for any reason it does not work, copy and paste the results.

From what you said on the HD's, I can only assume you have not done any partitioning. You can not install from a bootable stick unless you run the partitioning tools that come with Ubuntu. The possibility to do that all depends on the HD's partitioning scheme HP shipped the system with. On new systems they have lately been shipping them with 4 primary partitions. Some are hidden so you can not see them from windoze. Believe me, they are there.

Here is how to find out what you really have. From Ubuntu, and a command line, run the command 'sudo fdisk -l' you will be asked again for the root password, provide it, press enter. This will list all your partitions, and the type. Here is a sample.

Quote:

fdisk -l

Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x16001600

Device Boot Start End Blocks Id System
/dev/sda1 * 63 25189919 12594928+ 83 Linux
/dev/sda2 25189981 312576704 143693362 5 Extended
/dev/sda5 25189983 33367004 4088511 82 Linux swap
/dev/sda6 33367068 312576704 139604818+ 83 Linux

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x42f817c3

Device Boot Start End Blocks Id System
/dev/sdb1 * 63 41351309 20675623+ 83 Linux
/dev/sdb2 41351310 976768064 467708377+ 5 Extended
/dev/sdb5 41351373 350040284 154344456 83 Linux
/dev/sdb6 350040348 976768064 313363858+ 83 Linux
Notice the Id field. This tells us what type of partition, you will have more that 2. This is from my system, I have 2 HD's. If you decide you want to do a full install from USB, or any where else, post the output of the fdisk command. Then I can advise what steps would be necessary to do a full install.

Wubi creates a file on your windows system. It allows you to run the code, however, windoze is still operating the system. Its there so new users can become somewhat familiar with linux without the pain of partitioning, installing etc.

jtso8 10-10-2011 10:28 AM

Thank you, and I am sorry for being so difficult lol, but I now know what to do. I was unable to fully install Ubuntu onto my system, but I found a post somewhere that suggested installing the latest long term build of Ubuntu (10.04). I did that and now the system is currently working. Later on today when I'm home I will post the results for the wireless card. Thank you again and for being so patient with me.

camorri 10-11-2011 08:01 AM

No problem, I know it takes time for new users to learn. I'll await your post.

jtso8 10-12-2011 08:25 PM

I have tried the command 'sudo /sbin/lspci' and I get the message -> command not found

jtso8 10-12-2011 10:47 PM

Quote:

sudo lshw -c network
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 06
serial: 10:1f:74:16:62:16
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.200.236 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:40 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
*-network UNCLAIMED
description: Network controller
product: Ralink corp.
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f0200000-f020ffff
Quote:

sudo lshw

description: Notebook
product: HP Pavilion dv6 Notebook PC (QE068UA#ABA)
vendor: Hewlett-Packard
version: 058E110000244710000620100
serial: 5CH1361Y18
width: 64 bits
capabilities: smbios-2.7 dmi-2.7 vsyscall64 vsyscall32
configuration: boot=normal chassis=notebook family=103C_5335KV G=N L=CON B=HP S=PAV sku=QE068UA#ABA uuid=C11D4B6A-A451-1A42-A0FA-101F74166216
*-core
description: Motherboard
product: 358B
vendor: Hewlett-Packard
physical id: 0
version: 33.18
serial: PBYSF02HT1E2TN
slot: Base Board Chassis Location
*-memory
description: System Memory
physical id: 0
slot: System board or motherboard
size: 8GiB
*-bank:0
description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
product: M471B5273DH0-CH9
vendor: Samsung
physical id: 0
serial: 0022A692
slot: DIMM1
size: 4GiB
width: 8 bits
clock: 1333MHz (0.8ns)
*-bank:1
description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
product: M471B5273DH0-CH9
vendor: Samsung
physical id: 1
serial: 0022A693
slot: DIMM2
size: 4GiB
width: 8 bits
clock: 1333MHz (0.8ns)
*-firmware
description: BIOS
vendor: Hewlett-Packard
physical id: 9
version: F.20
date: 07/13/2011
size: 128KiB
capacity: 1984KiB
capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb
*-cpu
description: CPU
product: AMD A8-3500M APU with Radeon(tm) HD Graphics
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 15
bus info: cpu@0
version: AMD A8-3500M APU with Radeon(tm) HD Graphics
serial: NotSupport
slot: Socket FS1
size: 800MHz
capacity: 1500MHz
width: 64 bits
clock: 100MHz
capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt arat cpb npt lbrv svm_lock nrip_save pausefilter cpufreq
configuration: cores=4 enabledcores=4 threads=4
*-cache:0
description: L1 cache
physical id: 16
slot: L1 Cache
size: 512KiB
capacity: 512KiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
*-cache:1
description: L2 cache
physical id: 17
slot: L2 Cache
size: 4MiB
capacity: 4MiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
*-pci:0
description: Host bridge
product: Advanced Micro Devices [AMD]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 100
bus info: pci@0000:00:00.0
version: 00
width: 32 bits
clock: 66MHz
configuration: latency=32
*-display
description: VGA compatible controller
product: ATI Technologies Inc
vendor: ATI Technologies Inc
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=fglrx_pci latency=0
resources: irq:53 memory:e0000000-efffffff ioport:3000(size=256) memory:f0300000-f033ffff
*-multimedia:0
description: Audio device
product: ATI Technologies Inc
vendor: ATI Technologies Inc
physical id: 1.1
bus info: pci@0000:00:01.1
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: driver=HDA Intel latency=0
resources: irq:52 memory:f0344000-f0347fff
*-pci:0
description: PCI bridge
product: Advanced Micro Devices [AMD]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 4
bus info: pci@0000:00:04.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:18 ioport:2000(size=4096) ioport:f0000000(size=1048576)
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 06
serial: 10:1f:74:16:62:16
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.200.236 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:40 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
*-pci:1
description: PCI bridge
product: Advanced Micro Devices [AMD]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 5
bus info: pci@0000:00:05.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:17 memory:f0200000-f02fffff
*-network UNCLAIMED
description: Network controller
product: Ralink corp.
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f0200000-f020ffff
*-pci:2
description: PCI bridge
product: Advanced Micro Devices [AMD]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 6
bus info: pci@0000:00:06.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:18 memory:f0100000-f01fffff
*-generic
description: Unassigned class
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: scsi5
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list emulated scsi-host
configuration: driver=rts_pstor latency=0
resources: irq:18 memory:f0100000-f0100fff
*-disk
description: SCSI Disk
product: xD/SD/M.S.
vendor: Generic-
physical id: 0.0.0
bus info: scsi@5:0.0.0
logical name: /dev/sdb
version: 1.00
serial: 3
capabilities: removable
*-medium
physical id: 0
logical name: /dev/sdb
*-usb:0
description: USB Controller
product: Hudson USB XHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 10
bus info: pci@0000:00:10.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:18 memory:f0348000-f0349fff
*-usb:1
description: USB Controller
product: Hudson USB XHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 10.1
bus info: pci@0000:00:10.1
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:17 memory:f034a000-f034bfff
*-storage
description: SATA controller
product: Hudson SATA Controller [AHCI mode]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 11
bus info: pci@0000:00:11.0
logical name: scsi0
logical name: scsi2
version: 00
width: 32 bits
clock: 66MHz
capabilities: storage msi ahci_1.0 bus_master cap_list emulated
configuration: driver=ahci latency=64
resources: irq:51 ioport:3138(size=8) ioport:314c(size=4) ioport:3130(size=8) ioport:3148(size=4) ioport:3110(size=16) memory:f0350000-f03507ff
*-disk
description: ATA Disk
product: Hitachi HTS54756
vendor: Hitachi
physical id: 0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: JEDO
serial: J2180053HJ2BYC
size: 596GiB (640GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=0001ceb0
*-volume:0
description: EXT4 volume
vendor: Linux
physical id: 1
bus info: scsi@0:0.0.0,1
logical name: /dev/sda1
logical name: /
version: 1.0
serial: 2083fd69-b481-48dd-a882-ab8695716a09
size: 574GiB
capacity: 574GiB
capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
configuration: created=2011-10-12 12:51:56 filesystem=ext4 lastmountpoint=/ modified=2011-10-12 13:09:48 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,commit=600,barrier=1,data=ordered mounted=2011-10-12 23:31:47 state=mounted
*-volume:1
description: Extended partition
physical id: 2
bus info: scsi@0:0.0.0,2
logical name: /dev/sda2
size: 21GiB
capacity: 21GiB
capabilities: primary extended partitioned partitioned:extended
*-logicalvolume
description: Linux swap / Solaris partition
physical id: 5
logical name: /dev/sda5
capacity: 21GiB
capabilities: nofs
*-cdrom
description: DVD-RAM writer
product: DVD-RAM UJ8B1
vendor: hp
physical id: 1
bus info: scsi@2:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/scd0
logical name: /dev/sr0
version: H.02
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
*-usb:2
description: USB Controller
product: Hudson USB OHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 12
bus info: pci@0000:00:12.0
version: 11
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration: driver=ohci_hcd latency=32
resources: irq:18 memory:f034f000-f034ffff
*-usb:3
description: USB Controller
product: Hudson USB EHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 12.2
bus info: pci@0000:00:12.2
version: 11
width: 32 bits
clock: 66MHz
capabilities: pm debug ehci bus_master cap_list
configuration: driver=ehci_hcd latency=32
resources: irq:17 memory:f034e000-f034e0ff
*-usb:4
description: USB Controller
product: Hudson USB OHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 13
bus info: pci@0000:00:13.0
version: 11
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration: driver=ohci_hcd latency=32
resources: irq:18 memory:f034d000-f034dfff
*-usb:5
description: USB Controller
product: Hudson USB EHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 13.2
bus info: pci@0000:00:13.2
version: 11
width: 32 bits
clock: 66MHz
capabilities: pm debug ehci bus_master cap_list
configuration: driver=ehci_hcd latency=32
resources: irq:17 memory:f034c000-f034c0ff
*-serial UNCLAIMED
description: SMBus
product: Hudson SMBus Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14
bus info: pci@0000:00:14.0
version: 13
width: 32 bits
clock: 66MHz
configuration: latency=0
*-ide
description: IDE interface
product: Hudson IDE Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.1
bus info: pci@0000:00:14.1
version: 40
width: 32 bits
clock: 66MHz
capabilities: ide bus_master
configuration: driver=pata_atiixp latency=32
resources: irq:17 ioport:3128(size=8) ioport:3144(size=4) ioport:3120(size=8) ioport:3140(size=4) ioport:3100(size=16)
*-multimedia:1
description: Audio device
product: Hudson Azalia Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.2
bus info: pci@0000:00:14.2
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=HDA Intel latency=32
resources: irq:16 memory:f0340000-f0343fff
*-isa
description: ISA bridge
product: Hudson LPC Bridge
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.3
bus info: pci@0000:00:14.3
version: 11
width: 32 bits
clock: 66MHz
capabilities: isa bus_master
configuration: latency=0
*-pci:3
description: PCI bridge
product: Hudson PCI Bridge
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.4
bus info: pci@0000:00:14.4
version: 40
width: 32 bits
clock: 66MHz
capabilities: pci subtractive_decode bus_master
*-pci:1
description: Host bridge
product: Family 12h/14h Processor Function 0
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 101
bus info: pci@0000:00:18.0
version: 43
width: 32 bits
clock: 33MHz
*-pci:2
description: Host bridge
product: Family 12h/14h Processor Function 1
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 102
bus info: pci@0000:00:18.1
version: 00
width: 32 bits
clock: 33MHz
*-pci:3
description: Host bridge
product: Family 12h/14h Processor Function 2
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 103
bus info: pci@0000:00:18.2
version: 00
width: 32 bits
clock: 33MHz
*-pci:4
description: Host bridge
product: Family 12h/14h Processor Function 3
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 104
bus info: pci@0000:00:18.3
version: 00
width: 32 bits
clock: 33MHz
configuration: driver=k10temp
resources: irq:0
*-pci:5
description: Host bridge
product: Family 12h/14h Processor Function 4
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 105
bus info: pci@0000:00:18.4
version: 00
width: 32 bits
clock: 33MHz
*-pci:6
description: Host bridge
product: Family 12h/14h Processor Function 6
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 106
bus info: pci@0000:00:18.5
version: 00
width: 32 bits
clock: 33MHz
*-pci:7
description: Host bridge
product: Family 12h/14h Processor Function 5
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 107
bus info: pci@0000:00:18.6
version: 00
width: 32 bits
clock: 33MHz
*-pci:8
description: Host bridge
product: Family 12h/14h Processor Function 7
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 108
bus info: pci@0000:00:18.7
version: 00
width: 32 bits
clock: 33MHz
*-battery
description: Lithium Ion Battery
product: MU06055
vendor: Conexant (Rockwell)
physical id: 1
slot: Primary
capacity: 55080mWh
configuration: voltage=10.8V

I hope this helps you to help me. Good luck

camorri 10-13-2011 08:56 AM

Well, we are half way to there to knowing what your wireless card is. This is the information from lshw that is relevant.

Quote:

*-network UNCLAIMED
description: Network controller
product: Ralink corp.
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f0200000-f020ffff
UNCLAIMED indicates there is no driver loaded. The hot plugging system could does not know what the card is. It is a RealTek card, and that is all I can tell so far.

In short, we need the output from lspci.

It appears the lspci binary is not in /sbin on your system, hence the 'command not found' message. I just looked on my Ubuntu 10.04 system. The binary on that system is in /usr/bin/ directory.

So, you can try 'sudo /usr/bin/lspci' ( without the quotes ) and see if you get output. If yes, please cut and paste it here.

If no, we need to know if it is installed, or not. If not, install it, if installed, find it so we can run it.

These commands should locate it.

'sudo updatedb' ( all commands without quotes ). This command will build a slocate data base of all files on your system. If you have never run this command it may take some time to complete. Wait for the command prompt to return before proceeding.

'locate lspci' no need to be root for this command once the database is built. The locate command looks in the database for the string lspci, and lists all occurrences of that string. The executable will show up as just lspci nothing else attached to it. You may see a man.lspci.tz or something like that. That is the man ( manual page ), not binary.

If you get no output, that indicates some package is not installed we need. It will be a case of finding what package is missing, and installing.

If lspci is there ( it should be ), note the path to it. ie /usr/sbin/ or what ever, put that before the lspci, and run the command; cut and paste the output. Then we can go looking for what driver you need.

Post back the results...

jtso8 10-13-2011 11:51 AM

Quote:

sudo /usr/bin/lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] Device 1705
00:01.0 VGA compatible controller: ATI Technologies Inc Device 9641
00:01.1 Audio device: ATI Technologies Inc Device 1714
00:04.0 PCI bridge: Advanced Micro Devices [AMD] Device 1709
00:05.0 PCI bridge: Advanced Micro Devices [AMD] Device 170a
00:06.0 PCI bridge: Advanced Micro Devices [AMD] Device 170b
00:10.0 USB Controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03)
00:10.1 USB Controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03)
00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [AHCI mode]
00:12.0 USB Controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:12.2 USB Controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:13.0 USB Controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:13.2 USB Controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 13)
00:14.1 IDE interface: Advanced Micro Devices [AMD] Hudson IDE Controller (rev 40)
00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
02:00.0 Network controller: Ralink corp. Device 5390
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5209 (rev 01)
Well third time is the charm and hopefully this gives you what you need.

jtso8 10-13-2011 12:41 PM

That output came from my computer while running Ubuntu 11.04, but I am currently upgrading to Ubuntu 11.10.

camorri 10-13-2011 01:00 PM

Quote:

Network controller: Ralink corp. Device 5390
This is your wireless card. It is very new. A lot of users are having trouble getting it going.
Now that you are changing OS's again, test the card on the new install. There are fixes in the pipe line for this card.

Please read through this link -->http://ubuntuforums.org/showthread.php?t=1751685&page=2

Pay attention on posts 14 to 17, the user gets it going by compiling the driver from RalinkTek. The user didn't have the headers installed. They are not installed on Ubuntu by default. You can not compile anything without them.

I'm going to see if I can find a link for the driver download. I'll post it when (if) I find it. In the mean time, test the new install and post where you are with it.

camorri 10-13-2011 01:24 PM

It appears the name of the card is RT5390BC8. I went to this link -->http://www.ralinktech.com/en/index.php however, I can not find the driver. The support section has downloads for linux, could not figure out what to download. This is not a friendly site.

There is a download for RT539x PCIe, not sure if that is it or not.

Downloaded the file RT539x, that appears to be the source file to compile the driver from. There are instructions in the file, once you extract the contents.


All times are GMT -5. The time now is 06:37 PM.