Seasoned Linux user but new to antiX.
I have a Dell Latitude D610 laptop with 1.5gb RAM and I have installed
antiX 16.1 i386 stable onto it.
I am trying to get the wifi working.
I first scanned the howto's.
ceni only shows the wired interface 'eth0'. I
I did configure a new logical interface 'wlan0' and gave it the dhcp method
along with DNS namesservers. From there, nothing. The interface is still
not available.
wicd only shows the wired profile. I added a 'wireless' profile and in the
preferences I associated the wireless interface with 'wlan0'. Still no
joy.
I then turned to this forum, specifically
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/viewtopic.php?f=58&t=6786"
linktext was:"antix.freeforu ms.org/viewtopic.php?f=58&t=6786"
====================================
Code: Select all
lspci
Code: Select all
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
03:01.0 CardBus bridge: Texas Instruments PCI6515 Cardbus Controller
03:01.5 Communication controller: Texas Instruments PCI6515 SmartCard Controller
03:03.0 Network controller: Broadcom Corporation BCM4309 802.11abg Wireless Network Controller (rev 02)
Code: Select all
lspci -vnn -s 03:03.0
Code: Select all
03:03.0 Network controller [0280]: Broadcom Corporation BCM4309 802.11abg Wireless Network Controller [14e4:4324] (rev 02)
Subsystem: Dell Truemobile 1400 [1028:0001]
Flags: bus master, fast devsel, latency 64, IRQ 17
Memory at dfcfe000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [40] Power Management version 2
Kernel driver in use: b43-pci-bridge
ifconfig or iwconfig and I am not able to get an IP address on the
device from dhclient.
Code: Select all
ifconfig
Code: Select all
eth0 Link encap:Ethernet HWaddr 00:14:22:d5:66:3d
inet addr:192.168.1.165 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::214:22ff:fed5:663d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16262 errors:0 dropped:0 overruns:0 frame:0
TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2336467 (2.2 MiB) TX bytes:16059 (15.6 KiB)
Interrupt:16
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:65536 Metric:1
RX packets:68 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:5424 (5.2 KiB) TX bytes:5424 (5.2 KiB)
Code: Select all
iwconfig
Code: Select all
lo no wireless extensions.
eth0 no wireless extensions.
Code: Select all
dhclient wlan0
Code: Select all
Cannot find device"wlan0"
Code: Select all
dhclient wireless
Code: Select all
Cannot find device"wireless"
TIA,
Rick