Debian Hardware :: Saa7134 Alsa Module Won't Unload

Jan 15, 2016

I have a hard time unloading a module (that is it's more stubborn than an aging leprechaun) that is being reported as not being used by lsmod:

Code: Select allroot@groot:~# modprobe -vr saa7134_alsa
modprobe: FATAL: Module saa7134_alsa is in use.
root@groot:~# lsmod | grep saa
saa7134_alsa           17686  0
saa7134               174878  1 saa7134_alsa
tveeprom               20593  1 saa7134

[Code] .....

Why I would need such an outlandish thing is that after I was forced to do a system reinstall thus losing my previous conf files I've been trying to reinstall my saa7134 tvcard. Normally i2c should handle the problem but it won't detect it. So I have a nice little script I found and modified to find the correct card although it is a bit tedious to run:

Code: Select all#/bin/sh
MAXCARD=150
for m in $(seq 0 $MAXCARD);
do
MAXTUNER=69
for i in $(seq 0 $MAXTUNER);

[Code] ...

But I can't unload saa7134 because saa7134_alsa is using it, and I can't unload saa7134_alsa, because, well, because the system doesn't feel like it. I've blacklisted the module (saa7134_alsa) but it gets loaded none the less and won't go away.

View 4 Replies


ADVERTISEMENT

Red Hat :: Saa7134 Module Not Found In CentOS 5.5

Aug 30, 2010

I have installed tvtime in CentOS 5.5. I'm using a phillips tvtuner card saa7134. But when I modprobe saa7134, it says Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]# modprobe saa7134
FATAL: Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]#lspci | grep -i 'saa'
02:02.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)

View 1 Replies View Related

Ubuntu Multimedia :: Bash Script To Unload ALSA Modules

Aug 1, 2011

I'm using the following bash script to load a null sink and loopbacks on command.

I want to have a separate script that will unload the modules loaded in this script. However, the pacmd unload-module only accepts the index number, not the name. I have no way of knowing what the index numbers will be as they change each time, so I've got stuck writing the script.

write the unload.sh equivalent to this load.sh:

Code:
#!/bin/bash
pacmd "load-module module-null-sink sink_name=mywiretap"
pacmd "load-module module-loopback source=alsa_output.pci-0000_04_03.0.analog-stereo.monitor sink=mywiretap"
pacmd "load-module module-loopback source=alsa_input.pci-0000_04_03.0.analog-stereo sink=mywiretap"

View 1 Replies View Related

Red Hat / Fedora :: Load / Unload Module?

Apr 12, 2010

how to loads & unload module.why its important?

View 3 Replies View Related

Fedora Hardware :: Load/unload The Atl1c Module A Few Times The Link Will Come Up?

Jul 22, 2011

Anyone else having issues with the Atheros AR8132 and the atl1c module? I am on the 2.6.38.8-35.fc15.i686.PAE kernel, tried with a few others but it's flaky no matter which I choose.

Sometimes if I load/unload the atl1c module a few times the link will come up, but it seems the module is not even being loaded at boot and I have to modprobe it just to see the NIC.

View 4 Replies View Related

Ubuntu :: Terminal Says It "Cannot Unload Module Vboxdrv"?

May 1, 2010

I'm having problems with Screen and VirtualBox, and the problems seem similar as if crucial components have vanished. Here is the screen issue and the last three posts are me. Basically, the solutions have been temporary so far. I changed the mode and group of /var/run/screen like the OP said but have not shutdown yet, so I don't know if that's a permanent solution yet. The other two temporary solutions didn't prove to be temporary until I shutdown and came back several hours later. Screen was still working after a reboot.

The same thing is happening with VBox: after doing what VBox tells me to do, the solution was temporary, and the same problem popped up after the next boot. Here are similar problems: I made sure I was in the vboxusers group. I added the module like the first one said, and it took me to another level of malfunction. I didn't take a screenshot or make a note of the first error message, but I've attached the second. Also, sudo /etc/init.d/vboxdrv setup did not work this time after adding the module. Like the first link said, vboxdrv didn't exist for him or her, so maybe my problem is similar. My terminal says it "Cannot unload module vboxdrv".

