hey. Ok So I am currently in Linux Mint. One issue I am having with the Live-cd (I have not installed). My madwifi drivers (which work flawlessly in Ubuntu) aren't working on the live-cd. here's the output I get when I run dmesg |grep ath
- Code: Select all
[17179649.544000] ath_rate_sample: Unknown symbol ath_hal_computetxtime
[17179649.612000] ath_pci: Unknown symbol ath_rate_tx_complete
[17179649.612000] ath_pci: Unknown symbol _ath_hal_attach
[17179649.612000] ath_pci: Unknown symbol ath_rate_attach
[17179649.616000] ath_pci: Unknown symbol ath_rate_newassoc
[17179649.616000] ath_pci: Unknown symbol ath_hal_computetxtime
[17179649.616000] ath_pci: Unknown symbol ath_rate_dynamic_proc_register
[17179649.616000] ath_pci: Unknown symbol ath_hal_mhz2ieee
[17179649.616000] ath_pci: Unknown symbol ath_hal_detach
[17179649.616000] ath_pci: Unknown symbol ath_hal_probe
[17179649.616000] ath_pci: Unknown symbol ath_rate_node_cleanup
[17179649.616000] ath_pci: Unknown symbol ath_rate_detach
[17179649.616000] ath_pci: Unknown symbol ath_rate_node_init
[17179649.616000] ath_pci: Unknown symbol ath_rate_findrate
[17179649.616000] ath_pci: Unknown symbol ath_hal_init_channels
[17179649.616000] ath_pci: Unknown symbol ath_rate_newstate
[17179649.616000] ath_pci: Unknown symbol ath_rate_setupxtxdesc
[17179649.616000] ath_pci: Unknown symbol ath_hal_getwirelessmodes
ath_pci is the right module. But for some reason it is not working. Hmm?? I have a wusb54g wifi card which does work. The only problem is that this card using the rt2570 drivers does not work with network-manager. (The replacement driver that is being worked on (rt2x00) from my experience has worked, but it is not ready for prime time yet.) The ndiswrapper version of the wusb54g driver did not work.
Any thoughts on the madwifi problem?
Just as a note, I want to thank the Linux Mint devs (Clem?) for including the kernel header, gcc, and make as they are in my personal opinion essential.