Changes between Initial Version and Version 7 of Ticket #2277
- Timestamp:
- Oct 9, 2011, 8:23:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2277
- Property Status new → reopened
- Property Version R1/pre-alpha1 → R1/alpha2
- Property Component Network & Internet → Drivers/Network/broadcom440x
- Property Platform x86 → All
-
Ticket #2277 – Description
initial v7 3 3 but i've got a problem with my Broadcom 4401 NIC (i've tried the GPL bcm44xx driver), it seems to be loaded, but i can't configure it via DHCP or manually, i'll put some information about my NIC here: 4 4 5 ''paulo@samsa:~$ lspci |grep Eth 5 {{{ 6 paulo@samsa:~$ lspci |grep Eth 6 7 06:01.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 7 8 paulo@samsa:~$ lspci -nm|grep 06:01.0 8 06:01.0 "0200" "14e4" "170c" -r02 "1025" "0090"'' 9 06:01.0 "0200" "14e4" "170c" -r02 "1025" "0090" 10 }}} 9 11 10 12 i know some C programming, but nothing about driver and OS programming, so i couldn't figure out what's going wrong here