LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 02-16-2007, 11:35 PM   #1
Sparrowhawk
LQ Newbie
 
Registered: Aug 2005
Distribution: Fedora Core, Debian
Posts: 8

Rep: Reputation: 0
Debian (desktop) doesn't even recognize internal HP wireless card


I recently bought an HP Pavillion which came with an internal HP 802.11 b/g Wireless Network Adapter. Windows recognizes it and is able to use it, so there's nothing wrong with the card itself.

Running iwconfig lists:

lo no wireless extensions.

eth0 no wireless extensions.

eth1 no wireless extensions.

sit0 no wireless extensions.


eth0 is my firewire port, and eth1 is the wired ethernet.

Any advice in helping me set this network card up in Debian Etch would be greatly appreciated!
 
Old 02-16-2007, 11:57 PM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
To help you get started we're going to need a lot more information. HP Pavilion doesn't tell us much. Is it a Desktop, Laptop? What is the exact model.

The key information is determining what chipset is being used by the internal wireless LAN. If your Documentation tells you that, it would be great. Maybe it will show up on the output of "$ lspci" The easiest way might be to look in the Windows hardware identifying program. I forget the name of it. ... or if you can even figure out exactly what driver Windows is using for the card, that may be helpful.
 
Old 02-16-2007, 11:58 PM   #3
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Please post output of lspci -v to see the specific chipset of the card.
 
Old 02-17-2007, 12:25 AM   #4
Sparrowhawk
LQ Newbie
 
Registered: Aug 2005
Distribution: Fedora Core, Debian
Posts: 8

Original Poster
Rep: Reputation: 0
The computer is a customized desktop HP Pavillion d4790y. The debian system architecture is i386, with kernel 2.6.18-3-686 #1 SMP.

When I ran lspci -v, this came up for the wireless card:

02:00.0 Ethernet controller: Atheros Communications, Inc. AR5006X 802.11abg NIC (rev 01)
Subsystem: Lite-On Communications Inc Unknown device 5001
Flags: bus master, medium devsel, latency 32, IRQ 10
Memory at fdee0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>

Thanks for helping me out!!
 
Old 02-17-2007, 08:00 AM   #5
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Atheros cards generally use MadWifi drivers. I have never messed with those drivers, but lots of people use them. I'll tell you what I would do to get started, and hopefully someone will come along to help you with any additional tweaking necessary. I use aptitude from the command line for package management. If you have been using apt-get or Synaptic, you should probably translate these commands to that.

First , you need contrib and non-free in your sources.list file. There should be a line that looks something like this:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free

# aptitude update
# aptitude install linux-headers-2.6.18-3-686 module-assistant madwifi-doc madwifi-source madwifi-tools
# module-assistant prepare
# m-a a-i madwifi
# modprobe -v madwifi

That should get everything you need to make it work installed on your system. but as I said, There may be additional tweaking required to actually get it working.
 
Old 02-17-2007, 10:49 AM   #6
Sparrowhawk
LQ Newbie
 
Registered: Aug 2005
Distribution: Fedora Core, Debian
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks!

I did everything as you said up until the 'modprobe madwifi' line. That didn't work for me, so I searched around, and found this: http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi

That document told me to use 'modprobe ath_pci', which worked for me...

Any help on how to configure my WEP encryption and using the madwifi drivers would be greatly appreciated!
 
Old 02-17-2007, 12:09 PM   #7
Sparrowhawk
LQ Newbie
 
Registered: Aug 2005
Distribution: Fedora Core, Debian
Posts: 8

Original Poster
Rep: Reputation: 0
Actually, when I run dmesg, I get the following results for the wireless card:

ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
wlan: 0.8.4.2 (0.9.3)
ath_rate_sample: 1.2 (0.9.3)
ath_pci: 0.9.4.5 (0.9.3)
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 217
wifi%d: unable to attach hardware: 'Hardware self-test failed' (HAL status 14)
ACPI: PCI interrupt for device 0000:02:00.0 disabled

 
Old 02-17-2007, 05:44 PM   #8
Sparrowhawk
LQ Newbie
 
Registered: Aug 2005
Distribution: Fedora Core, Debian
Posts: 8

Original Poster
Rep: Reputation: 0
Well, I tried to compile madwifi from source to see if that would help, but now modprobe ath_pci just gives:


WARNING: Error inserting ath_rate_sample (/lib/modules/2.6.18-3-686/net/ath_rate_sample.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ath_pci (/lib/modules/2.6.18-3-686/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Won't recognize wireless card brooke03 Linux - Wireless Networking 1 08-28-2006 01:29 AM
Debian 2 recognize Internal IOMega Zip?? alphazed Linux - Hardware 1 02-09-2006 10:56 AM
SuSe 9.2 does not recognize wireless card Detari Linux - Wireless Networking 0 01-30-2005 01:12 PM
m5310 wireless card help, does not seem to recognize the card CmptrGk Linux - Laptop and Netbook 5 01-02-2005 08:44 AM
Suse 9.1 will not recognize wireless card bschneider Linux - Wireless Networking 5 08-05-2004 10:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 05:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration