Ubuntu Multimedia :: Modprobe Snd-rme96 Failure On 10.04
Jul 11, 2011
I'm trying to get my RME Digi 96 sound card working and having some trouble, I have been reading through the forums and I'm not sure what I should try. Here is what I have been trying:
I have attached the message.txt, looking at this you can see that the driver is failing:
[ 45.213296] unable to remap memory region 0x0-0x5ffff
[ 45.213349] RME Digi96 0000:07:02.0: PCI INT A disabled
[ 45.213353] RME Digi96: probe of 0000:07:02.0 failed with error -12
About 1 hour after successfully installing 9.10, the window elements started flickering and were inaccessible. I was working on intalling dimdim, but I did not touch any system files around the time the failure occurred. Thereafter, any regular login attempt results in a flickering black box on top of the new dim-gray-light ubuntu login window. The machine needs to be rebooted to get out of this mode. System restore mode works perfectly. startx starts the x environment, but with the flickering and uselnessness. The machine is a dual bood Ubuntu/Vista box (yeah, I know, Vista came with it). It is an intel quad core 2.33 MHz processor. The video is a cheapo on-board type. I have included system stats at the end of this message.
System Information report written at: 01/24/10 14:51:33 System Name: MERCURY [Components] [Multimedia]
I have tried loading/playing (many different) dvds via VLC / new install of 10.04 (on a laptop through which I had been able to play / burn / rip dvds until I "upgraded")...this is what transpires:
Errors: Code: Playback failure: DVDRead could not open the disc "/dev/sr0". Your input can't be opened: VLC is unable to open the MRL 'dvd:///dev/sr0'. Check the log for details. The log reveals:
Code: dvdread error: DVDRead cannot open source: /dev/sr0 main error: no access module matched "dvd" main error: open of `dvd:///dev/sr0' failed: no access module matched "dvd".
For several reasons I still use Ubuntu 9.04 and for other reasons I dont like F-Spot for image-management (especially because it lacks the feature to manually sort your images -- or is there a way to do this?). gThumb lets me create manually sorted catalogs of images, so I use this piece of software. I would like to test the new (unstable) version -- 2.11 -- instead of 2.10, but it requires libexif-2.4 -- Jaunty has libexif 2.5 by default and I dont know a way to downgrade to 2.4. Is this possible somehow? I was trying both installing gThumb 2.11 from deb package and compiling it from source, both with the same result -- failure.
I'm having issues installing the nvidia-96 driver package on the new Lubuntu 11.04. I have a GeForce4ti 4200 card and have had that driver package install successfuly on numerous flavors of Ubuntu over the years.
apt-get spits out the following error:
Code: The following packages have unmet dependencies: nvidia-96 : Depends: xorg-video-abi-8.0 but it is not installable Depends: xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3) but it is not going to be installed Meanwhile, a check of the currently installed xserver-xorg-core through apt-cache shows:
[Code]...
The nouveau driver does work, but I would really like full 3d acceleration like I have had in the past.
I've been getting some odd behaviour that makes me suspect my HD might be on its last spins.
I wanted to tar.gzip my home folder before backing it up to DVD but when I use the Compress Utility to create a ZIP/TAR archive, Arc give the error message:
Opening the archive for writing failed with the following error: Failed to clean up compressor
Just recently I notice this behavior. When the machine sleeps either on timeout or after closing the lid, it doesn't come back on opening or hitting esc etc..
The machine seems to come back to life, but the screen stays black. I even tried Ctl-Alt-F1 with no response.
uname -a yields Linux xxxxxxxxx 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux
and lsmod for video yieldsvideo 17683 2 i915,nouveau
I've just installed Ubuntu 10.04 on an old PC to make it usable.After some research I was able to get my netgear usb wireless network adapter WG121 to work and connect to the network using ndiswrapper, although at startup I have to open a terminal and type Code: sudo modprobe ndiswrapper before it works. Is there a way to get this to automatically run?
I'm using 10.04 with Gnome and I've just discovered that Kaffeine works with my TV card provided I use the modprobe hack. So I created /bin/dtvfix with the following:
My current situation is that the command "sudo modprobe ndiswrapper" is not responding, nothing happens. I am using [URL] as my guide and the "sudo modprobe ndiswrapper" is my next step. Here is some general information that you might ask for: I received ndiswrapper utilities from "Synaptic Package Manager" I was using jaunty jackelop before hand and the instructions worked perfectly but I decided to update to Karmic Koala 9.10 (I first installed the cloud enterprise version and realized that was way over my head).
I need (would like) to get the wireless running on my Lenovo q150. It uses the realtek 8191u chip for the wireless. I tried the steps in [URL]. But failed miserably. Now the Q150 will not boot. It locked up after the modprobe and I was forced to use the power switch. I was using a fresh install of maverick amd64.
I get the wireless working by executing Code: sudo modprobe b43
All good so far, but it's kinda tiring to execute that command every time I restart the computer, just to get internet access. Is there any way to make this command execute by it's own, when starting up the computer, like in the background or something. Or even better, to actually make b43 the default driver for the wireless. I've tried reinstalling both bcmwl, and b43, uninstalling bcmwl etc. But no luck.
Yesterday something has happened with power supply, so 2 of 3 PCs has shut down. And now my debian pc doesn't respond to multimedia (volume to be precise) keys, leds also doesn't work. Other keys are fine. Tried xev, but it doesn't respond to multimedia keys either. I have dual boot with Win7 on this machine, and it works fine with multimedia keys.
I believe this is a clue:
Code: Select all[ 22.324109] generic-usb: probe of 0003:04D9:1702.0004 failed with error -110
To enable FDD in F13 I'm using "modprobe floppy" command which is placed inside "/etc/rc.d/rc.local".
Code: [root@dc7100 rc.d]# cat rc.local #!/bin/sh # This script will be executed *after* all the other init scripts. You can put your own initialization stuff in here if you don't want to do the full Sys V style init stuff. touch /var/lock/subsys/local modprobe floppy
In F14 this does not work any more. "modprobe floppy" is effective only when used on the CLI, but nothing happens when inside "/etc/rc.d/rc.local". Where should I place "modprobe floppy" now?
I was trying to compile and insert a module. The module compiles fine and creates tool.ko file(am compiling it from Desktop). Next when I try to use "insmod tool.ko" , it gives em this error: insmod: error inserting 'tool.ko': -1 Operation not permitted.I tried to use modprobe instead , thinking it might install the dependencies(if any) by itself: "modprobe -v tool.ko" but it gives me this error FATAL: Module tool.ko not found
I went over some linux forum posts and tried to resolve it but no use.I copied all the files from Desktop to the /lib/modules/2.6.34.7-0.7-Desktop/build folder and then ran the commands but still face the same problem. Used this "/sbin/depmod -a " thinking it might update the modeprob.conf file, but no use !
I am running into a problem with a script I have to load the proper ethernet drivers on the script start, but the modprobe command fails.
I don't know exactly what it says but I believe it was something to the effect of "cannot find (x)." Which would be fine if it did it all of the time, but if I ctrl+c out of the script and attempt to do the command manually it works.
Anyone out there know what might be going on? I've been searching google and stackoverload and here and haven't come across anyone else having this issue.
Or better yet, is there a way to have a shell script implement a .rules file for a specific instance?
I have server 10.04 running, and I modified my fstab file to automatically mount an NTFS partition on startup, but after a reboot, I see that I clearly did something wrong, as now it will not boot. The output is:
[Code]....
init: ureadahead-other main process (923) terminated with status 4 If this is an error with my changes to the fstab file, is there any way I can access is to change it? No matter what i do I can't get it to boot.
I've got a problem when I try to use to load modules like when I try : modprobe tun It says : FATAL: Could not load /lib/modules/2.6.32-4-pve/modules.dep: No such file or directory I've checked in my filesystem, the directory 2.6.32-4-pve doesn't exist, instead I have 2.6.39.2.110628 So how could I make modprobe look into the right directory ?
I have Fedora 2.6.29. When Im trying to laod a kernel module by using modprobe, its throwing an error message 'Module not found'. Also, when I use 'lssci' command to see the list of SCSI devices, this also doesn't work, and throws an error 'Command not found'.
However, I have used insmod to load my module and I am able to see its entry in /proc/scsi/scsi file, but why 'modprobe' and 'lssci' are not working. Is there any way to resolve this problem?
I may be missing a last crucial step while trying to use modprobe to install a module and make it active.The system is Debian (Mint LMDE flavor).The module is for a Realtek wlan driver. Since it appears to be available in the kernel, I chose to try and use it instead of getting into a work-around using ndiswrapper.Here is how I found it..
I am working on research using a USB wireless card (WUSB600N) which works by a driver from Ralink (rt3572). In order to achieve my task, I am trying to modify that driver. One of the ways, I tried to call a function written in different module from that which I am working in. Every thing went fine (make & make install) until the modprobe command when i got (Unknown Symbol) about that function. I tried many ways to solve that problem like; Export_Symbol, and function pointers but, with no results!
I need to access /etc/modprobe.d on an encrypted LVM LUKS partition. I m not sure how to go about it though. Mount usually handles my mounting needs, do I need to decrypt the physical volume first? LIst of commands need would make my day.
I was just able to buy a new laptop and everything is going ok except there is no sound coming from the speakers only the headphones (hda ATI SBx00 Azalia Intel HDA) and I found this useful post ([ubuntu] No sound with hp 6735s, ATI SBx00 Azalia (Intel HDA) - Ubuntu Forums) except there is no modprobe.conf file in my modprobe.d directory.