hey,
today i got my new laptop, a fujitsu siemens amilo a 1667g, the first thing i did was to install the new version of kubuntu x64 (laptop has a amd athlon 64). everything went fine until i wanted to use my wireless network. kubuntu does seem to reconize it but it is disabled in network settings. so i tried to enable it but within 1 sec it is disabled again. so got a long cat5 cable and started looking on the net but so far no real luck.
after a few minutes it seemed clear to me that i had to use ndiswrapper to solve my problem so installed it and used a the windows driver for the wlan. it did seem to do something but in the end it still didnt do anything. i guess the following config files might be usefull to help me.
/etc/iftab
/etc/network/interfaces
the output of ifconfig
and iwconfig
hope thats enough info for someone to give me a hand.
cheers,
the crazy dutch bastard
today i got my new laptop, a fujitsu siemens amilo a 1667g, the first thing i did was to install the new version of kubuntu x64 (laptop has a amd athlon 64). everything went fine until i wanted to use my wireless network. kubuntu does seem to reconize it but it is disabled in network settings. so i tried to enable it but within 1 sec it is disabled again. so got a long cat5 cable and started looking on the net but so far no real luck.
after a few minutes it seemed clear to me that i had to use ndiswrapper to solve my problem so installed it and used a the windows driver for the wlan. it did seem to do something but in the end it still didnt do anything. i guess the following config files might be usefull to help me.
/etc/iftab
Code:
# This file assigns persistent names to network interfaces. # See iftab(5) for syntax. eth0 mac 00:03:0d:38:6c:03 arp 1 eth1 mac 00:14:a5:41:54:7f arp 1
Code:
auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp auto eth2 iface eth2 inet dhcp auto ath0 iface ath0 inet dhcp auto wlan0 iface wlan0 inet dhcp
Code:
eth0 Link encap:Ethernet HWaddr 00:03:0D:38:6C:03 inet addr:192.168.1.37 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::203:dff:fe38:6c03/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5831 errors:0 dropped:0 overruns:0 frame:0 TX packets:4208 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7313121 (6.9 MiB) TX bytes:498905 (487.2 KiB) Interrupt:50 Base address:0x4400 lo Link 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:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:272 (272.0 b) TX bytes:272 (272.0 b)
Code:
lo no wireless extensions. eth0 no wireless extensions. eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318" Mode:Managed Access Point: Invalid Bit Rate=1 Mb/s RTS thr:off Fragment thr:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 sit0 no wireless extensions.
cheers,
the crazy dutch bastard
Comment