You are not logged in.
Pages: 1
Hi...
I've just installed the arch base system, but when I then log in to set the rest up, my wireless keyboard does not work (it did work when I was installing). I had to go and get my other keyboard out from my other computer which was annoying.
I'm installing this on a keyboard in the lounge room, so I need the wireless keyboard so I can sit on the lounge, rather than on the floor..
It's just a basic Logitech keyboard and mouse combo with a USB dongle... are their certain modules I can load up during startup to get this working?
Thanks
Last edited by Garf (2011-06-14 02:41:20)
Offline
I would start off checking to make sure any USB drivers are loaded into the kernel. I personally use a wireless mouse/keyboard from Logitech and have never had any issues as long as USB is loaded up properly. Try running an lsmod command to check what USB related modules are loaded up. In my lsmod output it appears the Logitech mouse/keyboard does have a kernel module called 'hid_logitech', this may be what you need.
$ lsmod | grep -i usb
usb_storage 43751 2
usbhid 34838 1 hid_logitech
hid 77826 2 hid_logitech,usbhid
usbcore 139819 6 uas,usb_storage,usbhid,ohci_hcd,ehci_hcd
scsi_mod 127186 6 uas,usb_storage,sg,sr_mod,sd_mod,libata
Desktop: Arch Linux | AMD Athlon 64 X2 Dual Core 5000+ | 3GB RAM | GeForce 6800 XT 512MB | 1TB+
Audio Studio: XP SP3 | Intel Pentium 4 3GHz Prescott | 1GB DDR | GeForce 6800 128MB | 120GB
Offline
Thanks. Will try when I get home.
Offline
Ok, so here is what the output looks like:
lsmod | grep -i usb
btusb 11185 0
bluetooth 55409 1 btusb
usbhid 33814 0
hid 76802 1 usbhid
usbcore 134859 7 btusb,ath3k,usbhid,ohci_hcd,xhci_hcd,ehci_hcd
So obviously, I need to load those modules in. Now to work out how to do it.
Thanks for your help
Offline
Would I put it in the rc.conf file? Such as:
MODULES=(hid_logitech)
OK... I just manually loaded the module
modprobe hid-logitech
which then when I did
lsmod | grep -i usb
showed that the module was loaded. But still keyboard does not work. It works in my BIOS, but once the arch boot screen comes up, it no longer works.
One other point I would like to make, is that it worked through the entire installation process. It wasn't until I rebooted that it did not work.
Last edited by Garf (2011-06-09 09:08:38)
Offline
I'd like to continue helping you, but I'm at a bit of a loss now. If the keyboard worked fine during install and stopped on boot, it's obviously a configuration issue. What language/keymaps/locales are you using? (Not sure if that would make a difference, just trying to help pinpoint the problem) What specific model of keyboard/mouse are you using?
You may also want to try booting up the livecd and running the lsmod to see exactly what gets autoloaded for the installer.
Desktop: Arch Linux | AMD Athlon 64 X2 Dual Core 5000+ | 3GB RAM | GeForce 6800 XT 512MB | 1TB+
Audio Studio: XP SP3 | Intel Pentium 4 3GHz Prescott | 1GB DDR | GeForce 6800 128MB | 120GB
Offline
That's a good idea... It's a MK260 (mouse keyboard combo).
I might try the live CD method...
I'm trying to stick with this and get it done, but I'm so close to firing up Ubuntu again ....
Offline
I'd advise you to stick with it. I had some issues with getting the system booted after install and almost gave up, decided to stick through and found Arch to have been very worth the effort.
Another route of help, which may be quicker would be the IRC chatrooms. Just use something like irssi or xchat to connect to irc.freenode.net and join #archlinux. There are lots of very helpful and knowledgable people in that room.
Desktop: Arch Linux | AMD Athlon 64 X2 Dual Core 5000+ | 3GB RAM | GeForce 6800 XT 512MB | 1TB+
Audio Studio: XP SP3 | Intel Pentium 4 3GHz Prescott | 1GB DDR | GeForce 6800 128MB | 120GB
Offline
Ok... well, evidently, the usb ports on the front work...
And after a look back at the manual, I was using the USB3 ports! These are the blue ones... I would have thought the usb 3 potrs would have been the red ones..
In any case, doesn't really explain why it would work during the installation, and not after install...
Thanks for your help.
Now to move onto my next problem with the catalyst drivers
Offline
Good to hear you got everything working. I haven't even got any USB3 ports on my computer so lucky you!
Desktop: Arch Linux | AMD Athlon 64 X2 Dual Core 5000+ | 3GB RAM | GeForce 6800 XT 512MB | 1TB+
Audio Studio: XP SP3 | Intel Pentium 4 3GHz Prescott | 1GB DDR | GeForce 6800 128MB | 120GB
Offline
Pages: 1