You are not logged in.
Pages: 1
The post didn't seem too old. I know I had a few wireless problems with #! initially, but it only took a few searches in the community to get the answer. They at least did some research so I was hoping they stuck with it
What kind of router do you have? Can you check its ARP table? I would make sure you're not having a simple duplicate IP issue, or maybe your laptop has some kind of proxy ARP feature enabled?
You might start by listing any troubleshooting you've already done, and then be sure to check the forums for other posts. I'm using an Asus laptop and EEE PC both with #!. I have some initial issues with the laptop, and I'm trying to find the post that helped me. If I find it, I'll update.
In the meantime, post the output from the following commands if you don't mind.
lspic | grep -i wireless
lspic # If the above returns null
dmesg | egrep 'net|wlan'
iwconfig # may not output if the interface is downYou mentioned a password; are you using WPA2? What kind of router do you have?
One-liner for SLiM users. This works for a default slim.conf. YMMV.
sudo sed -i 's/^# \(numlock.*\)/\1/' /etc/slim.confOne-liner for SLiM users. This works for a default slim.conf. YMMV.
sudo sed -i 's/^# \(numlock.*\)/\1/' /etc/slim.confFor those of you using SLiM, there's no need to install anything extra.
sudo sed -i 's/^# \(numlock.*\)/\1/' /etc/slim.confThis at least worked on a default Waldorf install. YMMV.
-- Update --
It appears my xorg.conf file was reset, I've changed it back to what is below. Not sure if/when I messed it up, but we'll see if it helps. I do know that typically logging out and back in (ie. restarting X server) tends to fix the issue temporarily. If I still find my mouse to be rather sticky, I'll update again.
I know there's a few posts about Saitek R.A.T. mice, but I didn't see one for the R.A.T. 5. I'm hoping to provide some insight for anyone else who might have one of these.
Here's my current xorg.conf.
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.5 Mouse"
MatchDevicePath "/dev/input/event"
Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 10 11 12 0 0 0 16 17"
EndSectionYou can use xinput to list your devices, and then xinput test <id> to map out the buttons. Here's what I found.
Left mouse button
Mouse wheel click
Right mouse button
Mouse wheel up
Mouse wheel down
Not used
Not used
Back thumb button
Forward thumb button
Thumb wheel right
Thumb wheel left
Target button
Mode select
Mode select
Mode select
Sensitivity up
Sensitivity down
Anyways, I've had some luck with this so far, but I may come back to update this if things change. I'm pretty new to #!, but if anyone else stumbles across this post with a question, I'll try to help.
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.