Forgot to ask.....
What's best way in console to 'eject' my ethernet CF card in order to insert my WiFi card?
Thanks!
depending what you use to initiate the connection. I use netctrl and would do :
Example :
netctrl stop ethernet
# remove CF ethernet and plug in CF WiFi
netctrl start wifi
Thanks for the input!
However, when I tried this, I get:
# netctrl stop ethernet
-bash: netctrl not found
So, I tried installing it, but I got this:
# pacman -S netctrl
error: target not found: netctrl
Assume that either netctrl is part of some other package or I need to do something else to get it?
Thanks.
sorry, it is netctl.
Please follow the Arch guide on setting up netctl : https://wiki.archlinux.org/index.php/Netctl
What connection manager you using currently to connect to the WiFi or Ethernet ?
No worries....thanks for clarifying and the additional info...
Please note that I haven't used Arch for about 2 years or so....so, re-familiarizing myself now with Arch again.....
Tried 'netctl stop ethernet' again, but lights on ethernet card are still lit up and one blinking as before....
So, card still working.....
As for connection manager, I haven't used one yet....I just booted up Z with the ethernet card plugged in and connected with ethernet cable and it recognized card and connection.....
btw, not seeing any ncurses window when using wifi-menu.......just console.....
No luck so far getting wifi working.....
Card had indicator light working when I booted up I think, but no light is off....
According to netctl page on ArchWiki, you need to setup a profile in /etc/netctl....did the following to try and generate the profile file in /etc/netctl/:
# wifi-menu -o
But nothing created there....
Just tried copying wireless-wpa example and editing it.....
Then
# netctl start wireless-wpa
Job for netctl1@wireless\x2dwpa.service failed because the control process exited with error code. See "systemctl status "netctl1@wireless\\x2dwpa.service"" and "journalctl -xe" for details.
# systemctl status "netctl1@wireless\\x2dwpa.service
* netctl1@wireless\\x2dwpa.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
Tried to get more info on WiFi card:
# lspci | grep -i wireless
pclib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method.
In searching online for info on this card, I came across a page with this card for sale, info it lists about it says:
Wireless Security 128-bit WEP RC4 Wireless Data Encryption
Also, found on another site some more info about card:
Chipset Driver
Prism2/2.5/3 hostap
Been reading more info on this.....
https://wiki.archlinux.org/index.php/Wirele...k_configurationRebooted with Ethernet card inserted so I can install some other programs.
Tried to install networkmanager...but got error message on 2 files:
libpgm
zeromq
Tried again and now I get '404' and 'error: failed to commit transaction (unexpected error)' and 'error: failed to retrieve some files'....
Any tips on how to get card working?