Recently got this new notebook which had a marvel and intel chipset. Got it all working them RMA'd due to warped chassis... the replacement has an atheros and intel WiFi 1000 chipset....
For the wireless I have copied the ucode (iwlwifi-1000-3.ucode) to /lib/firmware and added a line in rc.modules
I can see this starting up in dmesg, but nothing from ifconfig or lspci -v
I did compile and enable the atl1e module for the atheros (even though the code referred to arl1e which is what I have...), but I realised there was already support in the kernel and took it out of rc.modules..
From lspci -v I can see that:
Quote:
Kernel driver in use: atheros_eth
Kernel modules: atl1c, atl1e
|
But from dmesg I see:
Quote:
|
eth0 (atheros_eth): not using net_device_ops yet
|
So as a test I fired up the latest ubuntu from my stick and can see that both are found fine in the latest kernel as atl1c & iwlagn respectively.....
As I am running slackware from a stick and using syslinux to boot hugesmp.s I do not really want to upgrade the kernel or recompile to be honest... but if that is the way I have to go.. (or wait for 13.1 !!)
Any help much appreciated.