You are not logged in.

#1 2009-03-29 14:25:36

kozaru
Member
Registered: 2009-01-07
Posts: 2

setup xbox headset

Hi everyone,
I'm having a hard time configuring my headset, which is a microsoft xbox 360 wireless headset. The device does seem to get detected and some kind of driver is loaded

kozaru ~  $  dmesg
input: Xbox 360 Wireless Receiver as /devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.0/input/input1
input: Xbox 360 Wireless Receiver as /devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.2/input/input2
input: Xbox 360 Wireless Receiver as /devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.4/input/input3
input: Xbox 360 Wireless Receiver as /devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.6/input/input4
usbcore: registered new interface driver xpad
xpad: X-Box pad driver
kozaru ~  $  cat /proc/bus/input/devices

I: Bus=0003 Vendor=045e Product=0719 Version=0100
N: Name="Xbox 360 Wireless Receiver"
P: Phys=usb-0000:00:13.4-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.0/input/input1
U: Uniq=
H: Handlers=mouse1 event1 js0 
B: EV=b
B: KEY=78db000000430003 0 0 0 0
B: ABS=3f

I: Bus=0003 Vendor=045e Product=0719 Version=0100
N: Name="Xbox 360 Wireless Receiver"
P: Phys=usb-0000:00:13.4-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.2/input/input2
U: Uniq=
H: Handlers=mouse2 event2 js1 
B: EV=b
B: KEY=78db000000430003 0 0 0 0
B: ABS=3f

I: Bus=0003 Vendor=045e Product=0719 Version=0100
N: Name="Xbox 360 Wireless Receiver"
P: Phys=usb-0000:00:13.4-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.4/input/input3
U: Uniq=
H: Handlers=mouse3 event3 js2 
B: EV=b
B: KEY=78db000000430003 0 0 0 0
B: ABS=3f

I: Bus=0003 Vendor=045e Product=0719 Version=0100
N: Name="Xbox 360 Wireless Receiver"
P: Phys=usb-0000:00:13.4-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:13.4/usb6/6-1/6-1:1.6/input/input4
U: Uniq=
H: Handlers=mouse4 event4 js3 
B: EV=b
B: KEY=78db000000430003 0 0 0 0
B: ABS=3f

Also, pressing the "take call" button affects the position of my mouse.
I however don't know how to set the device up as mic/sound output. Could anyone give some pointers as to how this is done?

Thanks,
kozaru

Last edited by kozaru (2009-03-29 17:44:05)

Offline

#2 2009-03-30 00:22:09

Odysseus
Member
Registered: 2009-02-15
Posts: 141

Re: setup xbox headset

To get it working as a mic, there would have to be an alsa module to use it, which at a quick glance doesn't exist.
Google "xbox 360 headset linux" and two of the first four results are your own threads, LOL.

As for the mouse thing, well, X is trying to use your headset as a mouse. It does this with my xbox controller too.
Put this in a file called /etc/hal/fdi/policy/preferences.fdi

<match key="input.product" string="Xbox 360 Wireless Reciever">
  <remove key="input.x11_driver"/>
</match>

Not really the solution to the main problem I guess.


I'm the type to fling myself headlong through the magical wardrobe, and then incinerate the ornate mahogany portal behind me with a Molotov cocktail.

Offline

#3 2009-03-31 23:30:54

kozaru
Member
Registered: 2009-01-07
Posts: 2

Re: setup xbox headset

As you might have guessed from those results I already googled to no avail wink
The thing is also called a lifechat headset, but that also returns no results.
As I've also discussed this issue here http://www.linuxquestions.org/questions … sa-715313/ I think there's just not really a suitable driver available. I'm really no good myself to code something myself to work with hardware, so it's a dead end for me now, until something pops up that might solve it.
Thanks for your reply, and indeed the mouse thing was hardly the main issue but it's still interesting to know smile

Offline

Board footer

Powered by FluxBB