View 5 Replies View Related

Software :: Mpg123 Error, Related To Alsa Module?

Jan 30, 2010

When I try to play a .mp3 file with mpg123, e.g. with this command: mpg123 someCoolTune.mpg I get these error messages.

[module.c:110] error: Failed to open module alsa: file not found
[module.c:110] error: Failed to open module oss: file not found
[module.c:110] error: Failed to open module esd: file not found
[module.c:110] error: Failed to open module jack: file not found
[module.c:110] error: Failed to open module pulse: file not found
[module.c:110] error: Failed to open module nas: file not found

[Code]...

GUI audio players like Rhythmbox and Totem work just fine. I believe all of the audio on my computer depends on alsa. Another command that works just fine is aplay, aplay -q /usr/lib/openoffice/basis3.1/share/gallery/sounds/cow.wav

and aplay definitely uses alsa. My only other clue is, when I shut the machine down, one of the messages printed to the console during shutdown was something about /etc/default/timidity. Timidity is something that converts MIDI to WAV, and it may have nothing to do with my mpg123 problem. I am running Debian Lenny. How can I troubleshoot mpg123? Or would it be likely to help if I simply uninstall and reinstall mpg123? That might be easier than troubleshooting.

View 8 Replies View Related

Software :: Filter PA/module-alsa-sink.c Messages From Syslog?

May 4, 2009

GNOME has adopted the pulseaudio infrastructure and it has grave errors reading from ALSA sinks. One of the many effects is that every 2 or 3 seconds a 3 line error message is written to the syslog to the effect of 'ALSA woke us up...blah blah blah' and it is filling up everyone's syslog. What I need is a workaround to just stop these messages from being written so I can level set and figure out a long term course of action.

View 2 Replies View Related

Fedora Hardware :: Configure Saa7134 Tv Tuner In 14

Nov 26, 2010

configure tvtuner on Fedora 14. I have an old analog tv tuner with saa7134 chipset and trying to connect it with cable tv, after quick google-ing i read that the driver for this model are included in the kernel by default, but when i open tvtime i get the following error:

View 5 Replies View Related

Ubuntu Installation :: Installing Intex SAA7134 On 10.04?

Jun 2, 2010

I have tried (and failed) a couple of times in the past. I recently took the plunge with 10.04 and I'm having a hard time installing my Intex TV tuner. Everything's ok except for that. I have tried scouring the forums (and the web) and there are a ton of different steps, but I cannot seem to identify which one will work for me.Here's what I get when i type dmesg (please excuse me for posting the entire thing).. I actually had to delete some lines to make it fit the 19kb limit.

I tried these steps:

[URL]

This one I can't understand too much:

[URL]

But I still can't seem to find what card and tuner to select.

View 1 Replies View Related

Hardware :: How To Configure Lirc With Saa7134 Card

Dec 10, 2010

how to configure lirc with my card saa7134 card=42 tuner=41 here is what i get with

cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"

[code]....

View 2 Replies View Related

General :: Philips SAA7134 X 8-channel Video Capture Card Without EEPROM?

Jul 24, 2011

I am new here and I have tried checking similar threads as well as other sources in the net but could not get my card working. I use Debian squeeze on a P4 2.4MHz machine with 2 GB ram. lspci can detect all 8 chips but could not load the proper module since it could not identify the vendor. I have tried unloading the SAA7134 module and reloading repeatedly all possible cards from 1 to 174 by "modprobe -i SAA7134 card=#,#,#,#,#,#,#,# #-numbers 1 to 174 one a a time.

View 3 Replies View Related

OpenSUSE Multimedia :: Configuring Alsa (or Alsa-oss) After Hardware Upgrade?

Nov 19, 2010

