wifi in lenny

2008-12-15 Thread Piotr Kopszak
Hello list,


Sorry for troubling with something that is most probably a silly problem,
however I wasn't able to setup wireless on my own today. I reinstalled lenny
from scratch using a fresh snapshot of netinst lenny installer.

I am using b43 module

# lsmod|grep b43
b43   134400  0
rfkill 10132  3 rfkill_input,b43
rng_core8036  1 b43
mac80211  169868  1 b43
input_polldev   7752  1 b43
ssb45924  1 b43
pcmcia 38928  2 b43,ssb
pcmcia_core41112  5 b43,yenta_socket,rsrc_nonstatic,ssb,pcmcia
firmware_class 11296  2 b43,pcmcia



This is hwo far I got. I added two lines to /etc/network/interfaces


allow-hotplug wlan0
iface wlan



here is the output of ifconfig -a

eth0  Link encap:Ethernet  HWaddr 00:11:24:79:8d:2a
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::211:24ff:fe79:8d2a/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1156 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1432 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:1074778 (1.0 MiB)  TX bytes:220431 (215.2 KiB)
  Interrupt:41 Base address:0x9000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)

wlan0 Link encap:Ethernet  HWaddr 00:11:24:91:0c:ca
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wmaster0  Link encap:UNSPEC  HWaddr
00-11-24-91-0C-CA-10-0B-00-00-00-00-00-00-00-00
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Any help will be greatly appreciated

Piotr
-- 
http://okle.pl


Re: wifi in lenny

2008-12-15 Thread Cyril Brulebois
Piotr Kopszak kops...@gmail.com (15/12/2008):
 allow-hotplug wlan0
 iface wlan

You want wlan0. Not sure that it'll be sufficient, but it can't hurt.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: wifi in lenny

2008-12-15 Thread Rafal Czlonka
Piotr Kopszak wrote:
 This is hwo far I got. I added two lines to /etc/network/interfaces
 
 
 allow-hotplug wlan0
 iface wlan

Should be:

allow-hotplug wlan0
iface wlan0 inet dhcp # if your using static ip address use 'static'
instead of 'dhcp'

You'll also need 'wireless-tools' and 'wpasupplicant' (if you're using WPA,
which is a good idea) packages.

Check man and /usr/share/doc - there's all you need.

P.S. Just for the reference, I'm also using 'b43' with bcm4318
(AirPort).

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: wifi in lenny

2008-12-15 Thread Piotr Kopszak
2008/12/15 Cyril Brulebois k...@debian.org

 Piotr Kopszak kops...@gmail.com (15/12/2008):
  allow-hotplug wlan0
  iface wlan

 You want wlan0. Not sure that it'll be sufficient, but it can't hurt.

 Mraw,
 KiBi.


 Sorry, I pasted only a fragment of a line. I got really

allow-hotplug wlan0
iface wlan0 inet dhcp


And I haven't written it's a Powerbook5,6

Piotr



-- 
http://okle.pl


Re: IBM power pc [SEC=UNCLASSIFIED]

2008-12-15 Thread José JORGE
A Monday 15 December 2008 05:27:22, dale escreveu:
 Paul;

 no, I have not
 with only 192mb probably would not 'windows' well
 that is one reason to try to get to etch and use the
 latest X windows modules.
 it is on the list of todos.

 dale

With 192mb, my iMAC DV windows well ;-)
I use KDE 3.5 with no problem due to RAM.


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: wifi in lenny

2008-12-15 Thread Piotr Kopszak
2008/12/15 Rafal Czlonka rafal.czlo...@googlemail.com

 Piotr Kopszak wrote:
  This is hwo far I got. I added two lines to /etc/network/interfaces
 
 
  allow-hotplug wlan0
  iface wlan

 Should be:

 allow-hotplug wlan0
 iface wlan0 inet dhcp # if your using static ip address use 'static'
 instead of 'dhcp'

 --
 To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org


 You'll also need 'wireless-tools' and 'wpasupplicant' (if you're using WPA,
 which is a good idea) packages.

 Check man and /usr/share/doc - there's all you need.

 P.S. Just for the reference, I'm also using 'b43' with bcm4318
 (AirPort).

 Cheers,
 Raf


OK, problem solved. First wifi-radar managed to configure the connection,
then I added essid so it looks like this now  and connects automatically


allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid networkname

Piotr




-- 
http://okle.pl