Bluetooth in wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
whatbug
Level 3
Level 3
Posts: 67
Joined: Sun Mar 14, 2010 4:49 am

Bluetooth in wine?

Post by whatbug »

I'm running a PS One emulator developed for windows, and have set it up ok using wine. I'm using wine as windows emulators provide better graphics support.

I'm now trying to setup the controller (ps3) pref over bluetooth but usb would be fine. I have my bluetooth drivers installed and plugins in the emulator to support a controller. But the controller is not appearing, I'm guessing this is because im running it through wine?

Any ideas how to solve this?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Bluetooth in wine?

Post by vitamin »

whatbug wrote:I have my bluetooth drivers installed and plugins in the emulator to support a controller.
Wine does not support any hardware drivers. Your program will not work under Wine. Use VM instead.
MK1ITS
Newbie
Newbie
Posts: 1
Joined: Mon Aug 08, 2011 10:17 am

Another bluetooth query...

Post by MK1ITS »

Hi

Sorry to jump on board but does this mean that if I already run a Windows based application through Wine, that I cannot use a serial bluetooth device which sets itself up as a local com port on ubuntu 10.04.3 LTS?

Rgds

Mark
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Another bluetooth query...

Post by vitamin »

MK1ITS wrote:Sorry to jump on board but does this mean that if I already run a Windows based application through Wine, that I cannot use a serial bluetooth device which sets itself up as a local com port on ubuntu 10.04.3 LTS?
No, it doesn't. Wine will see such device as a regular serial port, if you properly setup symlinks in $WINEPREFIX/dosdevices.

PS3 game pad won't work because it's an HID device which requires specific driver(s).
Locked