LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

ViewTool Ginkgo USB-CAN Interface Adapter

Posted 05-11-2017 at 07:34 PM by Indymaynard
Tags fedora, udev

It's been a few years...

My most recent undertaking is an idea that's been done plenty of times before, but I want to do my own version of it. Most importantly, I have learned a lot regarding Linux devices. Expect much more to be added or changed on this before all is said and done.

Simply broken down, my 2007 Jeep Grand Cherokee is equipped with a RAQ sound system. This part is only important if you are a Chrysler vehicle owner from the years 2004-2008. It is a decent...
Member
Posted in Uncategorized
Views 3878 Comments 0 Indymaynard is offline
Old

keyboard or mouse mounted as ghost joystick

Posted 09-14-2016 at 12:15 PM by number22
Updated 09-15-2016 at 06:58 PM by number22 (spelling, format)

Mouse cursor jumps randomly and having a hard time in some steam games. This problem is fixed by udev rules. find this link by google: udev keyboard joystick

https://github.com/denilsonsa/udev-joystick-blacklist

Modified its rules so the ghost joystick is unbinded from usbhid driver.

Code:
#Microsoft Corp. Basic Optical Mouse v2.0 power
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0x045e", ATTR{idProduct}=="0x00cb",
...
Member
Posted in Uncategorized
Views 1790 Comments 0 number22 is offline
Old

Installing Slackware 12.2 On An Old Dell Laptop - Part V

Posted 09-28-2009 at 02:54 PM by stuartd

It's been some time since I did any work on that old laptop. I've been away on holiday and then very busy.
So this evening I tried to get my head back into configuring eth0.
I've come up with a couple of ideas and tried them to no avail. Here goes -

I read here about pcmcia configuration:
http://linux.about.com/library/cmd/blcmdl5_pcmcia.htm

and after some more reading around created /etc/modprobe.d/xircom.conf as follows:

Code:
alias eth0
...
LQ Newbie
Posted in Uncategorized
Views 2199 Comments 0 stuartd is offline
Old

udev and network devices

Posted 08-03-2009 at 06:57 AM by stureedy

After all these years, I finally figured out how to configure udev to load my network devices in the correct order.

In the past I compiled my own kernels and could force the card I wanted to be eth0 by compiling it into the kernel, then loading the card I wanted as eth1 as a module. This worked well. Of course, udev provides a "better" way, and now that it's five years old, I finally decided to learn it!

As with most things Linux, it was easy to do, once...
Member
Posted in Uncategorized
Views 3075 Comments 0 stureedy is offline
Old

UDEV Rules

Posted 03-27-2009 at 08:25 AM by farslayer

udev Rules for the Hard drives..


Use udevinfo to get unique attributes about the devices you are going to write a rule for.

udevinfo -a -p /sys/block/sda | grep -i model
Gives the following output: SYSFS{model}="LD 0 RAID1 139G"

udevinfo -a -p /sys/block/sda | grep -i size
Gives the following output: SYSFS{size}="286515200"

udevinfo -a -p /sys/block/sdb | grep -i model
Gives the following...
LQ Guru
Views 5144 Comments 0 farslayer is offline

  



All times are GMT -5. The time now is 06:04 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration