![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Utah Team - US Utah LoCo Team - US |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
First Cup of Ubuntu
![]() Join Date: Dec 2007
Beans: 1
|
Quote:
thanks for the link, it worked for me on my iwill dpmax with a Intel wireless 2200BG running Ubuntu 7.1 64bit. |
|
|
|
|
|
|
#12 |
|
A Carafe of Ubuntu
![]() |
Re: Intel Pro/Wireless 2200BG [Resolved]
bump
__________________
Nature Thoughts & Symmetry |
|
|
|
|
|
#13 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2008
Beans: 35
|
Re: Intel Pro/Wireless 2200BG [Resolved]
Is this up-to-date? I have the same network card, just did a clean installation of Ubuntu 9 and the WLAN interface is just not available.
The network manager says that wireless networks are not activated. When I rightclick it, the option to activate the wireless network is grey and not clickable. Why? In console, I see the eth1 interface with iwconfig. |
|
|
|
|
|
#14 |
|
5 Cups of Ubuntu
![]() |
I have a similar problem to you albertz in 8.10 so I upgraded to 9.04 still having a similar problem,
It is found in ifconfig, when i run "iwlist scan" it says no scan results, but it is working. To make things a little more complex i got this card out an old dead dell and put it in my packard bell (not that brands are important) and i think that the enable wireless button in the dell sends a message to it and tells it to turn on and obviously i don't have one (well not one that works), Now i have seen a hack around this a year or so back i will go on a search and if i figure out repost. If you happen to ever sorted this problem please let me know.... |
|
|
|
|
|
#15 | |
|
Spilled the Beans
![]() Join Date: May 2006
Beans: 13
|
Re: Intel Pro/Wireless 2200BG [Resolved]
Quote:
|
|
|
|
|
|
|
#16 |
|
5 Cups of Ubuntu
![]() |
I black listed the driver with the intention of trying ndiswrapper. fiddled with a few other cards. Tryied a few things with loading the driver with various options like "radio=1" etc and made a file /etc/modprobe.d/ipw2200.conf, went to bed, woke up turn on the laptop then loaded it manually and it worked! I updated ubuntu, I removed the black listing rebooted and it has worked ever since
As I write this post I thought I'd just check the file I made (/etc/modprobe.d/ipw2200.conf) I left it reading as Code:
options radio=0 |
|
|
|
|
|
#17 |
|
5 Cups of Ubuntu
![]() |
The problem i had with this card is "iwconfig" was showing my radio was off and "dmesg" reviled my radio frequency kill switch was enabled and pressing the wireless switch did nothing (well it said to set keycode... blah blah which can be summarised to this button doesn't work)
The only work around i could figure was rebooting to windows, always a low point, so I glanced at http://sourceforge.net/projects/rfswitch/ downloaded the tar, and found in the readme just the thing i need! (always read them Readme files before you reply!) the pbe module! to turn off wireless run: Code:
sudo modprobe pbe5 radio=0 Code:
sudo modprobe pbe5 radio=1 Code:
sudo modprobe -r pbe5 To summarise If you have a Packard Bell Laptop and can't tick the enable wireless box then check out this module, sorry its not free from having to type in the terminal |
|
|
|
|
|
#18 |
|
A Carafe of Ubuntu
![]() Join Date: Dec 2008
Location: Fort Collins Colorado
Beans: 97
Ubuntu 9.10 Karmic Koala
|
Re: Intel Pro/Wireless 2200BG [Resolved]
Hi guys. I have this same card and I'm running Intrepid. The wifi worked out of the box, but I have a question kind of related to something mentioned above.
When I was running winxp on this machine, I could open the wireless driver and it had all kinds of settings, like turn wifi on, power mgmt for the wireless card, also something like a sleep when idle or something. What commands can I run (or what config file are they in) to see what all those settings are set to without making any changes. I just want to learn and check it out. Cheers, brookie |
|
|
|
|
|
#19 |
|
5 Cups of Ubuntu
![]() |
to get in these details there's not a handy gui i know of, but if you open the terminal or konsole in kde, there's various commands that can help u with wireless configuration, they start "iw" so type iw then hit "tab" and will show you a list.
The two most useful are Code:
iwlist scan Code:
iwconfig If you want to change things you may have to close a program running in the background called "NetworkManager" this program takes care of all these fiddly little commands, remember that in unix based systems capitals are important unlike in Micro$oft programs. so too kill NetworkManager type: Code:
sudo service NetworkManager stop Code:
sudo service NetworkManager start happy hacking! |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|