I don't know what mintwifi is for, usually to get connected to a network, it will be network manager application that is used, this is a GUI (netman, on the console), but the GUI provides enough info to work with for most cards (if detected), if not detected, check setup for card/networks/internet and basic troubleshooting
The idea is similar to windows OS
--if a network is not detected, you will likely have to update the OS in some way or install a specific network driver for that card..
Did a quick check, Mintwifi..http://mentoliptus.blogspot.ca/2008/03/ ... howto.html--could be a little out of date, madwifi used to be very popular for driver files; now Linux distributions tend to include any that were missing that madwifi provided..
Atheros chipet + Mintwifi package/script..search.php?st=0&sk=t&sd=d&sr=posts&keywords=atheros+mintwifihttps://help.ubuntu.com/community/WifiD ... sSupported--you may have to play around with some of the wireless configuration commands to see wireless status
- Code: Select all
ifconfig
--general network card info
iwconfig
--ifconfig specifically for wireless, lets you change more settings on the card..
iwlist wlan0 scanning
--check available networks; assuming that the wireless card wlan0 (wireless card) is detected..
The
inxi -N command or inxi -F, in a terminal will give you moire human readable information than the lshw command, unless you are knowledgeable about what is being shown
And I assume, since it multi-boots (dual-boots) that win 7 sees the wireless OK
--there is always a choice of using ndiswrapper options (using the windows wireless driver under Linux)
Wireless cards, setting up, checking/testing or troubleshooting items..https://help.ubuntu.com/community/WifiDocs