Wireless update (long)

2006-03-31 Thread Bruce Dubbs
I've had some success with the wireless. I can now communicate via a wireless card on a LFS system. I've got a built in card and an external PCMCIA card, but I've only checked out the PCMCIA card for now. I don't anticipate any problems though. For the record, this is what I found out: You h

Re: Wireless update (long)

2006-04-01 Thread Archaic
On Fri, Mar 31, 2006 at 11:55:26PM -0600, Bruce Dubbs wrote: > > Overall, I think this is fairly complicated. I'm going to have to think > about what to say in the book. Right now, there seems to be two > packages needed: wireless-tools and madwifi drivers, but there needs to > be a section on c

Re: Wireless update (long)

2006-04-01 Thread Chris Staub
Bruce Dubbs wrote: I've had some success with the wireless. I can now communicate via a wireless card on a LFS system. I've got a built in card and an external PCMCIA card, but I've only checked out the PCMCIA card for now. I don't anticipate any problems though. For the record, this is wha

Re: Wireless update (long)

2006-04-01 Thread lfs
On Sat, April 1, 2006 8:31 am, Archaic wrote: > madwifi is only needed by you. That and many of the drivers you listed in > the kernel config are user-specific. I don't see how the book is going to > do this. Heavy use of the wiki will certainly be required, but there are > so many "ifs" in the equ

Re: Wireless update (long)

2006-04-01 Thread Joe Ciccone
Bruce Dubbs wrote: > $ iwconfig ath0 essid "NETGEAR" channel 11 ap 00:14:6C:09:C9:E7 > This is overkill most of the time. This is what my system does when it udev sees ath0. This can probably be easily incorperated into the bootscripts, I'll play around with it. iwconfig ath0 essid Ciccone && i

Re: Wireless update (long)

2006-04-01 Thread Bruce Dubbs
Joe Ciccone wrote: > Bruce Dubbs wrote: >> $ iwconfig ath0 essid "NETGEAR" channel 11 ap 00:14:6C:09:C9:E7 >> > This is overkill most of the time. This is what my system does when it > udev sees ath0. This can probably be easily incorperated into the > bootscripts, I'll play around with it. > >

Re: Wireless update (long)

2006-04-02 Thread Bruce Dubbs
Joe Ciccone wrote: > Bruce Dubbs wrote: >> $ iwconfig ath0 essid "NETGEAR" channel 11 ap 00:14:6C:09:C9:E7 >> > This is overkill most of the time. This is what my system does when it > udev sees ath0. This can probably be easily incorperated into the > bootscripts, I'll play around with it. > >

Re: Wireless update (long)

2006-04-02 Thread Jürg Billeter
On Son, 2006-04-02 at 03:57 -0500, Bruce Dubbs wrote: > I appreciate the info, but I'm now trying to get the WPA encryption > working. I checked out the card/access point connection in another OS > and it works fine... [...] > > Any ideas would be appreciated. As mentioned before, you need somet

Re: Wireless update (long)

2006-04-02 Thread Archaic
On Sun, Apr 02, 2006 at 03:57:08AM -0500, Bruce Dubbs wrote: > > I appreciate the info, but I'm now trying to get the WPA encryption > working. I checked out the card/access point connection in another OS > and it works fine... http://linuxfromscratch.org/pipermail/hints/2006-March/003086.html

Re: Wireless update (long)

2006-04-02 Thread Archaic
On Sat, Apr 01, 2006 at 06:46:25PM -, [EMAIL PROTECTED] wrote: > > IMO, madwiki is a major player in the drivers for wireless cards. The > driver works (according to the link below) for many cards from over 50 > manufacturers: Major player or not, it is still a driver that is dependant on th

Re: Wireless update (long)

2006-04-02 Thread Bruce Dubbs
Archaic wrote: > On Sat, Apr 01, 2006 at 06:46:25PM -, [EMAIL PROTECTED] wrote: >> IMO, madwiki is a major player in the drivers for wireless cards. The >> driver works (according to the link below) for many cards from over 50 >> manufacturers: > > Major player or not, it is still a driver th

Re: Wireless update (long)

2006-04-02 Thread Bruce Dubbs
Jürg Billeter wrote: > As mentioned before, you need something like wpa_supplicant to get WPA > working, afaik. Sometimes the cluebat needs to be applied more than once. Thanks. I will take a look at wpa_supplicant, but I also note that that the manwifi package includes a program called athkey

Re: Wireless update (long)

2006-04-02 Thread Randy McMurchy
Bruce Dubbs wrote these words on 04/02/06 11:40 CST: The prism drivers are in the kernel. Between prisim, other kernel drivers, and atheros, I think we have the vast majority of of cards covered. A month from now we'll see this in BLFS-Support. I'm trying to get my foomagic wireless card wo

Re: Wireless update (long)

2006-04-02 Thread Bruce Dubbs
Randy McMurchy wrote: > Bruce Dubbs wrote these words on 04/02/06 11:40 CST: > >> The prism drivers are in the kernel. Between prisim, other kernel >> drivers, and atheros, I think we have the vast majority of of cards >> covered. > > A month from now we'll see this in BLFS-Support. > > > I'm

Re: Wireless update (long)

2006-04-02 Thread Archaic
On Sun, Apr 02, 2006 at 11:48:58AM -0500, Bruce Dubbs wrote: > > I will take a look at wpa_supplicant, but I also note that that the > manwifi package includes a program called athkey that may also do what I > need. Please don't go down the road of using driver-specific utilities in place of gene

Re: Wireless update (long)

2006-04-02 Thread Joe Ciccone
I'm happy because i'm sitting on my couch downstairs writing this email. I attached the wireless script which is to be placed in /etc/sysconfig/network-devices/services and chmoded +x. I have not implemented WPA yet because I havn't had a chance to invade my friend and play with his network yet. Y

Re: Wireless update (long)

2006-04-02 Thread Joe Ciccone
I forgot one thing. The ESSID_OVERRIDE env variable can be set to override whatever ESSID is in the config or whatever was scanned. I added this in because I know when I'm at my friends house or somewhere else, and since my card can't scan, I can just type ESSID_OVERRIDE=new_ssid su -c /etc/sysconf

Re: Wireless update (long)

2006-04-02 Thread Bruce Dubbs
Joe Ciccone wrote: > I'm happy because i'm sitting on my couch downstairs writing this email. > I attached the wireless script which is to be placed in > /etc/sysconfig/network-devices/services and chmoded +x. I have not > implemented WPA yet because I havn't had a chance to invade my friend > and

Re: Wireless update (long)

2006-04-02 Thread Alexander E. Patrakov
Randy McMurchy wrote: A month from now we'll see this in BLFS-Support. I'm trying to get my foomagic wireless card working IAW the BLFS book, but I can't seem to get it. I tried everything in the book, and I've followed it precisely, but still no luck. There is nothing on the foomagic web site

Re: Wireless update (long)

2006-04-02 Thread Archaic
On Mon, Apr 03, 2006 at 11:25:27AM +0600, Alexander E. Patrakov wrote: > > Until we added one working CUPS driver (gimp-print) as an example to the > book, we had a lot of "CUPS doesn't work" mail on BLFS-support. So the key > point is to show the big picture to the user, and indicate that he ne

Re: Wireless update (long)

2006-04-03 Thread Joe Ciccone
I found a major flaw in the script I submitted last night, I attached the fixed copy. The scanning should now work properly. #!/bin/sh # Begin $network_devices/services/wireless # # Description : Wireless Handler # # Authors