You are not logged in.
Pages: 1
Hello there. After the experience with other distributions I decided to try Arch Linux via VirtualBox. Everything works exactly as it should except wireless. I haven't found anywhere article for the series EeePC 1011/15CX (not very popular). Older models require only wireless_tools and netcf for the proper working of wireless, but none of the additionally installed packages helped with the Eee PC 1015CX. Can you help me?
02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01) (ath9k module)
Offline
I've never ran arch in virtualbox, but from what I understand, virtualbox provides a "virtual" lan connection. Does the host system have wireless access? If so, just connect in the arch-guest system as if you were connecting via ethernet.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Before VirtualBox, I installed Arch on disk and the same problem (+ system was only readable), so I try if it works via VirtualBox. I want Arch Linux as single system in the laptop again and I haven't always the ability to ethernet connection.
Offline
??
You don't need an ethernet connection. If the host system has a wireless connection, then the arch guest system will see it as a lan connection and you will connect to it *as if it was* an ethernet connection, even though it is not.
Lets go step by step:
- what is the host os?
- does the wireless internet on the host os work?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Host OS is Fedora Linux and here wireless works after starndard installation. Via VirtualBox wireless on Arch Linux really works, but in the near future I will install Arch without VirtualBox and there may be a problem. It just does not find the wireless interface. lsmod does not write any wireless module.
Here's the kernel-netbook and kernel-eee, but kernel-netbook is for other EeePC with any hardware and kernel-eee I don't know, but I fear that it will be the same.
Offline
So you are not posting because there is a problem, but because you are worried that in the near future there may be a problem?
What does that worry stem from? If your wireless hardware works with Fedora, I'd be confident that it would with Arch as well.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
So when I completely finish installing Arch, wireless will work?
I'm trying to set up wireless as instructed on: https://wiki.archlinux.org/index.php/Be … e#Wireless
but output is still nothing, No such interface: wlp2s0 or iw dev: nl80211 not found., etc. Fedora sees this interface.
Offline
virtualbox provides a "virtual" lan connection. Does the host system have wireless access? If so, just connect in the arch-guest system as if you were connecting via ethernet.
You are running arch on a virtual machine - it's not supposed to see the actual hardware, it sees virtual hardware.
I think there may be ways change this so the guest system can see the real hardware, but this is not the default. The guest system connects via the virtual machine's ethernet even when the host system is connected via wireless.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1