I have recently been forced to do a hardware upgrade (my previous mobo died). Now, sounds works ok with,amarok because kde has recognized the new hardware and switched to it.

..... does not work, likely because flash uses alsa-oss which is probably not configured automatically. I have tried uninstalling and reinstalling both alsa-oss and flash, but it didn't solve the problem.

View 1 Replies View Related

General :: Check Old Driver And Unload It?

Jul 22, 2011

i am getting this error msg check old driver and unload it.build the module and install/ethr/r8168-8.024.00/src/r8168_n.c:222: warning : 'MODULE_PARM_'IS deprecated (declared atinclue/linux/module.h:h552) ;

View 2 Replies View Related

Programming :: Unload File From A Database?

Jan 5, 2009

I am trying to unload file from a database. Which contains few lines with the character below. Rest of the data was unloaded appropriately.

Code:

a) What does this below character means?

b) How can i remove it,

I already have

Code:
sed '/^$/d'
c) Will this effect the file by any means (If I am guessing properly, this is the eof notation)

View 5 Replies View Related

Ubuntu Networking :: Unload Network Manager?

Jan 26, 2010

I want to disable network manager but not sure which process to rmmod - I do not want to uninstall it, just disable it sometimes.

View 1 Replies View Related

General :: Unload Opie V 1.2 On Ipaq 3800?

May 11, 2010

I have an Ipaq H3800 that is loaded with OPIe v1.2. How do I unload it so I can reload it with its original windows so I can ebay it

View 1 Replies View Related

Debian :: ALSA Without A Soundcard?

Jun 30, 2011

I have a computer without a soundcard and want to stream sound from it. How can I force ALSA to ignore the lack of a soundcard? Whatever I try to do, it complains that it cannot find one.Or could I trick ALSA by making a file /dev/dsp that links to /dev/null or something like that?

View 4 Replies View Related

General :: Unload Program Built From Source In Ubuntu?

May 25, 2010

I have downloaded the source code of bochs. and I use make install command to install it onto my box. But how could I uninstall it? I run the sudo apt-get remove bochs, but it said I didn't install the bochs...

View 2 Replies View Related

Debian :: PulseAudio And ALSA - How These Two Interact

May 8, 2011

Regarding ALSA and PulseAudio - Explanation on how these two interact. After installing Debian I realised that my sound control (Volume Control: HDA Intel ALSA mixer) was different from what I had with Ubuntu where it would display a window called "Sound properties" in which allowed me to control the sound of each program running - I believe this is the PulseAudio aspect. (If I'm wrong at this point please correct me)

Now I have managed to get PulseAudio setup correctly for me (not as easily as Ubuntu but I moved to Debian to learn, not be spoon fed), however the way in which I did it may of been wrong - pretty much just went to synaptic and installed everything with PulseAudio in its name

Currently the sound icon in my top Gnome panel (within the notification area applet) has the ALSA mixer, sometimes when I log on it has the PulseAudio one (Sound preferences window), I don't really mind which one is loaded thanks to the PulseAudio Volume Control program (under Sound & Video). Is there a way though to stick with just one?

View 2 Replies View Related

Debian Configuration :: How To Configure The ALSA

Jun 16, 2010

I am using Debian testing. If I install the gnome-desktop-environment then the sound driver defaults to HDA but since I just installed gnome-core (for a more stripped-down version of gnome) the default is the OSS driver. How do I get ALSA to default to the sound driver HDA?

View 1 Replies View Related

Debian Multimedia :: Getting ALSA To Work ?

Mar 6, 2011

I'm having some trouble getting ALSA working on my system. I had been using OSS for awhile but decided to move to ALSA after a kernel upgrade. ALSA worked fine except for the tedious chore of having to run alsaconf everytime I booted up. I was getting errors message for OSS during boot up telling me OSS modules weren't loading properly and linux-headers needed to be installed to get it to work properly again. I ended up installing the linux-headers later due to some nvidia driver fiddling. My system has now reverted back to OSS and I can't seem to get ALSA to work at all. I have libasound2, alsa-base, alsa-utils and alsa-oss installed and alsaconf says no ALSA modules are loaded. I've been searching around and haven't found how to get rid of OSS to install ALSA properly.

Distro: Debian Lenny
Kernel: 2.6.26-2-686
Sound Card: Creative Labs SB Audigy
OSSv4.1
ALSAv-current packages according to synaptic

View 9 Replies View Related

Debian Hardware :: Alsa Do Not Work On 8.3

Mar 16, 2016

Debian 8.3 has no sound. Removing/reinstall pulseaudio/alsa-base had no dice.

There was no "alsa force-reload" command on this Debian system.

Detailed info about this alsa: [URL] ....

The sound system was normal (music can be heard) on this pc if installed ubuntu 15.10, here is detailed info about alsa on ubuntu: [URL] ....

Error occurred in both aplay and speak-test:

Code: Select allaplay -D hw:PCH,0 06.wav
Playing WAVE '06.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
aplay: pcm_write:1939: write error: Input/output error

Code: Select allaa@de:~$ speaker-test -D plughw:PCH,0 -c 2

[Code] .....

Should(How can) I compile/upgrade alsa to the latest version?

View 1 Replies View Related

Networking :: Cannot Unload Or Blacklist Bcm43xx On Redhat Enterprise Server?

Jan 21, 2010

I installed Redhat nash version 5.1.19.6 with kernel 2.6.18-128.el5-xen-i686 on a Dell Inspiron 1300 with Broadcom BCM4401 (eth0/LAN) and BCM4318 (eth1/WLAN). eth0 is working fine, but eth1 was causing trouble. After some difficulties with missing packages I managed to install ndiswrapper, blacklisted module bcm43xx in /etc/modprobe.d/blacklist and removed it, loaded module ndiswrapper and had connection. But after reboot module bcm43xx was again loaded. So blacklisting does not seem to work.And additionally strange to me, I cannot unload module bcm43xx anymore. And if I load ndiswrapper driver bcm43xx is still used as the terminal command 'dmesg' is showing me in the system log, while ndiswrapper was used when the connection was once and only once established

View 13 Replies View Related

Debian :: Can't Use ALSA In Xfce Mixer / Resolve It?

Nov 11, 2010

I just did a reinstall of Debian testing last night, and today I am configuring the system to my liking. I just clicked on the mixer in the tray, and the only option I get is Realtek ALC269. Before I could use ALSA. What happened, and how can I get ALSA back?

I did an "apt-get install alsa" to see if I could even get ALSA, and it downloaded and installed. I still can't seem to get ALSA working down there.

View 3 Replies View Related

Debian :: Lenny Freezed After Upgrade ALSA

Jun 18, 2010

I was upgrading manually my ALSA to the latest version -1.0.23-, so after reboot I got several errors related to ALSA telling me that NO SOUND CARDS Found. so the system is freezed when tries to connect to the network but after that, the system is stopped, nothing else happens, I tried to Ctrl+C and reboot as "single user mode" and still nothing, when I rebooted I can see a message that says: "busy trying to mount /" .So my questions are:

1. is there a way to log into the system?
2. is there a way to deactivate this driver on startup?
3. when I can login, how can I remove the failed alsa driver?

if this helps, I have another linux distro running in the same HDD, so maybe I can do something for debian for that distro

View 3 Replies View Related

Debian Multimedia :: VLC Alsa Stuttering On HD Video

Apr 23, 2016

VLC says: "main input error: ES_OUT_SET_(GROUP_)PCR is called too late" when I am playing back most Bluray discs I have tried.

See this bug post for what I am talking about: [URL].... It has to do with playing back h264 video with ALSA.

Possible fixes:
1. Obtain VLC 2.2.2 - see below
2. Fix by Modax here: https://trac.videolan.org/vlc/ticket/10422 - not currently using dmix and not sure how this will relate to HDMI sound
3. Use Pulseaudio - this does not work for me to get HDMI sound and I do not use Pulseaudio as a rule

I have just tried to compile VLC 2.2.2 and the configure script finished properly but early in the build it fails.

With make the error is:

Code: Select alljason@MEDIA:~/vlc-2.2.2$ make -j4
make  all-recursive
make[1]: Entering directory '/home/jason/vlc-2.2.2'
Making all in compat
make[2]: Entering directory '/home/jason/vlc-2.2.2/compat'
  GEN      dummy.c
make  all-am

[Code] ....

And with compile the error is:

Code: Select allMAKE     : compat
MAKE     : doc
MAKE     : po
MAKE     : share
for f in vlc.desktop.in skins2/default/theme.xml skins2/default/subX/about.png skins2/default/subX/eq.png skins2/default/subX/font.otf skins2/default/subX/main.png skins2/default/subX/playtreeglyphs.png skins2/default/subX/pl.png skins2/default/subX/sysbuttons.png skins2/default/subX/vol_anim.png skins2/default/subX/vol_slider.png

[Code] ....

I have tried installing 3 different versions of libua-dev, 5.1, 5.2 and 5.3. What could be the problem?

With the bugged audio drivers I'm going to replace the computer but it would still be nice to be able to know the solution to compiling VLC 2.2.2.

View 2 Replies View Related

Debian Multimedia :: Kde 4.3 Doesn't Share Alsa?

Mar 19, 2010

I'm using Debian squeezy amd64-based with KDE4.3 from the repo. I've installed kde-minimal package with some additional packages from KDE. Also I have GNOME installed on my system.

So the problem is that when I'm in KDE alsa is not shares between applications. It means that when I'm listening Amarok, for example, I can't play any other sounds in the system, not in browser or KPlayer. And if I stop Amarok playback, I can start listening some other application or watch a movie with a sound.
It looks like I'm using good old OSS again. Back to the 90's =)

