If your programmer quits working after linux upgrade

Help with any software/desktop related issues. e.g. companion9x, eePe, etc
Post Reply
User avatar
rperkins
Posts: 1422
Joined: Sun Jan 08, 2012 12:51 pm
Country: -

If your programmer quits working after linux upgrade

Post by rperkins »

just upgraded to Ubuntu 12.04 LTS. It has kernel 3.2.0-24. After upgrading my usbasp device was not recognized.
The permissions on the device werent getting updated
was getting this message in /var/log/syslog "unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-USBasp.rules:4"
found the answer here
https://bbs.archlinux.org/viewtopic.php?id=136834

so
cd /etc/udev/rules.d
sudo sed -i -e s/SYSFS/ATTR/g <whatever your rules file is named> # mine was 99-USBasp.rules
sudo service udev restart # under ubuntu your command may be different

then
remove and reinstall usbasp

back in business !!


I think my old kernel was a 3.0 kernel. now on 3.2

User avatar
gohsthb
Posts: 1412
Joined: Wed Dec 28, 2011 2:32 pm
Country: -
Location: Naperville, IL

Re: If your programmer quits working after linux upgrade

Post by gohsthb »

Yes my linux has been complaining about SYSFS for awhile now. I'm on Mint 12 and I changed my udev rules files already.
-Gohst
Post Reply

Return to “Software”