Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 47

Thread: [HowTo] Streaming audio from Winamp/XMMS/etc.

  1. #16
    Quote Originally Posted by Stanislav
    /dev/sound/dsp: No such file or directory
    This means that the usb sound driver was not loaded, probably because it doesn't support your soundcard. What does syslog (cat /tmp/syslog.log) say after you plug in your soundcard?

  2. I still have a problem getting the esound installed on my router.Im not familar with linux or asus, so how do i transfer esound to the router? Do i have to have any specific firmware?

  3. #18
    Join Date
    Feb 2005
    Location
    Cologne, Germany
    Posts
    24
    Quote Originally Posted by Rasmuskarlsen
    I still have a problem getting the esound installed on my router.Im not familar with linux or asus, so how do i transfer esound to the router? Do i have to have any specific firmware?
    You have to install ipkg package system on your router first and after that it should be quite easy to do, just by typing "ipkg install esound".

    How to install ipkg on your machine you can find on macsat.com website, in the "Tutorials - Oleg" section.

    Good luck!

  4. Okay thanks. I will try if i can figure out how to install ipkg. And will then report back.

  5. Isnt thee i way i can check if my usb sound card is mounted and supported?

    I have plugged the USB sound card into the router. And i have logged in through telnet.

    I have now typed the command "df" should all connected devices be listed there?

    I can only see the following:

    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/root 2944 2944 0 100% /
    /dev/discs/disc0/part1 58613120 53119412 5493708 91% /tmp/harddisk

    No USB sound card listed?
    Last edited by Rasmuskarlsen; 26-06-2006 at 13:16.

  6. #21
    Join Date
    Feb 2005
    Location
    Cologne, Germany
    Posts
    24
    Quote Originally Posted by Rasmuskarlsen
    Isnt thee i way i can check if my usb sound card is mounted and supported?

    I have plugged the USB sound card into the router. And i have logged in through telnet.

    I have now typed the command "df" should all connected devices be listed there?

    I can only see the following:

    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/root 2944 2944 0 100% /
    /dev/discs/disc0/part1 58613120 53119412 5493708 91% /tmp/harddisk

    No USB sound card listed?
    "df" will not show you sound card, I suggest better to take a look to syslog on /tmp dir, there should be logged all information about all pluggable devices, like sound card, printer and others.

  7. Okay when i type "dmesg" i get the following.....
    There might be an error? but i dont know i mean?


    [admin@(none) root]$ dmesg
    erface 1 endpoint 0x1
    usb_control/bulk_msg: timeout
    usbaudio: failure (error -145) to get output sampling frequency device 2 interfa ce 1 endpoint 0x1

    which repeat itself about 50 times!?

    I dont know how to type det command syslog on /tmp dir correct, and get the output from det syslog...I dont know all theese linux commands....

  8. Anybody who knows?

  9. #24
    Can anybody give me a scheme of USB speakers ? I cant find what i want in shops
    Sorry for my bad English.
    Покупайте Отечественных Слонов!!!

  10. Okay last news in this case.

    I have now connected a USB stick, installed IPKG, installed Esound

    But when i try to launch esound via:
    /usr/local/esd -d /dev/sound/dsp -tcp -public &

    I get this error:

    [admin@Rasmus500gp root]$ /usr/local/esd -d /dev/sound/dsp -tcp -public &
    [admin@Rasmus500gp root]$ - using device /dev/sound/dsp
    /dev/sound/dsp: Input/output error

    What can be wrong? If i run the command: "cat /tmp/syslog.log"
    I get this output:

    Jul 22 23:20:17 kernel: usbaudio: failure (error -145) to get output sampling frequency device 2 interface 1 endpoint 0x1
    Jul 22 23:20:20 kernel: usb_control/bulk_msg: timeout
    Jul 22 23:20:20 kernel: usbaudio: failure (error -145) to get output sampling frequency device 2 interface 1 endpoint 0x1
    Jul 22 23:20:23 kernel: usb_control/bulk_msg: timeout
    Jul 22 23:20:23 kernel: usbaudio: failure (error -145) to get output sampling frequency device 2 interface 1 endpoint 0x1
    Jul 22 23:20:26 kernel: usb_control/bulk_msg: timeout
    Jul 22 23:20:26 kernel: usbaudio: failure (error -145) to get output sampling frequency device 2 interface 1 endpoint 0x1

    Which just repeat itself over and over....?

    Anybody who might have an answer to this?

    Please help!

  11. I have now tried running the mixer program supplied with dsp.

    [admin@asus sound]$ /usr/local/esd -d /dev/sound/mixer
    - using device /dev/sound/mixer
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 44.1Khz, stereo, 16bit failed
    Trying 44.1Khz, 8bit stereo.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 44.1Khz, stereo, 8bit failed
    Trying 48Khz, 16bit stereo.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 48Khz, stereo,16bit failed
    Trying 22.05Khz, 8bit stereo.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 22.05Khz, stereo, 8bit failed
    Trying 44.1Khz, 16bit mono.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 44.1Khz, mono, 8bit failed
    Trying 22.05Khz, 8bit mono.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 22.05Khz, mono, 8bit failed
    Trying 11.025Khz, 8bit stereo.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 11.025Khz, stereo, 8bit failed
    Trying 11.025Khz, 8bit mono.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 11.025Khz, mono, 8bit failed
    Trying 8.192Khz, 8bit mono.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Audio device open for 8.192Khz, mono, 8bit failed
    Trying 8Khz, 8bit mono.
    SNDCTL_DSP_SETFRAGMENT: Invalid argument
    Sound device inadequate for Esound. Fatal.

    Hmm?

  12. #27
    I am using Oleg 1.9.2.7-7e firmware..
    There is a audio features Waveserver.
    If I connect a USB sound card to WL-500GX, how can I make use of Windows media player to send audio file to the router and let it play from the USB sound card???

    Please advise.

    Thanks

  13. #28
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    377
    Quote Originally Posted by Tony Tong View Post
    I am using Oleg 1.9.2.7-7e firmware..
    There is a audio features Waveserver.
    If I connect a USB sound card to WL-500GX, how can I make use of Windows media player to send audio file to the router and let it play from the USB sound card?
    Use the Asus suplied plugin for windows media player and set it up acording to the manual.

    Greets
    Wlanman
    My Stuff: WL-500g, Mapower H31x 10GB HD, Philips Webcam Vesta PRO, TerraTec Webcam PRO, USB Hub

  14. #29
    Hey guys!

    First of all, thanks, this tutorial was invaluable in setting up esd on my wl500g.premium (and my macbook). I'm using a c-media usb stick.

    However, there's a slight problem; Every other minute, there's a stutter in the audio. It just goes silent for about a second and then starts again from where it ended and "fast forwards" the lost second. I'd think this is some kind of buffering going on, but since it's a bit irregular i don't know...

    This happens both when streaming from Winamp and from OS X.

    Is there anyone else having this? What to do about i? Are there any alternatives to running esd?
    Last edited by fruktsallad; 06-12-2006 at 13:10.

  15. #30
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    377
    Quote Originally Posted by fruktsallad View Post
    This happens both when streaming from Winamp and from OS X.

    Is there anyone else having this? What to do about i? Are there any alternatives to running esd?
    Hi

    I cant recall an alternative, but there maybe is one. Try to google around for esd+linux and look for alternatives.

    As for esd, the winamp plugin works quite well, if you have the same problems with OS X (btw, how did you managed this?) the problem is in the rounter. Did you tried the asus solution with media player, is there the same problem ? The C-Media usb soundcard here works fine.
    maybe you post a kernel log ?

    Greets
    Wlanman
    My Stuff: WL-500g, Mapower H31x 10GB HD, Philips Webcam Vesta PRO, TerraTec Webcam PRO, USB Hub

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. USB audio - from Linux
    By mangodan in forum WL-500g Custom Development
    Replies: 5
    Last Post: 10-04-2007, 13:25
  2. Wie funktioniert das Audio Streaming auf dem WL-500G Deluxe?
    By nosilent in forum German Discussion - Deutsch (DE)
    Replies: 3
    Last Post: 21-11-2005, 15:33
  3. Audio Video streaming problem
    By jeemedia in forum WL-500g Custom Development
    Replies: 1
    Last Post: 23-06-2005, 15:36
  4. Wireless audio setup - advice pls
    By Graldensblud in forum WL-500g Q&A
    Replies: 2
    Last Post: 28-04-2005, 00:51
  5. New Specs from Asus - Audio Streaming and Traffic Shaping
    By ghaspias in forum WL-500g Pics & Specs
    Replies: 18
    Last Post: 25-04-2005, 07:58

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •