Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How do I "remove" a sound card in Ubuntu.

  • 18-10-2006 8:41pm
    #1
    Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,550 Mod ✭✭✭✭


    where do I remove references to the sound card so it can be detected again ?

    lspci etc. picks it up but nothing in the GUI
    I can't disable it in the BIOS either , to turn it back on later.


Comments

  • Registered Users Posts: 126 ✭✭aidan_r


    tried running alsaconf?
    sudo alasconf


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,550 Mod ✭✭✭✭Capt'n Midnight


    yip, it don't run :(
    ubuntu breaks alsaconf - I'm trying to pull from a different repository.

    tried
    dpkg-reconfigure alsa-base
    dpkg-reconfigure linux-sound-base

    Now I'm working through - http://ubuntuforums.org/showthread.php?t=205449

    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel 82801DB-ICH4]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 4: Intel ICH - IEC958 [Intel 82801DB-ICH4 - IEC958]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    lspci -v always been visible

    these didn't give the thumbs up quite yet
    modprobe snd-ac97-bus
    modprobe snd-ac97-coded
    * Failure -You have two options

    * Move on to Getting the ALSA drivers from a *fresh* kernel. This step is easier and is recommended to users who might have been tinkering with their sound settings and want to revert back to the way it was just after installing Ubuntu (without reinstalling Ubuntu of course )

    * Move on to ALSA driver Compilation, if you have not done so already. If you have, please post a new thread with your problem.
    in later steps had the GUI go AWOL.

    apt-get --purge remove linux-sound-base alsa-base alsa-utils
    Building dependency tree... Done
    The following packages will be REMOVED:
    alsa-base* alsa-utils* gdm* gnome-applets* gnome-control-center*
    gnome-panel* gnome-session* gnome-terminal* linux-sound-base* nautilus*
    ubuntu-desktop*
    Removing alsa-base ...
    Purging configuration files for alsa-base ...
    Remaking /dev/sndstat.
    Removing ubuntu-desktop ...:eek:

    apt-get install linux-sound-base alsa-base alsa-utils
    apt-get install gdm ubuntu-desktop:)

    brb - rebootin'


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,550 Mod ✭✭✭✭Capt'n Midnight


    in [edit]sudo [/edit]terminal you get noises when you
    aplay /mnt/c/winnt/media/tada.wav

    so why is there no default sound card in the GUI :confused:

    sysinfo 0.6.1 sees it
    hardinfo sees it

    alsamixergui
    alsamixer:function snd_ctl_open failed for default: No such device

    Ah !!! I can see the oncoming train :eek:

    if I runs it as root I gets controls :rolleyes:

    chown'd :o ( too much sudo bash b4 )

    so changed user priviliges (use audio devices) and retesting - works ! :)
    system - administration - users and groups

    pffffftt - why would anyone want to use an OS that doesn't give everyone full control and start every service :p


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    I'm guessing your day to day account is not the one set up during install.

    All users who need to use sound devices need to be members of the group 'audio'.
    The first user set up during install is set up with this.

    There are other groups that you're added to by default as the first user,
    and you should probably add your everyday user to all of them.

    This command 'grep <OriginalUserName> /etc/group' will show them all.

    They'll probably look something like this, and as you can see, a user would have problems not having access to most of these things.
    dialout:
    cdrom:
    floppy:
    audio:
    video:
    plugdev:
    users:
    lpadmin:
    scanner:
    admin:
    fuse:

    You can add the users' names to the file if you're comfortable with an editor, or use

    "System -> Administration -> Users and Groups"

    I know you've the problem sorted, but it could clarify similar problems
    you'll come across soon (scanner for example), and it puts an answer on record for others.
    plugdev is an important one :-)

    Good luck,
    NiallB


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,550 Mod ✭✭✭✭Capt'n Midnight


    niallb wrote:
    I'm guessing your day to day account is not the one set up during install.
    nah, I deleted that one after a few days :o
    who needs root access anyway :p
    I know you've the problem sorted, but it could clarify similar problems
    you'll come across soon (scanner for example), and it puts an answer on record for others.
    plugdev is an important one :-)
    more than once I've googled for a fix and found my own post for help :(


  • Advertisement
Advertisement