Wireless problems in openSUSE 11.1 on Compaq Presario V5315WM laptop
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Wireless problems in openSUSE 11.1 on Compaq Presario V5315WM laptop
Hi,
I have been using the openSUSE forums to try and fix the major problem of not being able to connect to my home wireless network in openSUSE. (It works fine in Windows Vista, for the record.)
When I used the following code to see if the disabled channels 12, 13, and 14 were the root of my problem, I got "Permission denied," which I don't understand because I was running it under root account...
- START -
Channels 12,13 and 14 are disabled (wrong regulatory domain)
As of openSUSE 11.0 most wireless drivers depend on mac80211. Regulatory domain handling has been implemented in the wireless stack, but it is not available until kernel 2.6.27. In order to stay FCC compliant the stack enables only the minimal subset of available channels (1-11 in the bg-band). For example in Germany the channels 12 and 13 are allowed too but disabled by default. These channels can be enabled by overwriting the regulatory domain (allowed parameters are US, EU and JP):
echo "options cfg80211 ieee80211_regdom=EU" > /etc/modprobe.d/cfg80211
- END -
Anyway, has anyone else had trouble connecting to wireless with openSUSE 11.1? If so, how did you fix it?
Some shared solutions would be greatly appreciated!
Distribution: (Home)Opensolaris, Ubuntu, CentOS, (Work - AIX, HP-UX, Red Hat)
Posts: 2,043
Rep:
Quote:
Originally Posted by PCLinuxOS-2009
Hi,
I have been using the openSUSE forums to try and fix the major problem of not being able to connect to my home wireless network in openSUSE. (It works fine in Windows Vista, for the record.)
When I used the following code to see if the disabled channels 12, 13, and 14 were the root of my problem, I got "Permission denied," which I don't understand because I was running it under root account...
- START -
Channels 12,13 and 14 are disabled (wrong regulatory domain)
As of openSUSE 11.0 most wireless drivers depend on mac80211. Regulatory domain handling has been implemented in the wireless stack, but it is not available until kernel 2.6.27. In order to stay FCC compliant the stack enables only the minimal subset of available channels (1-11 in the bg-band). For example in Germany the channels 12 and 13 are allowed too but disabled by default. These channels can be enabled by overwriting the regulatory domain (allowed parameters are US, EU and JP):
echo "options cfg80211 ieee80211_regdom=EU" > /etc/modprobe.d/cfg80211
- END -
Anyway, has anyone else had trouble connecting to wireless with openSUSE 11.1? If so, how did you fix it?
Some shared solutions would be greatly appreciated!
P.S. I am using KDE, not GNOME.
can you post the output of uname -a please? the problem looks like it could be an old kernel version but I just want to check.
In fact, OpenSuse is one of only a few that do work on my PCs. I have it loaded on a Compaq Presario CQ50-110US. I also have it loaded on a Acer Aspire with a Atheros Comm Inc AR242X 802.11abg Wireless PCI Adapter. I don't know the card for Compaq at the moment but if you need it I will gladly get it for you. It worked out the box for both. Just went into network manager, added the WEP key and it worked.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.