Thank you for your prompt answer. Needs more info about what I should look for in the response to the locate gstreamer command. The response starts like this: /var/cache/apt/archives/totem-gstreamer_2.18.1-0ubuntu3_i386.deb /var/cache/apt/archives/libgstreamer-plugins-base0.10-0_0.10.12-0ubuntu1_i386.deb /var/cache/apt/archives/libgstreamer0.10-0_0.10.12-0ubuntu2_i386.deb /var/cache/apt/archives/gstreamer0.10-plugins-base_0.10.12-0ubuntu1_i386.deb /var/cache/apt/archives/gstreamer0.10-alsa_0.10.12-0ubuntu1_i386.deb /var/cache/apt/archives/gstreamer0.10-gnomevfs_0.10.12-0ubuntu1_i386.deb /var/cache/apt/archives/gstreamer0.10-x_0.10.12-0ubuntu1_i386.deb /var/cache/apt/archives/gstreamer0.10-tools_0.10.12-0ubuntu2_i386.deb /var/cache/apt/archives/gstreamer0.10-plugins-base-apps_0.10.12-0ubuntu1_i386.deb /var/lib/dpkg/info/gstreamer0.10-alsa.list /var/lib/dpkg/info/gstreamer0.10-alsa.md5sums /var/lib/dpkg/info/gstreamer0.10-esd.list /var/lib/dpkg/info/gstreamer0.10-esd.md5sums /var/lib/dpkg/info/gstreamer0.10-gnomevfs.list /var/lib/dpkg/info/gstreamer0.10-gnomevfs.md5sums /var/lib/dpkg/info/gstreamer0.10-plugins-base-apps.list /var/lib/dpkg/info/gstreamer0.10-plugins-base-apps.md5sums /var/lib/dpkg/info/gstreamer0.10-plugins-base.list /var/lib/dpkg/info/gstreamer0.10-plugins-base.md5sums /var/lib/dpkg/info/gstreamer0.10-plugins-good.list /var/lib/dpkg/info/gstreamer0.10-plugins-good.md5sums /var/lib/dpkg/info/gstreamer0.10-plugins-good.postinst /var/lib/dpkg/info/gstreamer0.10-plugins-good.postrm /var/lib/dpkg/info/gstreamer0.10-plugins-good.prerm /var/lib/dpkg/info/gstreamer0.10-tools.list /var/lib/dpkg/info/gstreamer0.10-tools.md5sums /var/lib/dpkg/info/gstreamer0.10-x.list /var/lib/dpkg/info/gstreamer0.10-x.md5sums /var/lib/dpkg/info/gstreamer0.10-plugins-ugly.md5sums /var/lib/dpkg/info/gstreamer0.10-plugins-ugly.list /var/lib/dpkg/info/libgstreamer-plugins-base0.10-0.list /var/lib/dpkg/info/libgstreamer-plugins-base0.10-0.md5sums /var/lib/dpkg/info/libgstreamer-plugins-base0.10-0.postinst /var/lib/dpkg/info/libgstreamer-plugins-base0.10-0.postrm /var/lib/dpkg/info/libgstreamer-plugins-base0.10-0.shlibs /var/lib/dpkg/info/libgstreamer0.10-0.list /var/lib/dpkg/info/libgstreamer0.10-0.md5sums /var/lib/dpkg/info/libgstreamer0.10-0.postinst /var/lib/dpkg/info/libgstreamer0.10-0.postrm : and goes on for two more screens. The command apt-get install gstreamer returns: E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? Again, thanks for your suggestions.
the output you posted from 'locate gstreamer | less' showed some promise that you have it installed, however, i should have put a grep pipe in that command. try this...
locate gstreamer | grep etc/gconf | less
and see if there are any gstreamer configuration files. if there are, then its installed.
also, apt-get wont work if you are not root. you need to either su to root or run it with the sudo command.
another thing you might want to check is to see if your sound card is even being detected.
lspci
that will display all hardware devices connected to the computer. see if there is anything that resembles your sound card.
Thank you for your assistance. Yet, no cigars. I ran the command you suggested. The get-install from the root returns the same. The lspci command shows that the sound card is detected. Here are the returns: ahro@ahro-laptop://$ cd /; ls bin dev initrd lib mnt root sys var boot etc initrd.img lost+found opt sbin tmp vmlinuz cdrom home initrd.img.old media proc srv usr vmlinuz.old ahro@ahro-laptop:/$ apt-get install gstreamer E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? ahro@ahro-laptop:/$ cd root ahro@ahro-laptop:/root$ lspci 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) 00:04.0 CardBus bridge: Texas Instruments PCI1220 (rev 02) 00:04.1 CardBus bridge: Texas Instruments PCI1220 (rev 02) 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02) 01:00.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph 256AV] (rev 12) 01:00.1 Multimedia audio controller: Neomagic Corporation NM2200 [MagicMedia 256AV Audio] (rev 12) ahro@ahro-laptop:/root$ Looking forward to more suggestions. Thank you.
I ran the apt-get command as follows:
ahro@ahro-laptop:~$ sudo apt-get install gstreamer
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gstreamer
ahro@ahro-laptop:~$
no, run the apt-get command from a root level account, not the root directory.
run this...
sudo apt-get install gstreamer
you will be prompted for the root password, type it in and hit enter.
also, when you make a post, make sure to have "Automatically convert carriage returns to HTML line breaks". that check box is right above the "Submit Post" button.
i find that hard to believe that it cant be found. its there :/
okay, try this.
System -> Administration -> Synaptic Package Manager
it will prompt you for a password, type it in and hit enter. then do a search for gstreamer in there. there should be a few that show up, just select the basic gstreamer package, the one without any of the extra stuff after the name. it might be something like gstreamer.10 or something like that. select it and hit apply. let it install and you should be good to go.
Thanks for your patience. Synaptic Package Manager
lists several 'flavors' of gstreamer0.10 pluggins,
all of which have a 'flavor' name appended to it.
There are no gstreamer0.10 only option.
Arbitrarily, I chose to re-apply gstreamer0.10-alsa.
To no avail. I still get the error message:
The volume control did not find any elements
and/or devices to control.
This means either that you don't have the right
GStreamer plugins installed,
or that you don't have a sound card configured.
From which directory, with which alsactl parameters
and which command should I use?
I checked the Alsa website:
the Neomagic sound card's code is snd-sn256.
Here is what I tried:
gstreamer is installed. so, if you are getting that error message, then there is a problem with loading the modules. now that you know the name of the sound card, that is going to help out greatly. try this...
lsmod | grep snd-nm256
and see if it shows up. if it doesnt, then try this...
lsmod | grep snd
also, you are going to want to check out dmesg to see if there are any errors when starting up.
dmesg | grep EE | less
that will display the contents of dmesg, only showing the errors that you got.
i just realized that i should have further explained what all the commands im telling you to run are doing.
remember, for future reference, anytime you see 'ls', that usually means to list something.
lspci - lists all devices connected to the computer.
lsmod - lists all running kernel modules.
dmesg - log file that records the startup process.
grep - used for pattern matching.
less - allows for scrolling output.
remember these. also, remember that you can mix and match all commands using the pipe "|" character. so, for this example, if the last command i told you to run doesnt return anything, then you can try something like...
dmesg | grep snd-nm256 | less
or any other variant to see if you get any returns.
sakuramboo
79 Posts
0
May 14th, 2007 22:00
locate gstreamer | less
and see if you have gstreamer installed.
if you dont, then run
apt-get install gstreamer
ahrojm
17 Posts
0
May 15th, 2007 22:00
sakuramboo
79 Posts
0
May 15th, 2007 23:00
locate gstreamer | grep etc/gconf | less
and see if there are any gstreamer configuration files. if there are, then its installed.
also, apt-get wont work if you are not root. you need to either su to root or run it with the sudo command.
another thing you might want to check is to see if your sound card is even being detected.
lspci
that will display all hardware devices connected to the computer. see if there is anything that resembles your sound card.
ahrojm
17 Posts
0
May 16th, 2007 17:00
ahrojm
17 Posts
0
May 16th, 2007 18:00
ahro@ahro-laptop:~$ sudo apt-get install gstreamer
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gstreamer
ahro@ahro-laptop:~$
sakuramboo
79 Posts
0
May 16th, 2007 18:00
run this...
sudo apt-get install gstreamer
you will be prompted for the root password, type it in and hit enter.
also, when you make a post, make sure to have "Automatically convert carriage returns to HTML line breaks". that check box is right above the "Submit Post" button.
sakuramboo
79 Posts
0
May 16th, 2007 19:00
okay, try this.
System -> Administration -> Synaptic Package Manager
it will prompt you for a password, type it in and hit enter. then do a search for gstreamer in there. there should be a few that show up, just select the basic gstreamer package, the one without any of the extra stuff after the name. it might be something like gstreamer.10 or something like that. select it and hit apply. let it install and you should be good to go.
ahrojm
17 Posts
0
May 16th, 2007 20:00
lists several 'flavors' of gstreamer0.10 pluggins,
all of which have a 'flavor' name appended to it.
There are no gstreamer0.10 only option.
Arbitrarily, I chose to re-apply gstreamer0.10-alsa.
To no avail. I still get the error message:
The volume control did not find any elements
and/or devices to control.
This means either that you don't have the right
GStreamer plugins installed,
or that you don't have a sound card configured.
Any more tricks in your bag?
Thank you very much.
sakuramboo
79 Posts
0
May 16th, 2007 21:00
ahrojm
17 Posts
0
May 17th, 2007 18:00
From which directory, with which alsactl parameters
and which command should I use?
I checked the Alsa website:
the Neomagic sound card's code is snd-sn256.
Here is what I tried:
ahro@ahro-laptop:~$ alsactl restore snd-nm256
alsactl: load_state:1340: Cannot find soundcard 'snd-nm256'...
ahro@ahro-laptop:~$ alsactl restore snd-card-nm256
alsactl: load_state:1340: Cannot find soundcard 'snd-card-nm256'...
ahro@ahro-laptop:~$ alsactl --file /etc/asound.names restore snd-nm256
alsactl: load_state:1340: Cannot find soundcard 'snd-nm256'...
ahro@ahro-laptop:~$ alsactl --file /var/lib/alsa/asound.state store snd-nm256
alsactl: save_state:1267: Cannot find soundcard 'snd-nm256'...
ahro@ahro-laptop:~$ modinfo soundcore
filename: /lib/modules/2.6.20-15-generic/kernel/sound/soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: 45750F13477CBA5B6F36F46
depends:
vermagic: 2.6.20-15-generic SMP mod_unload 586
Again, much obliged for your help.
ahrojm
17 Posts
0
May 17th, 2007 19:00
and extracted the few lines below.
Does this help? :
/home/ahro/.gconf/system/gstreamer
/home/ahro/.gconf/system/gstreamer/0.10
/home/ahro/.gconf/system/gstreamer/0.10/default
/home/ahro/.gconf/system/gstreamer/0.10/default/%gconf.xml
/home/ahro/.gconf/system/gstreamer/0.10/%gconf.xml
/home/ahro/.gconf/system/gstreamer/%gconf.xml
/home/ahro/.gstreamer-0.10
/home/ahro/.gstreamer-0.10/registry.i486.xml
Thank you.
ahrojm
17 Posts
0
May 17th, 2007 19:00
MagicMedia 256AV sound card is snd-nm256.
sakuramboo
79 Posts
0
May 17th, 2007 19:00
lsmod | grep snd-nm256
and see if it shows up. if it doesnt, then try this...
lsmod | grep snd
also, you are going to want to check out dmesg to see if there are any errors when starting up.
dmesg | grep EE | less
that will display the contents of dmesg, only showing the errors that you got.
i just realized that i should have further explained what all the commands im telling you to run are doing.
remember, for future reference, anytime you see 'ls', that usually means to list something.
lspci - lists all devices connected to the computer.
lsmod - lists all running kernel modules.
dmesg - log file that records the startup process.
grep - used for pattern matching.
less - allows for scrolling output.
remember these. also, remember that you can mix and match all commands using the pipe "|" character. so, for this example, if the last command i told you to run doesnt return anything, then you can try something like...
dmesg | grep snd-nm256 | less
or any other variant to see if you get any returns.
ahrojm
17 Posts
0
May 17th, 2007 20:00
ahro@ahro-laptop:~$ dmesg
[ 0.000000] Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007 (Ubuntu 2.6.20-15.27-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] sanitize start
[ 0.000000] sanitize end
[ 0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009f800 end: 000000000009f800 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 000000000009f800 size: 0000000000000800 end: 00000000000a0000 type: 2
[ 0.000000] copy_e820_map() start: 00000000000eb000 size: 0000000000015000 end: 0000000000100000 type: 2
[ 0.000000] copy_e820_map() start: 0000000000100000 size: 000000000fef0000 end: 000000000fff0000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 000000000fff0000 size: 000000000000fc00 end: 000000000ffffc00 type: 3
[ 0.000000] copy_e820_map() start: 000000000ffffc00 size: 0000000000000400 end: 0000000010000000 type: 4
[ 0.000000] copy_e820_map() start: 00000000fffeb000 size: 0000000000015000 end: 0000000100000000 type: 2
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000eb000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
[ 0.000000] BIOS-e820: 000000000fff0000 - 000000000ffffc00 (ACPI data)
[ 0.000000] BIOS-e820: 000000000ffffc00 - 0000000010000000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000fffeb000 - 0000000100000000 (reserved)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 255MB LOWMEM available.
[ 0.000000] Entering add_active_range(0, 0, 65520) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 65520
[ 0.000000] HighMem 65520 -> 65520
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 65520
[ 0.000000] On node 0 totalpages: 65520
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 479 pages used for memmap
[ 0.000000] Normal zone: 60945 pages, LIFO batch:15
[ 0.000000] HighMem zone: 0 pages used for memmap
[ 0.000000] DMI not present or invalid.
[ 0.000000] ACPI: RSDP (v000 Dell ) @ 0x000f6730
[ 0.000000] ACPI: RSDT (v001 Dell I 3500 0x07cf011a PTL 0x00000001) @ 0x0fffb8d5
[ 0.000000] ACPI: FADT (v001 Dell I 3500 0x07cf011a PTL 0x00000001) @ 0x0ffffb8c
[ 0.000000] ACPI: DSDT (v001 Dell I 3500 0x07cf011a MSFT 0x0100000a) @ 0x00000000
[ 0.000000] ACPI: Disabling ACPI support
[ 0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:effeb000)
[ 0.000000] Detected 363.976 MHz processor.
[ 29.145565] Built 1 zonelists. Total pages: 65009
[ 29.145582] Kernel command line: root=UUID=0c0968cc-2e27-47d6-b582-db5f2b4262a4 ro quiet splash
[ 29.146623] Local APIC disabled by BIOS -- you can enable it with "lapic"
[ 29.146657] mapped APIC to ffffd000 (01209000)
[ 29.146674] Enabling fast FPU save and restore... done.
[ 29.146712] Initializing CPU#0
[ 29.146854] PID hash table entries: 1024 (order: 10, 4096 bytes)
[ 29.148765] Console: colour VGA+ 80x25
[ 29.149533] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 29.150434] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 29.196478] Memory: 248896k/262080k available (1992k kernel code, 12692k reserved, 893k data, 328k init, 0k highmem)
[ 29.196539] virtual kernel memory layout:
[ 29.196546] fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)
[ 29.196554] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 29.196562] vmalloc : 0xd0800000 - 0xff7fe000 ( 751 MB)
[ 29.196570] lowmem : 0xc0000000 - 0xcfff0000 ( 255 MB)
[ 29.196578] .init : 0xc03d7000 - 0xc0429000 ( 328 kB)
[ 29.196586] .data : 0xc02f2264 - 0xc03d16d4 ( 893 kB)
[ 29.196594] .text : 0xc0100000 - 0xc02f2264 (1992 kB)
[ 29.196612] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 29.274846] Calibrating delay using timer specific routine.. 728.92 BogoMIPS (lpj=1457851)
[ 29.275063] Security Framework v1.0.0 initialized
[ 29.275100] SELinux: Disabled at boot.
[ 29.275191] Mount-cache hash table entries: 512
[ 29.275862] CPU: After generic identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[ 29.275921] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 29.275937] CPU: L2 cache: 128K
[ 29.275952] CPU: After all inits, caps: 0183f9ff 00000000 00000000 00000040 00000000 00000000 00000000
[ 29.276010] Compat vDSO mapped to ffffe000.
[ 29.276049] Remapping vsyscall page to ffffe000
[ 29.276097] Checking 'hlt' instruction... OK.
[ 29.290973] SMP alternatives: switching to UP code
[ 29.291758] Freeing SMP alternatives: 11k freed
[ 29.292728] Early unpacking initramfs... done
[ 31.025276] CPU0: Intel Celeron (Mendocino) stepping 0a
[ 31.025307] SMP motherboard not detected.
[ 31.025320] Local APIC not detected. Using dummy APIC emulation.
[ 31.025530] Brought up 1 CPUs
[ 31.026822] Booting paravirtualized kernel on bare hardware
[ 31.027194] Time: 6:56:39 Date: 04/17/107
[ 31.027351] NET: Registered protocol family 16
[ 31.027901] EISA bus registered
[ 31.028731] PCI: PCI BIOS revision 2.10 entry at 0xfd9f3, last bus=1
[ 31.028745] PCI: Using configuration type 1
[ 31.028756] Setting up standard PCI resources
[ 31.033611] ACPI: Interpreter disabled.
[ 31.033636] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 31.033682] pnp: PnP ACPI: disabled
[ 31.033696] PnPBIOS: Scanning system for PnP BIOS support...
[ 31.033804] PnPBIOS: Found PnP BIOS installation structure at 0xc00f6780
[ 31.033823] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xb31a, dseg 0x400
[ 31.088722] PnPBIOS: 18 nodes reported by PnP BIOS; 18 recorded by driver
[ 31.089016] PCI: Probing PCI hardware
[ 31.089035] PCI: Probing PCI hardware (bus 00)
[ 31.089836] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[ 31.089847] * this clock source is slow. Consider trying other clock sources
[ 31.089938] PCI quirk: region 8000-803f claimed by PIIX4 ACPI
[ 31.089954] PCI quirk: region 2180-218f claimed by PIIX4 SMB
[ 31.089972] PIIX4 devres B PIO at 0388-038f
[ 31.089987] PIIX4 devres E PIO at 0130-0137
[ 31.090003] PIIX4 devres I PIO at 0530-0537
[ 31.090383] Boot video device is 0000:01:00.0
[ 31.094361] PCI: Discovered primary peer bus ff [IRQ]
[ 31.094396] PCI: Using IRQ router PIIX/ICH [8086/7110] at 0000:00:07.0
[ 31.094434] PCI: setting IRQ 10 as level-triggered
[ 31.094449] PCI: Found IRQ 10 for device 0000:00:04.0
[ 31.094469] PCI: Sharing IRQ 10 with 0000:00:04.1
[ 31.097251] NET: Registered protocol family 8
[ 31.097265] NET: Registered protocol family 20
[ 31.097629] pnp: 00:00: ioport range 0x401-0x407 has been reserved
[ 31.097707] pnp: 00:0a: ioport range 0x4d0-0x4d1 has been reserved
[ 31.097724] pnp: 00:0a: ioport range 0x8000-0x803f has been reserved
[ 31.097741] pnp: 00:0a: ioport range 0x2180-0x218f has been reserved
[ 31.099963] PCI: Ignore bogus resource 6 [0:0] of 0000:01:00.0
[ 31.099983] PCI: Bridge: 0000:00:01.0
[ 31.099993] IO window: disabled.
[ 31.100010] MEM window: fe700000-fecfffff
[ 31.100027] PREFETCH window: fd000000-fe3fffff
[ 31.100044] PCI: Bus 2, cardbus bridge: 0000:00:04.0
[ 31.100058] IO window: 00001000-000010ff
[ 31.100072] IO window: 00001400-000014ff
[ 31.100088] PREFETCH window: 20000000-23ffffff
[ 31.100104] MEM window: 24000000-27ffffff
[ 31.100119] PCI: Bus 6, cardbus bridge: 0000:00:04.1
[ 31.100131] IO window: 00001800-000018ff
[ 31.100145] IO window: 00001c00-00001cff
[ 31.100161] PREFETCH window: 28000000-2bffffff
[ 31.100176] MEM window: 2c000000-2fffffff
[ 31.100235] PCI: Found IRQ 10 for device 0000:00:04.0
[ 31.100258] PCI: Sharing IRQ 10 with 0000:00:04.1
[ 31.100309] PCI: Found IRQ 10 for device 0000:00:04.1
[ 31.100327] PCI: Sharing IRQ 10 with 0000:00:04.0
[ 31.100465] NET: Registered protocol family 2
[ 31.135001] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 31.135413] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 31.135754] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 31.135947] TCP: Hash tables configured (established 8192 bind 4096)
[ 31.135962] TCP reno registered
[ 31.147305] checking if image is initramfs... it is
[ 34.411302] Freeing initrd memory: 6751k freed
[ 34.413265] audit: initializing netlink socket (disabled)
[ 34.413324] audit(1179385002.416:1): initialized
[ 34.414021] VFS: Disk quotas dquot_6.5.1
[ 34.414128] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 34.414453] io scheduler noop registered
[ 34.414472] io scheduler anticipatory registered
[ 34.414485] io scheduler deadline registered
[ 34.414546] io scheduler cfq registered (default)
[ 34.414581] Limiting direct PCI/PCI transfers.
[ 34.415621] isapnp: Scanning for PnP cards...
[ 34.769293] isapnp: No Plug & Play device found
[ 35.048418] Real Time Clock Driver v1.12ac
[ 35.048853] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 35.049259] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 35.054402] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 35.056280] mice: PS/2 mouse device common for all mice
[ 35.060306] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 35.061244] input: Macintosh mouse button emulation as /class/input/input0
[ 35.061499] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 35.061523] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 35.062518] PNP: PS/2 Controller [PNP0303,PNP0f13] at 0x60,0x64 irq 1,12
[ 35.075917] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 35.075948] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 35.076761] EISA: Probing bus 0 at eisa.0
[ 35.076796] Cannot allocate resource for EISA slot 1
[ 35.076847] Cannot allocate resource for EISA slot 8
[ 35.076859] EISA: Detected 0 cards.
[ 35.077277] TCP cubic registered
[ 35.077313] NET: Registered protocol family 1
[ 35.077417] Using IPI No-Shortcut mode
[ 35.077544] Magic number: 7:794:923
[ 35.078159] Time: tsc clocksource has been installed.
[ 35.080195] Freeing unused kernel memory: 328k freed
[ 35.101650] input: AT Translated Set 2 keyboard as /class/input/input1
[ 37.430696] Capability LSM initialized
[ 37.735132] thermal: Unknown symbol acpi_processor_set_thermal_limit
[ 40.861147] PIIX4: IDE controller at PCI slot 0000:00:07.1
[ 40.861202] PIIX4: chipset revision 1
[ 40.861214] PIIX4: not 100% native mode: will probe irqs later
[ 40.861243] ide0: BM-DMA at 0xfcd0-0xfcd7, BIOS settings: hda:DMA, hdb:pio
[ 40.861288] ide1: BM-DMA at 0xfcd8-0xfcdf, BIOS settings: hdc:pio, hdd:pio
[ 40.861326] Probing IDE interface ide0...
[ 41.096417] usbcore: registered new interface driver usbfs
[ 41.096536] usbcore: registered new interface driver hub
[ 41.096732] usbcore: registered new device driver usb
[ 41.105301] USB Universal Host Controller Interface driver v3.0
[ 41.213640] hda: FUJITSU MHH2048AT, ATA DISK drive
[ 41.889724] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 41.889963] Probing IDE interface ide1...
[ 42.147314] Floppy drive(s): fd0 is 1.44M
[ 42.165137] FDC 0 is a post-1991 82077
[ 42.625426] hdc: TOSHIBA CD-ROM XM-1902B, ATAPI CD/DVD-ROM drive
[ 43.010354] ide1 at 0x170-0x177,0x376 on irq 15
[ 43.018208] PCI: setting IRQ 11 as level-triggered
[ 43.018232] PCI: Found IRQ 11 for device 0000:00:07.2
[ 43.018310] uhci_hcd 0000:00:07.2: UHCI Host Controller
[ 43.019688] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[ 43.019774] uhci_hcd 0000:00:07.2: irq 11, io base 0x0000fce0
[ 43.023014] usb usb1: configuration #1 chosen from 1 choice
[ 43.024316] hub 1-0:1.0: USB hub found
[ 43.024389] hub 1-0:1.0: 2 ports detected
[ 43.077637] SCSI subsystem initialized
[ 43.143129] libata version 2.20 loaded.
[ 43.157089] hub 1-0:1.0: over-current change on port 2
[ 43.210462] hda: max request size: 128KiB
[ 43.338393] hda: 9514260 sectors (4871 MB) w/512KiB Cache, CHS=10068/15/63, UDMA(33)
[ 43.338430] hda: cache flushes not supported
[ 43.338589] hda: hda1 hda2 hda5 >
[ 43.426407] hdc: ATAPI 24X CD-ROM drive, 128kB Cache, DMA
[ 43.426450] Uniform CD-ROM driver Revision: 3.20
[ 44.047726] Attempting manual resume
[ 44.047745] swsusp: Resume From Partition 3:5
[ 44.047756] PM: Checking swsusp image.
[ 44.077023] PM: Resume from disk failed.
[ 44.227549] kjournald starting. Commit interval 5 seconds
[ 44.227610] EXT3-fs: mounted filesystem with ordered data mode.
[ 85.811083] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 85.823890] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 87.006984] Yenta: CardBus bridge found at 0000:00:04.0 [1028:008f]
[ 87.007027] Yenta: Enabling burst memory read transactions
[ 87.007043] Yenta: Using CSCINT to route CSC interrupts to PCI
[ 87.007055] Yenta: Routing CardBus interrupts to PCI
[ 87.007072] Yenta TI: socket 0000:00:04.0, mfunc 0x01021c22, devctl 0x66
[ 87.236597] Yenta: ISA IRQ mask 0x0290, PCI irq 10
[ 87.236615] Socket status: 30000006
[ 87.237285] Yenta: CardBus bridge found at 0000:00:04.1 [1028:008f]
[ 87.237327] Yenta: Using CSCINT to route CSC interrupts to PCI
[ 87.237339] Yenta: Routing CardBus interrupts to PCI
[ 87.237357] Yenta TI: socket 0000:00:04.1, mfunc 0x01021c22, devctl 0x66
[ 87.468573] Yenta: ISA IRQ mask 0x0290, PCI irq 10
[ 87.468592] Socket status: 30000010
[ 87.469264] piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
[ 88.103848] pccard: PCMCIA card inserted into slot 1
[ 88.466960] Linux agpgart interface v0.102 (c) Dave Jones
[ 88.878154] agpgart: Detected an Intel 440BX Chipset.
[ 88.887204] agpgart: AGP aperture is 64M @ 0xe0000000
[ 91.265246] input: PC Speaker as /class/input/input2
[ 92.065449] input: PS/2 Generic Mouse as /class/input/input3
[ 92.101423] parport: PnPBIOS parport detected.
[ 92.101518] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 93.754472] nm256: no ac97 is found!
[ 93.754493] force the driver to load by passing in the module parameter
[ 93.754505] force_ac97=1
[ 93.754514] or try sb16 or cs423x drivers instead.
[ 93.884870] cs: IO port probe 0x100-0x3af: excluding 0x130-0x137 0x220-0x22f 0x300-0x307 0x388-0x38f
[ 93.886099] cs: IO port probe 0x3e0-0x4ff: clean.
[ 93.886691] cs: IO port probe 0x820-0x8ff: clean.
[ 93.887407] cs: IO port probe 0xc00-0xcf7: clean.
[ 93.888404] cs: IO port probe 0xa00-0xaff: clean.
[ 93.891562] cs: IO port probe 0x100-0x3af: excluding 0x130-0x137 0x220-0x22f 0x300-0x307 0x388-0x38f
[ 93.892798] cs: IO port probe 0x3e0-0x4ff: clean.
[ 93.893381] cs: IO port probe 0x820-0x8ff: clean.
[ 93.893905] cs: IO port probe 0xc00-0xcf7: clean.
[ 93.894911] cs: IO port probe 0xa00-0xaff: clean.
[ 93.895590] cs: memory probe 0xa0000000-0xa0ffffff:4>PnP manual resources are invalid, using auto config
[ 93.959538] opl3sa2: can't grab port 0x0
[ 94.011854] pnp: Device 00:12 disabled.
[ 94.012032] snd-opl3sa2-pnpbios: probe of 00:12 failed with error -16
[ 94.012283] Yamaha OPL3-SA soundcard not found or device busy
[ 94.166120] clean.
[ 94.166436] pcmcia: registering new device pcmcia1.0
[ 94.894771] eth0: NE2000 Compatible: io 0x320, irq 4, hw_addr 00:40:F4:2A:5A:53
[ 95.510343] lp0: using parport0 (interrupt-driven).
[ 95.674807] Adding 232900k swap on /dev/disk/by-uuid/71cd6651-356e-4657-8cd7-1d9ceccff1a5. Priority:-1 extents:1 across:232900k
[ 95.860790] EXT3 FS on hda1, internal journal
[ 96.599820] NET: Registered protocol family 17
[ 107.766775] acpi_cpufreq: Unknown symbol acpi_processor_notify_smm
[ 107.767444] acpi_cpufreq: Unknown symbol acpi_processor_unregister_performance
[ 107.768854] acpi_cpufreq: Unknown symbol acpi_processor_preregister_performance
[ 107.769686] acpi_cpufreq: Unknown symbol acpi_processor_register_performance
[ 116.930296] IRQ handler type mismatch for IRQ 4
[ 116.930330] current handler: pcnet_cs
[ 116.930379] [] setup_irq+0x12e/0x1e0
[ 116.930441] [] serial8250_interrupt+0x0/0x100
[ 116.930486] [] request_irq+0xa3/0xc0
[ 116.930520] [] serial8250_startup+0x488/0x4b0
[ 116.930558] [] uart_startup+0x49/0x150
[ 116.930592] [] uart_open+0xce/0x440
[ 116.930624] [] check_tty_count+0x14/0xb0
[ 116.930654] [] cdev_get+0x33/0x50
[ 116.930693] [] tty_open+0x147/0x2f0
[ 116.930725] [] tty_open+0x0/0x2f0
[ 116.930751] [] chrdev_open+0xa8/0x170
[ 116.930784] [] chrdev_open+0x0/0x170
[ 116.930802] [] __dentry_open+0xba/0x1c0
[ 116.930856] [] nameidata_to_filp+0x35/0x40
[ 116.930885] [] do_filp_open+0x50/0x60
[ 116.930968] [] do_sys_open+0x4e/0xf0
[ 116.931007] [] sys_open+0x1c/0x20
[ 116.931029] [] sysenter_past_esp+0x69/0xa9
[ 116.931077] [] xfrm_state_find+0x4e3/0x570
[ 116.931125] =======================
[ 125.156872] ppdev: user-space parallel port driver
[ 130.532304] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[ 224.855815] NET: Registered protocol family 10
[ 224.856266] lo: Disabled Privacy Extensions
[ 235.458152] eth0: no IPv6 routers present
[ 493.087201] eth0: no IPv6 routers present
[ 4943.589211] eth0: no IPv6 routers present
[ 7628.335086] eth0: no IPv6 routers present
ahro@ahro-laptop:~$
ahrojm
17 Posts
0
May 17th, 2007 20:00
snd_nm256 (with an underscore instead of a dash).
I ran lsmod snd_nm256, which returned
snd_nm256 70688 0
snd_ac97_codec 98336 1 snd_nm256
snd_pcm 79876 4 snd_cs4231_lib,snd_nm256,snd_ac97_codec,snd_pcm_oss
snd 54020 14 snd_opl3_lib,snd_hwdep,snd_cs4231_lib,snd_nm256,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_pcm,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
The dmesg command does not return anything.
Now what should I do?
Thank you