PClinuxOS wireless connection "Stuck" in Master mo

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

PClinuxOS wireless connection "Stuck" in Master mo

#1 Post by oldbob » Wed Aug 29, 2007 1:10 pm

This problem is a little complicated to explain.

Background: At the local library hot spot, my Realtek RTL8180 NIC card in my T-21 Thinkpad was working fine. THEN I replaced PClinuxOS 0.93a with version 2007 due to the many Synaptic updates [over 500].

Now when I try to set up the wireless card again -

Control Center > Network & Internet > Wireless Connection

The Operating Mode is "stuck" in Master mode [I found out with 0.93a I need to be in Ad Hoc mode].

I push the Configure button and select Ad Hoc. Then reboot all the way down to the IBM splash screen/GRUB menu. BUT when I go back to "Wireless Connection" the Operating Mode is still "Master" !!!

I have used all the Control Center "options" -

1) Reconfigure existing network connection
2) Remove network interface
"and others" including booting up with NIC card removed !!!

Nothing will change the Operating Mode from "Master" -- I need help !!!
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

carbon_unit
Moderator Emeritus
Moderator Emeritus
Posts: 2988
Joined: Sat Apr 24, 2004 9:10 pm
Location: South Central Iowa, USA

#2 Post by carbon_unit » Wed Aug 29, 2007 8:15 pm

I don't think there are very many people using PCLOS here. I have used it before but have since went to Linux Mint. You will probably have to go the the PCLOS forums for help on this one. Sorry. :oops:
T60 2623-D7U, 3 GB Ram.
Dual boot XP and Linux Mint.
Registered linux user #160145

lightweight
Sophomore Member
Posts: 234
Joined: Sat Jun 30, 2007 10:56 pm
Location: L. A.

#3 Post by lightweight » Thu Aug 30, 2007 12:06 am

If you know your device name, from a terminal, try this. Let's say it's wlan0.

Code: Select all

sudo iwconfig wlan0 mode ad-hoc
If you get an error, please post result from

Code: Select all

sudo ifconfig ; sudo iwconfig
Linux is Linux! <3
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#4 Post by oldbob » Thu Aug 30, 2007 7:39 am

Thanks for responses -

carbon_unit - Posted on PCLOS forum, got no responses !!!

http://www.pclinuxos.com/forum/index.php?topic=30533.0

lightweight - Will have to go to library [wifi signal] to run your commands, will post results.
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

carbon_unit
Moderator Emeritus
Moderator Emeritus
Posts: 2988
Joined: Sat Apr 24, 2004 9:10 pm
Location: South Central Iowa, USA

#5 Post by carbon_unit » Thu Aug 30, 2007 8:45 am

I don't think a lot of people are running that chipset with linux. I have a RTL 8185 and I can't get it to work either. There was something about adding it to a whitelist and something else about it not working with the newer 2.6.xx kernels.
T60 2623-D7U, 3 GB Ram.
Dual boot XP and Linux Mint.
Registered linux user #160145

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#6 Post by oldbob » Thu Aug 30, 2007 11:16 am

carbon_unit

This Realtek card worked with PCLOS ver. 0.93a, when I "upgraded" to ver. 2007 is when I can't set it up again !!!

lightweight,

When I ran

sudo iwconfig wlan0 mode ad-hoc

I got "nothing".

sudo ifconfig : sudo iwconfig

Brought up "Host name lookup failure."
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

lightweight
Sophomore Member
Posts: 234
Joined: Sat Jun 30, 2007 10:56 pm
Location: L. A.

#7 Post by lightweight » Thu Aug 30, 2007 6:55 pm

oldbob,
Looks like you changed the semi-colon to a colon. Should be

Code: Select all

sudo ifconfig ; sudo iwconfig
not

Code: Select all

sudo ifconfig : sudo iwconfig
But, the first command sets your wireless card from Master mode to Ad-hoc mode. You should be set. If needed, you can use this to connect, with the field after essid replaced by the ID of the wireless net at the library. Let's say its called "library"

Code: Select all

sudo iwconfig wlan0 essid library mode ad-hoc && sudo dhclient wlan0
Should let you connect. If not, the output from above is still helpful. For clarity, you can run these commands from home, before you're near the wireless net, so we may give you a nice command before you get to the library.

Hope this helps.
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22

carbon_unit
Moderator Emeritus
Moderator Emeritus
Posts: 2988
Joined: Sat Apr 24, 2004 9:10 pm
Location: South Central Iowa, USA

#8 Post by carbon_unit » Thu Aug 30, 2007 7:38 pm

