Tag Info

New answers tagged

2

You can use the iwconfig tool to find this info out: $ iwconfig wlan0 wlan0 IEEE 802.11bg ESSID:"SECRETSSID" Mode:Managed Frequency:2.462 GHz Access Point: 00:10:7A:93:AE:BF Bit Rate=48 Mb/s Tx-Power=14 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:off Link ...


1

Problem solved: I needed to set wan.proto to none. This shouldn't be necessary except that the TP-Link TL-WR1043ND v1.8 has a hardware bug that affects the WAN/LAN ports. Thanks to g0rdon and FreezingCold on #openwrt for helping me out.


0

What about adding manual entry into wpa_supplicant.conf? For SSID with 'umlaut' just add ssid-entry in hex. SSID=$(echo 'SSID' | xxd -u -p) network={ priority=1 ssid=$SSID mode=0 key_mgmt=WPA-PSK psk="PASSWORD" } do not use the var in the conf file. just get it from terminal and write hex down without quotes.


1

I have a similar mac that I run Arch on assuming you have a broadcom card there are three possible drivers that may (or may not) work. (broadcom-wl) works for me. Also check pm-utils for powersaving settings. Further details on both can be found on the Arch wiki here For further help post the wireless card info found with lspci.


1

When you say you installed it alongside windows do you mean that you are dual booting windows and mint? Or are you running a virtual instance within windows? Either way try this from the command line: ifconfig wlan0 up && iwlist wlan0 scan | egrep -i "ssid|cipher" If you get some kind of error check to see if you even have a wlan0 config file in ...


3

Udev is the system component that determines the names of devices under Linux — mostly file names under /dev, but also the names of network interfaces. Versions of udev from 099 to 196 come with rules to record the names of network interfaces and always use the same number for the same device. These rules are disabled by default starting from udev 174, but ...


0

This issue has been solved as of systemd v197 with the introduction of persistent naming for network devices. According to the freedesktop Predictable Network Interface Names page, the kernel simply assigned names based on the order they were probed by the relevant drivers: The classic naming scheme for network interfaces applied by the kernel is to simply ...



Top 50 recent answers are included