LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-01-2010, 12:38 AM   #1
captkrill
Member
 
Registered: Mar 2009
Location: Texas
Distribution: Slack64-Current, Windows 11, EndeavourOS
Posts: 97

Rep: Reputation: 18
Logitech Dual Action drivers on Deb 'Lenny'


Is anything available?

All of my 'googling' powers have exhausted themselves...

Last edited by captkrill; 01-01-2010 at 06:13 PM.
 
Old 01-01-2010, 01:28 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Perhaps you could tell us exactly what sort of device a "Logitech Dual Action" is. Ie, what does "lspci" report it as being.

Cheers,

Evo2.
 
Old 01-01-2010, 02:08 AM   #3
captkrill
Member
 
Registered: Mar 2009
Location: Texas
Distribution: Slack64-Current, Windows 11, EndeavourOS
Posts: 97

Original Poster
Rep: Reputation: 18
Apologies,

Logitech Dual Action gamepad

http://www.logitech.com/index.cfm/ga...s/288&cl=us,en

Code:
debian:/home/pyrocide# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Device 062b (rev a1)
03:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
07:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
07:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
07:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
07:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
It doesnt look like it is recognized. But it is getting power to it as the lights flash on the controller. Need something to play CoV with on Linux and this was what I had tucked away in my periphs box.

Last edited by captkrill; 01-01-2010 at 02:10 AM.
 
Old 01-01-2010, 02:17 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hmm, I have no experience with this type of thing.

Is this a USB device? If so, please do:

Code:
aptitude install lsusb
lsusb
And post the output of lsusb

EDIT: I just did a bit of reading and it seems you need the joydev module:
Code:
modprobe joydev
Cheers,

Evo2.

Last edited by evo2; 01-01-2010 at 02:31 AM. Reason: joydev
 
Old 01-01-2010, 02:52 AM   #5
captkrill
Member
 
Registered: Mar 2009
Location: Texas
Distribution: Slack64-Current, Windows 11, EndeavourOS
Posts: 97

Original Poster
Rep: Reputation: 18
Code:
debian:/home/pyrocide/Desktop# lsusb
Bus 007 Device 002: ID 0b05:175b ASUSTek Computer, Inc. 
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 046d:c526 Logitech, Inc. 
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 003: ID 064e:a115 Suyin Corp. 
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0b05:1751 ASUSTek Computer, Inc. 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 003: ID 046d:c216 Logitech, Inc. Dual Action Gamepad
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Trying joydev...will post results soon.
 
Old 01-01-2010, 03:08 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Code:
Bus 005 Device 003: ID 046d:c216 Logitech, Inc. Dual Action Gamepad
cool, seems the device is at least seen.

I did a little more reading and it seems that you may need to make sure the following package is installed: xserver-xorg-input-joystick

Cheers,

Evo2.
 
Old 01-01-2010, 03:21 AM   #7
captkrill
Member
 
Registered: Mar 2009
Location: Texas
Distribution: Slack64-Current, Windows 11, EndeavourOS
Posts: 97

Original Poster
Rep: Reputation: 18
while using mame i am able to configure the gamepad with the gamepad...still trying to find the correct buttons and remember which one i hotkeyed to 'start'. But it seems I have gotten it working now. Still waiting for TF2 to download and install to test it out.
 
Old 01-01-2010, 03:23 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Great. Happy gaming.

Evo2.
 
Old 01-01-2010, 03:36 AM   #9
captkrill
Member
 
Registered: Mar 2009
Location: Texas
Distribution: Slack64-Current, Windows 11, EndeavourOS
Posts: 97

Original Poster
Rep: Reputation: 18
Many thanks to you Evo2. You are a real asset to these forums.. So thank you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Logitech Dual-Action gamepad - ignored ¿F M J¿ Linux - Newbie 0 08-16-2008 06:05 PM
Logitech Dual Action Gamepad Astral_Nomad Linux - Hardware 0 06-07-2005 07:23 AM
Logitech Dual Action (again) UraniumAnchor Linux - Hardware 1 03-20-2005 01:42 AM
How to use Logitech Dual Action Gamepad on Mandrake 10. Help. RHLinuxGUY Linux - Hardware 1 08-08-2004 08:43 PM
logitech dual action d-pad doralsoral Linux - Hardware 0 07-25-2004 08:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:46 AM.

Main Menu
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