Can't get sound driver working

hello,
i own a toshiba satellite A300 psaj4e, running on windows xp sp3.
all drivers install fine, except for the sound driver:
windows asks for a driver for:
'Modem Device on High Definition Audio Bus'
please help me 

Is this the one you used?
Conexant Sound Driver for Windows XP, v3.47.1.50, dated 14/10/08
Download file: sound-20081014174616.ZIP
Did the problem occur in connection with the installation of SP3?
-Jerry

Similar Messages

  • [SOLVED] Can't get sound to work.

    Hello, I installed archlinux a few days ago, I love it!
    But I can't get sound to work.
    I followed the alsa archwiki, but I still couldn't get it work.
    I'm a real noob.
    Someone please help.
    Last edited by egb (2011-02-16 22:45:12)

    JokerBoy wrote:
    Inxsible wrote:
    Try this: as your user NOT root
    alsamixer
    why not? i use alsamixer as root to set all "globally". and "alsactl store" after that.
    egb - make also sure you added yourself to audio group.
    yeah, I did that some time ago
    edit: oh and I get this when I do the "alsactl store":
    alsactl: save_state:1504: No soundcards found...
    Last edited by egb (2011-02-16 10:30:34)

  • Can't get sound to work [SOLVED]

    Hi, I'm new to arch/linux in general. Built a computer, and can't get sound to work. I ran Ubuntu for a short period of time, and sound worked there, so I'm assuming there's no hardware issue here.
    I'm a little bit stuck as to what I should be doing. Help?
    Last edited by uma (2012-01-28 22:51:25)

    Start with the wiki: https://wiki.archlinux.org/index.php/Ad … chitecture
    If you still can't figure it out and you want help, at least post some info, instead of 'can't get it to work' (this implies that you tried something, but what?).

  • After reinstall, can't get sound to work

    I did a full reinstall of windows XP to a new hard dri've after my old one crashed, and I can't get the sound card to work. I am getting no sound whatsoever.
    I have the Soundblaster? X-fi disc that came with my Dell computer, and I used that to install drivers. Device manager says the card and drivers are working properly. It also lists a Sigma Tel High Definition Audio Codec as a device, which is something that was on the driver disk supplied by Dell. I disabled that just in case the two are in conflict, but no luck. I would appreciate any advice. Thanks.

    Start with the wiki: https://wiki.archlinux.org/index.php/Ad … chitecture
    If you still can't figure it out and you want help, at least post some info, instead of 'can't get it to work' (this implies that you tried something, but what?).

  • Can't get sound to work

    Hello,
    haven't posted here in a long time, but now I decided to install arch on the new laptop I bought and I managed to get myself in a bit of trouble seeing that I never used a laptop before, let alone installed arch on it.
    So my laptop model is Lenovo IdeaPad G510 ( CPU: Intel Core I5-4200m Haswell GPU: AMD Radeon HD 8570M).
    I installed the propriety driver for the gpu but I use the intel integrated gpu for now because the X server doesn't start when using the amd driver, so that's one problem I jope you can help me with.
    My other and more urgent problem is that I can't get the sound to work and creating a custom alsa conf just breaks alsa anyone has a clue as to how I can fix that?

    it's the one built in with the CPU (that's why I posted the cpu make) and the alsa conf was like the one listed in the wiki where you specify one card to load before the other ( already delted the .conf so I can't post it sorry), my main problem is that I don't even know how to decide which of the devices show by aplay - l is my sound card, just never had to deal with sound before

  • Can't get sound to work on Firefox, but it works with Explorer.

    I have a PC with window vista. I recently did a repair on vista because of malware. All normal except now I can't get the sound to work when I use Mozilla Firefox as browser. The sound works when I use explorer as browser. I have checked all connections & sound settings that I know. Help.

    Facebook needs Flash to upload photos for drag and drop method.
    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • [Solved] Can't get sound to work proper

    Hey
    I use KDE4 with KMix. I have 5.1 Optical sound.
    When I enter Audio Setup in KMix and test the "hw: 0,1" option I get playback.
    But I haven't gottten any sound except that. Tried a video in MPlayer and Youtube video in Firefox.
    I'm still abit new to Arch and linux.
    Also tried adding
    ctl.equal {
    type equal;
    pcm.plugequal {
    type equal;
    # Modify the line below if you do not
    # want to use sound card 0.
    #slave.pcm "plughw:0,0";
    #by default we want to play from more sources at time:
    slave.pcm "plug:dmix";
    #pcm.equal {
    # Or if you want the equalizer to be your
    # default soundcard comment the following
    # line and uncomment the above line.
    pcm.!default {
    type plug;
    slave.pcm plugequal;
    pcm.eq {
    type ladspa
    # The output from the EQ can either go direct to a hardware device
    # (if you have a hardware mixer, e.g. SBLive/Audigy) or it can go
    # to the software mixer shown here.
    #slave.pcm "plughw:0,0"
    slave.pcm "plug:dmix"
    # Sometimes you may need to specify the path to the plugins,
    # especially if you have just installed them. Once you have logged
    # out/restarted this should not be necessary, but if you get errors
    # about being unable to find plugins, try uncommenting this.
    #path "/usr/lib/ladspa"
    plugins [
    label mbeq
    id 1197
    input {
    #this setting is here by example, edit to your own taste
    #bands: 50hz, 100hz, 156hz, 220hz, 311hz, 440hz, 622hz, 880hz, 1250hz, 1750hz, 25000hz,
    #50000hz, 10000hz, 20000hz
    controls [ -5 -5 -5 -5 -5 -10 -20 -15 -10 -10 -10 -10 -10 -3 -2 ]
    # Redirect the default device to go via the EQ - you may want to do
    # this last, once you're sure everything is working. Otherwise all
    # your audio programs will break/crash if something has gone wrong.
    pcm.!default {
    type plug
    slave.pcm "eq"
    # Redirect the OSS emulation through the EQ too (when programs are running through "aoss")
    pcm.dsp0 {
    type plug
    slave.pcm "eq"
    To
    /etc/asound.conf
    Which I got from https://wiki.archlinux.org/index.php/Ad … leshooting
    Last edited by Syth (2011-11-03 20:20:43)

    Syth wrote:Well as I said. Sounds like KDE startup sound and such works. Just can't get any sound out of mPlayer and youtube.
    Did what you said. PCM was the only one muted.
    Oddly, I recently started having the opposite problem.  KDE startup and other systems sounds have stopped playing.  All my other sound (mplayer, flash, etc) work fine.  I can play the startup sound fine when opening it via dolphin.  It just doesn't play on startup, or any other system sound.  I know this happened after a recent update but I am not sure what or when caused it.  Startup sound isn't that important to me but fixing it is.  No luck so far.

  • Satellite Pro P200 - Can't get sound to work

    Hi, since I've had this laptop I've not been able to get the sound to work. Have tried turning the volume off and on from the ESC key and the master volume control looks fine. Any ideas would be much appreciated.
    Many thanks!

    Hello Wayne
    Please don't be mad on me but whole story is somehow strange. Why?
    >since I've had this laptop I've not been able to get the sound to work
    This cannot be the truth. Every notebook is preinstalled with Toshiba recovery image and recovery image is designed for your notebook model. That means, with factory settings everything MUST work well.
    So questions are:
    Do you still use factory settings or own preinstalled OS?
    Do you use Vista?
    Can you hear sound using headset?
    Please offer a little bit more info.

  • Can't get sound to work - no /dev/dsp !!!

    I could really do with some help here, this is the first time I have tried to get sound working under linux. I am using a Abit VT6X4 board with on-board sound (VT82C686A) AC97 compliant chipset. I am using Kernel 2.6 which uses the config from the 2.6 package but with added SCSI support. I created the audio group as per FAQ but with ^snd as well as ^sound in the devfsd.conf. I installed all of the ALSA packages, I added snd_via82xx and snd-pcm-oss to /rc.conf, I added the following to /etc/modules.conf
    # ALSA portion
            alias char-major-116 snd
            alias snd-card-0 snd-via82xx
            # module options should go here
            # OSS/Free portion
            alias char-major-14 soundcore
            alias sound-slot-0 snd-card-0
            # card #1
            alias sound-service-0-0 snd-mixer-oss
            alias sound-service-0-1 snd-seq-oss
            alias sound-service-0-3 snd-pcm-oss
            alias sound-service-0-8 snd-seq-oss
            alias sound-service-0-12 snd-pcm-oss
    When I login (as user or root) I get the dreaded no dev/dsp error.
    Now if I ls -la in /dev, I see no dsp file/directory, however, if i touch /dev/dsp I get an access denied error (as root).
    If I lsmod I get the following listed, so the modules appear to load ok.
    snd_pcm_oss 49412 0
    snd_mixer_oss 17056 1 snd_pcm_oss
    snd_via82xx 22688 0
    snd_pcm 91168 2 snd_pcm_oss,snd_via82xx
    snd_timer 22532 1 snd_pcm
    snd_ac97_codec 52900 1 snd_via82xx
    snd_page_alloc 9220 2 snd_via82xx,snd_pcm
    snd_mpu401_uart 6432 1 snd_via82xx
    snd_rawmidi 20768 1 snd_mpu401_uart
    snd_seq_device 6504 1 snd_rawmidi
    snd 46596 9 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_device
    soundcore 7456 1 snd

    Still having no luck here. I added snd-mixer-oss snd-seq-oss  to the /etc/rc.conf.  Farphel, you mentioned setting up the /etc/devfsd.conf to link /dev/dsp to the appropriate devfs entry, could you please give me an example of which lines do this.
    I also inserted the following into /etc/modprobe.conf
    (i take it modules.conf is now ignored with Kernel 2.6?).
    alias char-major-116* snd
    options snd cards_limit=1
    alias snd-card-0 snd-via82xx
    alias char-major-14* soundcore
    alias sound-slot-0 snd-card-0
    alias sound-service-0-0 snd-mixer-oss
    alias sound-service-0-1 snd-seq-oss
    alias sound-service-0-3 snd-pcm-oss
    alias sound-service-0-8 snd-seq-oss
    alias sound-service-0-12 snd-pcm-oss
    alias /dev/sound/dsp snd-pcm-oss
    alias /dev/sound/sequencer snd-seq-oss
    alias /dev/sound/mixer snd-mixer-oss
    install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx && { /usr/sbin/alsactl restore; }

  • Tecra S1 - Can't get sound to work after new installation

    Hi,
    I have a Tecra S1 and had to reformat. Didn't have orig driver CD.
    All went well, installed drivers from Toshiba website. Soundmax driver for sound. But I am sure I can hear some reverb when playing music. VERY annoying.
    I think that a sound environment preset must be turned on but I have looked EVERYWHERE and cannot find how to get into or adjust any sound environment presets.
    HELP PLEASE!
    Any help appreciated.
    Pete

    Nice job, buddy! :)
    How did you fix this?

  • I can't get sound to work once I export my indesign file to pdf

    I am tyring to get a sound to play on a project I am working on, I've tried making a button to play an mp3 and I've tried converting the file using the Adobe Media Encoder to f4v and I've instructed it to play on page load and that doesn't work either.  I'm at wits end trying this because I have a deadline tomorrow and I've been trying to get this last touch done for around 24 hours.  I just need some help!

    Are your speakers turned on?    Sorry, that's a bit facetious...
    I can't help at all here, but I could recommend going over the help file for it, you might find a step you've missed, a link to the online one is here.  There are user notes down the bottom too, apparently there are a few issues.

  • Still can't get Epson driver working....any help?

    Hi all, I've posted elsewhere and this site and am new to mac so bear with me. I really cant seem to get my epson 3800 (and my old 830U) to work, even after downloading what I thought were the most current drivers. Am I missing something... I've been at it for so many hours now, and would love to love my new mac after swapping (from a very functional) PC system. Forgive me if I'm asking already answered questions but I've followed all the advice I could find and still no luck. Al i get is a single, generic printer dialogue with no options worth speaking of... what happened to all my printer functions...I really need them for my work, and can't bear the thought of having to re-install my PC to get me through.
    Any help much appreciated.
    SN

    Thanks for you help...sadly I have done this several times now with no luck. After deleting all drivers, I download the latest version direct from the Epson site (pro 3800), I then delete any printers in print menu, re-add the new printer driver, navigate to select the driver again. I check the details are correct (driver version 6.1).
    Still no luck...what am i doing wrong? Is there something I am missing here?
    I am just about at the end of my teather here...Is it possible to revert a previous version of OS x...I've not done this before but I just have to get working and I've been trying to solve this problem for nearly a day now...
    Sorry, not anyone's fault.
    SN

  • HT1151 i have a new apple external dvd drive, and i can't get it to work with my iMac?

    I have a new apple dvd drive, I was told it will work with my imac,  but when i plug it in ...nothing... iv been for update... still nothing. How can i get it to work???

    If it is this drive, note that it is for MBA's and Mini's only:
    http://store.apple.com/us/product/MC684ZM/A
    Ciao.

  • I purchased a MyBook Studio 4gb external hard drive.  I can't get it to work properly.  WD have assessed it and say its fine and that the problem is with Apple?

    I purchased a MyBook Studio 4gb external hard drive.  I can't get it to work properly.  WD have assessed it and say its fine and that the problem is with Apple?  Any ideas?

    Hello EucaBlue!
    So in Disk Utility, with the external harddrive selected, go to the Partition tab, and then under "Partition Layout:" select 1 Partition.
    After than, verify that it is formatting the drive as "Mac OS Extended (Journaled) under "Partition Information"
    Also verify that it's using using the GUID Partition Map under the Options button at the lower left of this window.
    Then click apply and confirm that you want to format the drive. It will ask you if you're sure, and probably for an Administrator password.
    Once your harddrive is formatted properly, you should be able to use Time Machine, or any other Mac backup software.
    Happy tinkering!
    Paul

  • I need to use an hp 6215 printer with my mac book pro.  the driver installation disk doesn't work.  where can i get a driver that will work?  i use OS X

    i need to use an hp 6215 printer with my mac book pro.  the driver installation disk doesn't work.  where can i get a driver that will work?

    With the Lion it is essentially unnecessary to resort to external driver disks. What's more, most of those disks are incompatible with the OS and should not be used. The system already carries a wide variety of printer description files (aka PPDs, which is what modern printing systems use as "drivers") for a lot of brands. And there was an HP printer update just two days ago.
    Just checked in mine and did indeed find that the HP OfficeJet 6200 Series, with or without Fax, is covered with the latest update.
    So just go thru the motions of creating a proper printer instance:
    Make sure the Mac "sees" the printer on the network.
    System Preferences / Print & Scan
    Click on the + button on the left column
    Select the appropriate type of printer, will use IP for the rest of this
    Select HP Jetdirect - Socket, default for HP network printers
    Type the IP address or look it up
    Name the printer for easy identification on the print dialog
    Let the Mac identify the printer model or manually choose the driver
    Click Add.
    Once the instance pops up in the list, can click on Options & Supplies for further config.

Maybe you are looking for

  • E51 address book data access via Bluetooth to Garm...

    I have a new E51 but cannot access address book data via Bluetooth from a Garmin Sat Nav (model 310). Worked perfectly with old Nokia 6310, but returns a 'no can do' message when using the E51. Lack of this feature is a big problem - surely Bluetooth

  • Plant maintainance

    This Daily progress report has to be generated in separated transaction code to check the daily prog? have any code plz send urgent

  • HT5449 How do I get dictation I know when I want the word period and not a full stop.

    How do I get dictation I know when I want the word period and not a full stop.

  • ITunes 9.0.2 installation program won't run

    I've been trying to upgrade iTunes for 2 days now but to no avail. I even uninstalled its v9.0.1.,and did another Windows Updating check. After downloading iTunesSetup file (v9.0.2.25), tried to run/open it but this prompt came out: " Security Warnin

  • Create IDOC ddf file

    Hi all, Can any one please tell me how to create DDF file, is there any standard program in SAP? If no SAP program any alternate for this? Need to create DDF for 850,855,856 and 810. IDOCS: ORDERS05 - Purchase orders - (850) ORDRSP - Message Type, Ba