USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

So this apparently has everyone on Arch linux forums stumped
Goto page 1, 2  Next
 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Networking
View previous topic :: View next topic  
Author Message
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Thu Jun 11, 2024 4:41 pm    Post subject: So this apparently has everyone on Arch linux forums stumped Reply with quote

Posted over at Arch linux forums, not a single reply. At least i managed to avoid the usual rude "read the man pages" answer they use over there. See if anyone here has any ideas.

Quote:
So I just installed Arch on one of my laptops. I've got just about everything up and running correctly, but no matter what I use for network control, I can't see my wireless network. I can see my neighbors. One of them even has WPA2 encryption like mine. I can attempt to connect to them, but of course it fails since I don't know their encryption keys. I have tried wifi-radar, wicd, and networkmanager. All of them see my neighboring wireless networks but don't see mine. I have from wicd even tried telling it to connect to my essid as if it were a hidden network, but that fails.

I know it's not my router, as sidux and Calculate on the same hardware connects just fine (both using wicd). My other laptops with sidux, Debian, Fedora, Mandriva and Kubuntu are also able to connect without issues to my router, using either wicd and networkmanager (Fedora & Kubuntu networkmanager, everything else wicd).

Wired network works exactly as it should either just starting network or from wicd.

I would prefer to use wicd. Any ideas?



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Thu Jun 11, 2024 5:01 pm    Post subject: Re: So this apparently has everyone on Arch linux forums stu Reply with quote

tlmiller wrote:


I would prefer to use wicd. Any ideas?


Yes, RTFM Laughing

here is a good doku about wicd on Archlinux
http://wiki.archlinux.org//Wicd

most important,

vi /etc/rc.conf
Code:

INTERFACES=(!eth0 !wlan0)


Code:
DAEMONS=(syslog-ng dbus !network !dhcdbd !networkmanager wicd ...)


and also add the user to the network

# gpasswd -a USERNAME network

that's one thing,

but now the ugly part of Archlinux. There maintainenes of the WiFi part is ..... If you have Atheros WiFi and need madwifi, forget about it. Most of there packages are broken or break after a rolling release updates from Kernel, or KDE, or Gnome, or whatever ....



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
DocZayus
Ultimate Member


Joined: 15 Feb 2024
Posts: 2199
Location: Fredericton, New Brunswick

PostPosted: Thu Jun 11, 2024 5:20 pm    Post subject: Reply with quote

I have my network as hidden.
It is not broadcasting the connection name.
I can enter it manually to access it.

Is that person's network name being broadcast.?



_________________
Sabayon
Vista
Back to top
View user's profile Send private message Visit poster's website
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Thu Jun 11, 2024 5:33 pm    Post subject: Re: So this apparently has everyone on Arch linux forums stu Reply with quote

jada wrote:
tlmiller wrote:


I would prefer to use wicd. Any ideas?


Yes, RTFM Laughing

here is a good doku about wicd on Archlinux
http://wiki.archlinux.org//Wicd

most important,

vi /etc/rc.conf
Code:

INTERFACES=(!eth0 !wlan0)


Code:
DAEMONS=(syslog-ng dbus !network !dhcdbd !networkmanager wicd ...)


and also add the user to the network

# gpasswd -a USERNAME network

that's one thing,

but now the ugly part of Archlinux. There maintainenes of the WiFi part is ..... If you have Atheros WiFi and need madwifi, forget about it. Most of there packages are broken or break after a rolling release updates from Kernel, or KDE, or Gnome, or whatever ....


If you'll notice, everything on WICD IS working...only it doesn't see 1 of many wireless networks available. Just so happens that it's the 1 that I need.

ESSID is broadcast. I tried entering it manually as if it were a hidden ESSID but no go.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
nukes
Linux Guru


Joined: 29 Aug 2024
Posts: 4558

PostPosted: Thu Jun 11, 2024 11:12 pm    Post subject: Reply with quote

Have you tried just using wpa_supplicant, or in the case of certain ralink/realtek cards poking the relevant data in with iwpriv? (as this is what the tools you mention are almost definitely doing under the hood). You can even get the debugging output.

What chip is it?

On my arch laptop I connect to a number of different networks, so just have scripts that i run after boot to connect to the various ones, which works quite nicely.

I don't mind arch as a distro, but I wouldn't trust the devs to do stuff like this right (hey, it's not easy). Better to just do it by hand.



_________________
Gentoo x86-64 2.6.29.1
FreeBSD 7-CURRENT
Arch x86 2.6.30
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Thu Jun 11, 2024 11:30 pm    Post subject: Reply with quote

It's an Intel WiFiLink 5300.

I have no idea how to use wpa_supplicant without a frontend, so haven't tried that.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Fri Jun 12, 2024 12:31 am    Post subject: Reply with quote

tlmiller wrote:
It's an Intel WiFiLink 5300.

I have no idea how to use wpa_supplicant without a frontend, so haven't tried that.


Intel WiFi 5300 integrated and improved for a better supported in the upcomming Kernel 2.6.30 > and not the earlier one's!
Wait a week or two and your problem is solved with Archlinux WiFi.

Same with the Intel WiMax/WiFi 5150/5130! I made this research last weeks because I was planing to get a new Laptop.



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Fri Jun 12, 2024 12:47 am    Post subject: Reply with quote

tlmiller wrote:

I have no idea how to use wpa_supplicant without a frontend, so haven't tried that.


That's very easy too!
http://wiki.archlinux.org//Wpa_supplicant

&

http://wiki.archlinux.org//Wicd



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome


Last edited by jada on Fri Jun 12, 2024 12:49 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Fri Jun 12, 2024 12:49 am    Post subject: Reply with quote

Yeah, I read those. I got the WICD one, and have used that enough times that I know all that. For the other, as far as I'm able to tell, it's written in Yiddish, because it makes less than 0 sense to me.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Fri Jun 12, 2024 12:55 am    Post subject: Reply with quote

tlmiller wrote:
Yeah, I read those. I got the WICD one, and have used that enough times that I know all that. For the other, as far as I'm able to tell, it's written in Yiddish, because it makes less than 0 sense to me.


That's the part about Archlinux where they left the standart Linux config rules and jump over to the freeBSD/UNIX rules.



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Fri Jun 12, 2024 1:04 am    Post subject: Reply with quote

Ok, well, at least I don't feel so bad about not understanding it then. Very Happy



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Fri Jun 26, 2024 12:41 am    Post subject: Reply with quote

Updated to the 2.6.30 kernel today.

Edit: took 5 minutes after booting to see my wireless network, but it DOES now see it!!

edit2: If you stay idle for 2 minutes, it disconnects and refuses to reconnect, giving you an error "bad password". So Arch is still horribly borked for attempting to use it wirelessly.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Fri Jun 26, 2024 5:18 am    Post subject: Reply with quote

tlmiller wrote:
Updated to the 2.6.30 kernel today.

Edit: took 5 minutes after booting to see my wireless network, but it DOES now see it!!

edit2: If you stay idle for 2 minutes, it disconnects and refuses to reconnect, giving you an error "bad password". So Arch is still horribly borked for attempting to use it wirelessly.


Write a bug report. And yes, I think Archlinux is horribly on wireless. I had only trouble with it!



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Fri Jun 26, 2024 2:19 pm    Post subject: Reply with quote

I've used it once for laptops, it worked fine, but was using an older wireless card... so i'm assuming that was actually a plus at the time.... hate wireless period with laptops and linux myself, regardless of distro, ubuntu seems to have it figured out the best in that regards (install and it works)

Luckily, I seldom need to use a laptop. Wink

Arch for my desktops and servers........ been perfect for me. Laptops, i honestly have used ubuntu on them more than any other distro, simply because of the easy of getting it to work............ that, and they usually aren't mine Very Happy



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 6670
Location: Central Montana

PostPosted: Fri Jun 26, 2024 5:40 pm    Post subject: Reply with quote

crouse wrote:
I've used it once for laptops, it worked fine, but was using an older wireless card... so i'm assuming that was actually a plus at the time.... hate wireless period with laptops and linux myself, regardless of distro, ubuntu seems to have it figured out the best in that regards (install and it works)

Luckily, I seldom need to use a laptop. Wink

Arch for my desktops and servers........ been perfect for me. Laptops, i honestly have used ubuntu on them more than any other distro, simply because of the easy of getting it to work............ that, and they usually aren't mine Very Happy


antiX works great for my lappy with wicd, works out of the box ...... I haven't been able to get this D600 to accept Arch, and haven't tried wireless on Dreamlinux or Mepis yet ...... Mepis should be just as easy as antiX for wicd ...... I agree with you tlmiller, wicd is the best Exclamation



_________________
Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Networking All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse