Arch Virtual Box wifi setup
Ok so I installed Arch linux on Oracle VM virtual box in lubuntu. I am trying to setup my wifi, but can't even find my wifi card in arch. When try to find my card my card in lubuntu I get this
Quote:
lspci | grep -i net
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
09:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
When I run the same commandin Arch linux in the Virtual Box I get
Quote:
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit ethernet Controller (rev 02)
Based on what I got in lubuntu I tried running modprobe ath5k since according to lubuntu I have an AR242x / AR542x Wireless Network Adapter. I then ran ip link and it came up with 1. lo: <LOOPBACK,UP,LOWER,UP> and then a line or two of other things written after that. And 2. eth0 <BROADCAST,MULTITASK> and then another line or two of code. I'm new to linux and wanted mess a little around with Arch so if you can give me an answer please describe step fro step. Thank you.