[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SMC2835W with Ubuntu



On Mon, 2006-06-12 at 08:18 +0200, Kiss Tamás wrote:
> One more information ... I set ESSID, and wep key with 
> System->Administration->Networking
> menu. But when I check with iwconfig command it say nothing set for 
> these ...
> 
> eth1      Link encap:Ethernet  HWaddr 00:30:B4: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)
>           Interrupt:11
> 
> Thats all information when I can give for u :)

I don't know exactly how the ubuntu network config tool works, but you
can always try to edit /etc/networking/interfaces manually:

#auto eth1
allow-hotplug eth1
iface eth1 inet dhcp
    hostname kissair
    wireless_mode managed
    wireless_essid EssID
    wireless_key 1234567890ABCDEF1234567890

if you control the wireless access point, you might want to disable WEP
for a few minutes. whether or not that works is valuable debugging info.

greetings,

-- 
Joris



Reply to: