Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I'm running Debian Lenny on a Toshiba Satellite A200.

It has a builtin Atheros AR242x 802.11abg Wireless PCI express adapter.

The modules that are automatically loaded to drive this are:

ath ath5k

When using kernel 2.6.32 in a wireless hotspot /proc/net/wireless does not even exist. When using kernel 2.6.24 it exists but has no entries.

I don't know where to go to from here. Can anyone help? (The WIFI switch at bottom of notebook is on).

asked 24 Aug '10, 11:02

slothcheetah's gravatar image

slothcheetah
7637
accept rate: 50%

When I type

iwconfig

I get the error:

No wireless extensions.

(25 Aug '10, 23:23) slothcheetah



Mind if I ask what you need /proc/net/wireless for? Is it trying to be accessed by a program like NetworkManager, or wicd?

link

answered 24 Aug '10, 16:29

indienick's gravatar image

indienick
14317
accept rate: 17%

I assume that any configuration tool would need to read from /proc/net/wireless. Am I wrong?

I've added a comment to my original question.

(25 Aug '10, 23:24) slothcheetah

Does the ath5k module load for sure? Does "lsmod | grep ath" yield any output? If not, try running "modprobe ath5k".

(26 Aug '10, 23:11) indienick

Yes. Modules ath and ath5k load at bootup.

I'm going to try compiling ath9k. I don't know why I didn't do both in the first place. The debian wiki says ath5k for AR242 chipset and ath9k for 802.11n chipsets. lspci gives me AR242x 802.11abc. 802.11 is a protocol, not a chipset isn't it? I hate hardware issues!

I'm also going to try madwifi-tools.

(27 Aug '10, 12:43) slothcheetah

Yes, you're correct: 802.11 is the protocol. Your chipset being "AR242x". :) Have you checked to make sure the module isn't blacklisted anywhere?

(27 Aug '10, 20:48) indienick

Look at the Debian Wiki page for that type of card. I'm sure you'll find it very useful.

link

answered 24 Aug '10, 16:57

EricTRA's gravatar image

EricTRA
564
accept rate: 7%

Thanks for that. I've already seen that page but the HowToUse page has highlighted the step that doesn't work. I've added that to my original question.

(25 Aug '10, 23:24) slothcheetah
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×17

Asked: 24 Aug '10, 11:02

Seen: 2,830 times

Last updated: 24 Aug '10, 16:57

powered by OSQA