I never tried using the RTL 8185 on 0.93a only on 2007. From what I read it worked on 0.93a but was broken in 2007.
Heck, Maybe I'm thinking of another distro too. I have been distro surfing a lot lately and tried a lot of things in different distros. I may be confused. It has happened before. :idea:
T60 2623-D7U, 3 GB Ram.
Dual boot XP and Linux Mint.
Registered linux user #160145

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#9 Post by oldbob » Thu Aug 30, 2007 11:17 pm

Additional info:

There are two LEDs on the Realtek card, I have been "assuming" the yellow LED [which blinks whenever the notebook is powered up] is the POWER light.

And the green LED [which with Win98SE is on at the library] is the WIRELESS NETWORK signal.

EXCEPT !!! - At home [no wireless network] with PClinuxOS both LEDs are on, while with Win98SE only the yellow LED is on.

I cannot explain this condition ???
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

carbon_unit
Moderator Emeritus
Moderator Emeritus
Posts: 2988
Joined: Sat Apr 24, 2004 9:10 pm
Location: South Central Iowa, USA

#10 Post by carbon_unit » Fri Aug 31, 2007 6:15 am

oldbob, your nick looks familiar. Didn't you used to hang out in the Xandros forums?
Sorry I can't help you anymore, I don't have PCLOS on any of my laptops right now.
T60 2623-D7U, 3 GB Ram.
Dual boot XP and Linux Mint.
Registered linux user #160145

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#11 Post by oldbob » Fri Aug 31, 2007 7:55 am

carbon_unit,

You're right - I do have Xandros 3.0 OCE on my desktop.

Even though I like Xandros I sort of gave up on updating it because they want you to buy $$$ the distro, very Red Hat of them.
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#12 Post by oldbob » Fri Aug 31, 2007 5:21 pm

lightweight,

I ran - sudo ifconfig ; sudo iwconfig

at home [without a wireless signal] and got the following.

wlan0

802.11b linked ESSID: "OC Library"
Mode: Ad-Hoc Frequency: 2.422 GHz Cell: 02:56:05:F7:5F:A5
Bit Rate: 11Mb/s Sensitivity: 80/85
Retry = On Fragment thr: Off
Encryption Key: Off
Power Management: Off
Line Quality: 0 Signal Level: 0 Noise Level: 0
Rx Invalid nwid: 0 Rx Invalid crypt: 0 Rx Invalid frequency: 0
Tx excessive retries: 0 Invalid misc: 0 Missed beacon: 0

"I don't know what this means" BUT it "looks" very good !!!
Will know when I get back to the library.
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

lightweight
Sophomore Member
Posts: 234
Joined: Sat Jun 30, 2007 10:56 pm
Location: L. A.

#13 Post by lightweight » Fri Aug 31, 2007 9:01 pm

That does look good! It looks like your wireless still remembers being set to Ad-hoc mode (sudo iwconfig wlan0 mode ad-hoc) and the library's settings.

Hope you get this before going to the library: if you have trouble, try running those commands again at the library. I have not used PCLinuxOS, but you should have other output that looks like junk, too. If so, posting that stuff can be helpful too.

Curious: does this now show ad-hoc?
Control Center > Network & Internet > Wireless Connection

The Operating Mode is "stuck" in Master mode [I found out with 0.93a I need to be in Ad Hoc mode].
If so, you should ask the folks at PCLinuxOS about a potential bug.

_
Additional info:

There are two LEDs on the Realtek card, I have been "assuming" the yellow LED [which blinks whenever the notebook is powered up] is the POWER light.

And the green LED [which with Win98SE is on at the library] is the WIRELESS NETWORK signal.

EXCEPT !!! - At home [no wireless network] with PClinuxOS both LEDs are on, while with Win98SE only the yellow LED is on.

I cannot explain this condition ???
For what it's worth, I think this makes sense if wlan0 is in "Master Mode" -- the wireless is on so wireless clients can connect. It's the access point.

Good luck! <3
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#14 Post by oldbob » Mon Sep 03, 2007 2:54 pm

UPDATE/CLOSE OUT

I removed PClinuxOS 2007 which would not work with my Realtek 8180 wireless NIC and reinstall version 0.93a Junior.

I also contacted Realtek [wlanfae@realtek.com.tw] about LEDs and got the following:

Thanks for your e-mail.
RTL8180 default LED setting for you reference
One of them is Link status, the other is data traffic.
About detail behavior, please contact your Card maker.

Not to "specific" and don't know who my "Card maker" would be if it's NOT Realtek !!!
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

oldbob
Freshman Member
Posts: 56
Joined: Mon Jun 06, 2005 11:44 am
Location: New Jersey - USA

#15 Post by oldbob » Sat Oct 20, 2007 7:14 am

Went back to PClinuxOS 2007 & Realtek wireless card and through "trial & error" [in the Control Center] got it to work !!!

"All's right with the world !!!!"
T21 Thinkpad - dualboot = Win98SE & PCLinuxOS - 2007

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 0 guests