In gnome meanwhile all works fine. I suggest that I'm missing some configuration or a package, or something else. I've also tried to install kde-full package, but nothing changed.

View 2 Replies View Related

Debian Multimedia :: My Sound - ALSA Or Pulseaudio?

Jun 18, 2010

I am using a couple of Debian Distro (Sid and Lenny) add some Ubuntu into the mix. I made the switch because I was amazed and satisfied with Debian --> once installed, everything works. For me that's okay for o so many years now. I don't question a lot because it just works and I do my job on it satisfactorily. Namely programming the LAMP style programming. Lately I have been using Debian to communicate over the internet -- using Skype and Pidgin and other such things, not to mention listening to music, watching movies, just using the default applications when I originally install Debian.

Along the way, I need to configure something -- that is desktop related -- like the screen resolution of a new LCD monitor replacing the old one and such. Now about my sound -- I'm not touching it because it is working. But that is not the case always. Now I have a constant error -- it is irritating. Rhythmbox don't make a sound always when I have open a web browser (iceweasel, chrome, epiphany) and a site with multimedia object on it -- like a video or something. So how do I correct this? How do I know, too what I am using -- ALSA or Pulseaudio?

View 1 Replies View Related

Debian Hardware :: ALSA - No Sound In Certain Apps

Nov 15, 2015

So I've got a new system on which I had to re-install Debian, and I've been trying to fix the sound today, but it doesn't seem to work... I've kept the same ALSA configuration (except a minor adjustment to the card number as this system appears to have two cards instead of one), but it doesn't seem to work as expected. I got this weird error while running an app that uses ALSA:

Code: Select allALSA sound driver initializing...
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
    --> (Device: default)...Failed: Operation not permitted

In VLC it works fine, provided that I manually choose the right device under Audio -> Audio Device.here's my /etc/asound.conf:

Code: Select alldefaults.ctl.card 1

pcm.dsp {
    type plug
    slave.pcm "dmix"

[code]....

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved