N0 Sound or USB ports

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
linsol
Newbie
Newbie
Posts: 1
Joined: Sat Aug 02, 2008 8:54 pm

N0 Sound or USB ports

Post by linsol »

I'm new to using Wine. I'm running UBUNTU 8.04 on a Dell B130/1300 laptop. Ubuntu seems to running fine. I uploaded Motorola Phone tools with no problem using the Wine installer. The program launched ok and even went to the internet an downloaded and installed the updates.
The problem is it doesn't see my usb port. How do I get Wine to use the usb port?
Also I get no sound out when I use winecfg in the audio tab. I've tried all the choices and when I hit TEST, no sound at all.
Thanks in advance.

Bill
Susan Cragin

N0 Sound or USB ports

Post by Susan Cragin »

-----Original Message-----
I'm new to using Wine. I'm running UBUNTU 8.04 on a Dell B130/1300 laptop. Ubuntu seems to running fine. I uploaded Motorola Phone tools with no problem using the Wine installer. The program launched ok and even went to the internet an downloaded and installed the updates.
The problem is it doesn't see my usb port. How do I get Wine to use the usb port?
Also I get no sound out when I use winecfg in the audio tab. I've tried all the choices and when I hit TEST, no sound at all.
Thanks in advance.
Bill
(1) Try going into winecfg and changing the sound from alsa to oss. See if this helps with sound and device recognition. I have a USB sound device, and it only works with wine/oss.
(2) Install alsa-oss and see if that helps.
(3) Check to see if Ubuntu recognizes your USB device outside the wine environment. Mine was only recognized recently by Ubuntu, and I run 8.10. If not, check Ubuntu bugs.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: N0 Sound or USB ports

Post by vitamin »

linsol wrote:The problem is it doesn't see my usb port. How do I get Wine to use the usb port?
Unless it's a USB->serial device Wine won't be able to work with it.
If it is USB->serial, make sure system loaded an appropriate driver for it. Then just map it to a com port ex:

Code: Select all

ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
linsol wrote:Also I get no sound out when I use winecfg in the audio tab. I've tried all the choices and when I hit TEST, no sound at all.
See first sticky post.
Locked