Non-US channels on Netgear WG511T

Post Reply
Message
Author
dleh
Posts: 3
Joined: Thu 06 Nov 2008, 18:32

Non-US channels on Netgear WG511T

#1 Post by dleh »

Hi all, first post here. I've a fresh Puppy 4.1.1 install on my old Sony F403 laptop. I'm trying to configure a Netgear WG511T wireless pcmcia card but it only works if I change the router's config to broadcast on a channel number between 1 and 11.

Neither the Scan or manually entering the channel and frequency in the network wizard will enable it to work with channel 13 which is what my network is normally configured with.

Is there something I can do to force the ath_pci module to work with European channels?

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#2 Post by Béèm »

I don't know if the ath-pci module can be forced higher than 11.
What I would do is use pwireless and see which access point you see.
See which channel from 1 11 is still free.
Configure your access point to that channel and the wifi card can probably be configured correctly.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

dleh
Posts: 3
Joined: Thu 06 Nov 2008, 18:32

#3 Post by dleh »

I found how to make it work (manually at least)

I first removed the ath_pci module with 'rmmod ath_pci'

Then I reloaded it with the correct country code option:
modprobe ath_pci countrycode=826
(826 is the code for UK)

Now it recognises channel 12 and 13.

I guess to automate this I need to add something to /etc/modprobe.conf. Anybody know what the syntax would be?

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#4 Post by Béèm »

Put modprobe ath_pci countrycode=826 in rc.local. It's loaded at every boot then.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

dleh
Posts: 3
Joined: Thu 06 Nov 2008, 18:32

#5 Post by dleh »

I thought about doing that but wondered whether it was a good idea for the odd occasion I boot without the wireless card installed (I have a normal ethernet card too).

In the end I found that if I simply added

Code: Select all

options ath_pci countrycode=826
to /etc/modprobe.conf that did the trick.

Post Reply