Problems configuring Nvidia audio drivers in Ubuntu

Associate
Joined
28 Oct 2002
Posts
1,510
Hi

BACKGROUND
This is a dual boot system (Ubuntu;Dapper/WinXP) with an Asus A8n-e mobo with onboard sound and also a creative X-Fi. I had some help with this here:
http://forums.overclockers.co.uk/showthread.php?t=17570411
The onboard sound is enabled in Bios and in WinXP it is disabled so i can use my X-F. In Linux i want to use the onboard sound as there are no drivers for the X-Fi.

Sound on Linux had been working fine onan old Soundblaster card before i upgraded to the X-Fi - this was without any changes to any files by me.

However after enabling onboard sound in BIOS i wasn't getting any sound in Linux. I tried installing an AC97 codec but this failed to install - but i think maybe the codec was installed anyway. Then Greeny132 suggested i installed the Nvidia drivers - which is what i have done (well i think so - i just did sh <drivername> or do i need do more?). It said they were installed correctly - BUT still no sound :(

the readme did however talk about editing the configuration - whih i haven't done and what i am having problems with. The instructions say:

-----------------------------------------------------------------------
Module Configuration File Location

Module configuration files are different for 2.4 and 2.6 series kernels. The various Linux distributions also differ in how they handle module configuration.

* For distributions based on a 2.4 series kernel, the module configuration file is typically called /etc/modules.conf.

* For distributions based on a 2.6 series kernel, the module configuration file is typically called /etc/modprobe.conf. Some distributions use a subdirectory, /etc/modprobe.d/ , to hold individual configuration files for sound modules, etc.

Other distributions
If the distribution you are using provides a configuration mechanism for audio drivers, use it to select the nvsound driver module for use with the nForce audio device. Otherwise, manually edit the module configuration file.

If your configuration file already contains an entry for the i810_audio or snd-intel8x0 drivers (open-source audio drivers that supports the nForce audio controller), that entry needs to be commented out with a # or removed:

# alias sound-slot-0 i810_audio

Add the following lines to the configuration file:

alias sound-slot-0 nvsound
alias snd-intel8x0 off
alias i810_audio off

On some distributions, you may need to replace sound-slot-0 with snd-card-0.

If you wish to have nvmixer audio settings automatically restored each time the nvsound driver loads, add the following lines to the configuration file for 2.4 kernels:

post-install nvsound sleep 1; /usr/bin/nvmix-reg -f /etc/nvmixrc -L >/dev/null 2>&1 ||:
pre-remove nvsound /usr/bin/nvmix-reg -f /etc/nvmixrc -S >/dev/null 2>&1 ||:

For 2.6 kernels:

install nvsound /sbin/modprobe --ignore-install nvsound ; sleep 1; /usr/bin/nvmix-reg -f /etc/nvmixrc -L >/dev/null 2>&1 || :
remove nvsound { /usr/bin/nvmix-reg -f /etc/nvmixrc -S >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove nvsound

For both 2.4 and 2.6 kernels, you should add the following code to /etc/rc.d/init.d/halt, or /etc/init.d/halt.local on SuSE distributions. On Mandriva distributions, add the code at the end of function stop_mixer() in /etc/rc.d/init.d/sound.

if grep -q "\(nvsound\)" /proc/modules && [ -x /usr/bin/nvmix-reg ]; then
/usr/bin/nvmix-reg -f /etc/nvmixrc -S >/dev/null 2>&1
fi

(In /etc/rc.d/init.d/halt, this code is best located next to any existing code that saves ALSA mixer settings.)

For Red Hat Enterprise Linux 4, Fedora Core 3 and later, add the following line in /etc/rc.local:

/usr/bin/nvmix-reg -f /etc/nvmixrc -L >/dev/null 2>&1


Loading The Drivers

The installer may or may not leave the new modules loaded after the installation, depending on the existing configuration. You can force the module to be loaded using insmod or modprobe :

insmod <modulename>

or

modprobe <modulename>

On subsequent reboots, the modules should load automatically.
--------------------------------------------------------------------------

Problems:
1) I don't seem to have a modprobe.conf file (though i do have the /etc/modprobe.d directory).

2) It says i may need to 'load' the drivers. a) Do i use insmod or modprobe? and b) what is the <modulename> - presumably modprobe.conf but if so i don't have this file.

3) The instructions talk about editing the config file to input "# alias sound-slot-0 i810_audio". Which file do they mean? The modprobe.conf file that i can't find or one of the original sound config files?

4) There are probably lots of other questions but i need to take it a step at a time :(


Sorry guys but i am getting very confused here and really need some help.

Many thanks

Diss
 
I am now pretty sure the drivers are installed - but i have no detected soundcard so i think the main question is how do i get Ubuntu to detect an onboard sound card (Realtek ALC850 - or CK804 AC'97 Audio Controller as it says in Device Manager)

thanks

Diss
 
a bit more info:

the full Nvidia install instructions are here:
http://download.nvidia.com/XFree86/nforce/1.0-0310/ReleaseNotes.html

if i run nvmixer from a console i get the nv gui that shows me all the drivers are installed BUT i do get this error message "Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed" - presumably because there is no sound card

how does Linux work regarding detection? Is it the case that it will only detect stuff if the appropriate config file is correct rather than doing any auto detect?

i might have a chance of sorting this if i could find the .conf files referred to but they don't seem to be in Ubuntu - i have searched but no luck

it seems i just need to edit a file to get the onboard sound to show upas an option in the default soundcard dropdown - but am really stuck

sorry this is so long and complex :(

Diss
 
Diss said:
a bit more info:

the full Nvidia install instructions are here:
http://download.nvidia.com/XFree86/nforce/1.0-0310/ReleaseNotes.html

if i run nvmixer from a console i get the nv gui that shows me all the drivers are installed BUT i do get this error message "Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed" - presumably because there is no sound card

Blimey, looks like you're getting yourself into a bit of a confusing mess here. That is a pretty odd error message for a hardware problem- its almost looks like an user authorisation/ authentication error, like you don't have rights to run it. Have you tried running it as root?

Diss said:
how does Linux work regarding detection? Is it the case that it will only detect stuff if the appropriate config file is correct rather than doing any auto detect?
Linux generally checks all the hardware during initial boot, works out what they are from PCI IDs and then loads the appropriate kernel modules into memory for the hardware it detects.

Diss said:
i might have a chance of sorting this if i could find the .conf files referred to but they don't seem to be in Ubuntu - i have searched but no luck
Did a bit of a google for modprobe and ubuntu and found this link:
http://www.ubuntuforums.org/archive/index.php/t-1994.html
Unfortunately Im not an ubuntu user myself but from the gist of it, you either create a new file with "option nvsound" in the body of it to use the Nvidia sound module, and then look for the corresponding option in these files for your onboard sound "i810_audio" or "ac97" and comment that line out.
However Im surprised at you having to do all this and install the Nvidia driver manually anyway, as the standard kernel driver works fine on my motherboard (A8N-SLI deluxe), and worked fine on my previous motherboard too (A7N-8XE deluxe).

If you could give us the output of "lsmod" that would at least tell us whether the nvidia module is loaded.

Diss said:
it seems i just need to edit a file to get the onboard sound to show upas an option in the default soundcard dropdown - but am really stuck

sorry this is so long and complex :(

Diss
 
M0KUJ1N said:
Blimey, looks like you're getting yourself into a bit of a confusing mess here.
Damn right :) I am quite new to Linux and only have a very basic understanding of how it works. Thanks for coming to the rescue :D

M0KUJ1N said:
That is a pretty odd error message for a hardware problem- its almost looks like an user authorisation/ authentication error, like you don't have rights to run it. Have you tried running it as root?
I am think i ran it as root but can't be sure. I tried re-installing but it won't do it as drivers already loaded into the Kernal. I could try it if you can tell me how to unload the drivers form the Kernal.

M0KUJ1N said:
Did a bit of a google for modprobe and ubuntu and found this link:
http://www.ubuntuforums.org/archive/index.php/t-1994.html
Unfortunately Im not an ubuntu user myself but from the gist of it, you either create a new file with "option nvsound" in the body of it to use the Nvidia sound module, and then look for the corresponding option in these files for your onboard sound "i810_audio" or "ac97" and comment that line out.
However Im surprised at you having to do all this and install the Nvidia driver manually anyway, as the standard kernel driver works fine on my motherboard (A8N-SLI deluxe), and worked fine on my previous motherboard too (A7N-8XE deluxe).
Haven't looked into this bit properly yet. As i mentioned in my original post i can't find the files etc they are talking about - will re-visit this later. I really didn't follow most of it and would need pretty specific instructions here

M0KUJ1N said:
If you could give us the output of "lsmod" that would at least tell us whether the nvidia module is loaded.
Here it is:
Module Size Used by
binfmt_misc 12296 1
rfcomm 40216 0
l2cap 26244 5 rfcomm
bluetooth 49892 4 rfcomm,l2cap
cpufreq_powersave 1920 0
cpufreq_stats 5636 0
cpufreq_userspace 4696 0
cpufreq_ondemand 6428 0
cpufreq_conservative 7332 0
freq_table 4740 1 cpufreq_stats
tc1100_wmi 6916 0
video 16260 0
acpi_sbs 19980 0
battery 9988 1 acpi_sbs
i2c_acpi_ec 5120 1 acpi_sbs
container 4608 0
button 6672 0
pcc_acpi 12416 0
sony_acpi 5516 0
ac 5252 1 acpi_sbs
dev_acpi 11140 0
hotkey 11556 0
nls_cp437 5888 1
vfat 13440 1
fat 53020 1 vfat
nls_utf8 2176 4
ntfs 103536 2
ext2 68360 1
md_mod 72532 0
dm_mod 58936 1
lp 11844 0
ipv6 265600 6
nvidia 4545076 12
agpgart 34888 1 nvidia
parport_pc 35780 1
parport 36296 2 lp,parport_pc
analog 12320 0
gameport 15496 1 analog
bt878 10552 0
tuner 42276 0
tvaudio 23836 0
rtc 13492 0
usblp 13056 0
floppy 62148 0
pcspkr 2180 0
shpchp 45632 0
bttv 164304 1 bt878
video_buf 22148 1 bttv
i2c_algo_bit 9608 1 bttv
v4l2_common 6016 1 bttv
btcx_risc 5128 1 bttv
nvsound 1542072 1
pci_hotplug 29236 1 shpchp
af_packet 22920 2
tveeprom 15248 1 bttv
psmouse 36228 0
serio_raw 7300 0
videodev 9856 1 bttv
soundcore 10208 2 nvsound
i2c_nforce2 6912 0
i2c_core 21904 8 i2c_acpi_ec,nvidia,tuner,tvaudio,bttv,i2c_algo_bit,tveeprom,i2c_nforce2
tsdev 8000 0
evdev 9856 1
sg 37920 0
usbhid 38368 0
reiserfs 268016 1
ide_generic 1536 0
forcedeth 23556 0
ehci_hcd 32008 0
ohci_hcd 21892 0
usbcore 129668 5 usblp,usbhid,ehci_hcd,ohci_hcd
ide_cd 33028 0
cdrom 38560 1 ide_cd
ide_disk 17664 2
sd_mod 19984 7
sata_nv 9476 10
libata 75660 1 sata_nv
scsi_mod 139240 3 sg,sd_mod,libata
generic 5124 0
amd74xx 15132 0 [permanent]
thermal 13576 0
processor 23360 1 thermal
fan 4868 0
capability 5000 0
commoncap 7296 1 capability
vga16fb 13448 1
vgastate 10368 1 vga16fb
fbcon 42784 72
tileblit 2816 1 fbcon
font 8320 1 fbcon
bitblit 6272 1 fbcon
softcursor 2304 1 bitblit

Info
I booted my Knoppix Live CD and couldn't play any MP3 - though not sure if i should have been able to anyway.

Thanks for the help - very interested in what the lsmod tells you.
Also - if you can tell me how to unload the sound driver i can try a re-install

cheers

Diss
 
does this mean anything from first part of dmesg? i have highlighted some but i am sure there other interesting ones i have missed

[4294667.296000] Using pmtmr for high-res timesource
[4294667.296000] Console: colour VGA+ 80x25
[4294667.703000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes )
[4294667.704000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[4294667.760000] Memory: 2068904k/2097088k available (1974k kernel code, 26928k reserved, 604k data, 288k init, 1179584k highmem)
[4294667.760000] Checking if this processor honours the WP bit even in superviso r mode... Ok.
[4294667.820000] Calibrating delay using timer specific routine.. 4600.27 BogoMI PS (lpj=2300137)
[4294667.820000] Security Framework v1.0.0 initialized
[4294667.820000] SELinux: Disabled at boot.
[4294667.820000] Mount-cache hash table entries: 512
[4294667.820000] CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 0 0000000 00000001 00000000 00000001
[4294667.820000] CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00 000000 00000001 00000000 00000001
[4294667.820000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/lin e)
[4294667.820000] CPU: L2 Cache: 512K (64 bytes/line)
[4294667.820000] CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000010 00000001 00000000 00000001
[4294667.820000] mtrr: v2.0 (20020519)
[4294667.820000] CPU: AMD Athlon(tm) 64 Processor 3000+ stepping 00
[4294667.820000] Enabling fast FPU save and restore... done.
[4294667.820000] Enabling unmasked SIMD FPU exception support... done.
[4294667.820000] Checking 'hlt' instruction... OK.
[4294667.824000] checking if image is initramfs... it is
[4294668.233000] Freeing initrd memory: 6402k freed
[4294668.239000] ACPI: Looking for DSDT ... not found!
[4294668.242000] ENABLING IO-APIC IRQs
[4294668.243000] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[4294668.355000] NET: Registered protocol family 16
[4294668.355000] EISA bus registered
[4294668.355000] ACPI: bus type pci registered
[4294668.357000] PCI: PCI BIOS revision 3.00 entry at 0xf2000, last bus=5
[4294668.357000] PCI: Using MMCONFIG
[4294668.357000] ACPI: Subsystem revision 20051216
[4294668.363000] ACPI: Interpreter enabled
[4294668.363000] ACPI: Using IOAPIC for interrupt routing
[4294668.364000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[4294668.364000] PCI: Probing PCI hardware (bus 00)
[4294668.367000] PCI: Transparent bridge - 0000:00:09.0
[4294668.368000] Boot video device is 0000:01:00.0
[4294668.368000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[4294668.434000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[4294668.436000] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15 )
[4294668.436000] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.436000] ACPI: PCI Interrupt Link [LNK3] (IRQs *3 4 5 7 9 10 11 12 14 15 )
[4294668.436000] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.437000] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.437000] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.437000] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.437000] ACPI: PCI Interrupt Link [LMAC] (IRQs *3 4 5 7 9 10 11 12 14 15 )
[4294668.438000] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 *11 12 14 15 )
[4294668.438000] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.438000] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.438000] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.439000] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.439000] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15 )
[4294668.439000] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 *5 7 9 10 11 12 14 15 )
[4294668.440000] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[4294668.440000] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[4294668.440000] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[4294668.440000] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[4294668.441000] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[4294668.441000] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[4294668.441000] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled .
[4294668.442000] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled .
[4294668.442000] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled .
[4294668.442000] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled .
[4294668.442000] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled .
[4294668.443000] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled .
[4294668.443000] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled .
[4294668.443000] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled .
[4294668.444000] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled .
[4294668.444000] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled .
[4294668.444000] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled .
[4294668.447000] Linux Plug and Play Support v0.97 (c) Adam Belay
[4294668.447000] pnp: PnP ACPI init
[4294668.452000] pnp: PnP ACPI: found 15 devices
[4294668.452000] PnPBIOS: Disabled by ACPI PNP
[4294668.452000] PCI: Using ACPI for IRQ routing
[4294668.452000] PCI: If a device doesn't work, try "pci=routeirq". If it helps , post a report
[4294668.512000] pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
[4294668.512000] pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
[4294668.512000] pnp: 00:00: ioport range 0x4400-0x447f has been reserved
[4294668.512000] pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
[4294668.512000] pnp: 00:00: ioport range 0x4800-0x487f has been reserved
[4294668.512000] pnp: 00:00: ioport range 0x4880-0x48ff has been reserved
[4294668.512000] PCI: Bridge: 0000:00:09.0
[4294668.512000] IO window: a000-afff
[4294668.512000] MEM window: c0000000-c7ffffff
[4294668.512000] PREFETCH window: cb000000-cb0fffff
[4294668.512000] PCI: Bridge: 0000:00:0b.0
[4294668.512000] IO window: disabled.
[4294668.512000] MEM window: disabled.
[4294668.512000] PREFETCH window: disabled.
[4294668.512000] PCI: Bridge: 0000:00:0c.0
[4294668.512000] IO window: disabled.
[4294668.512000] MEM window: disabled.
[4294668.512000] PREFETCH window: disabled.
[4294668.512000] PCI: Bridge: 0000:00:0d.0
[4294668.512000] IO window: disabled.
[4294668.512000] MEM window: disabled.
[4294668.512000] PREFETCH window: disabled.
[4294668.512000] PCI: Bridge: 0000:00:0e.0
[4294668.512000] IO window: 9000-9fff
[4294668.512000] MEM window: c8000000-caffffff
[4294668.512000] PREFETCH window: b0000000-bfffffff
[4294668.512000] PCI: Setting latency timer of device 0000:00:09.0 to 64
[4294668.512000] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[4294668.512000] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[4294668.512000] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[4294668.512000] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[4294668.512000] audit: initializing netlink socket (disabled)
[4294668.512000] audit(1147003345.511:1): initialized
[4294668.512000] highmem bounce pool size: 64 pages
[4294668.512000] VFS: Disk quotas dquot_6.5.1
[4294668.513000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[4294668.513000] Initializing Cryptographic API
[4294668.513000] io scheduler noop registered
[4294668.513000] io scheduler anticipatory registered
[4294668.513000] io scheduler deadline registered
[4294668.513000] io scheduler cfq registered
[4294668.513000] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[4294668.513000] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendo r BIOS
[4294668.513000] assign_interrupt_mode Found MSI capability
[4294668.513000] Allocate Port Service[pcie00]
[4294668.513000] Allocate Port Service[pcie03]
[4294668.513000] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[4294668.513000] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendo r BIOS
[4294668.513000] assign_interrupt_mode Found MSI capability
[4294668.513000] Allocate Port Service[pcie00]
[4294668.513000] Allocate Port Service[pcie03]
[4294668.513000] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[4294668.513000] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendo r BIOS
[4294668.513000] assign_interrupt_mode Found MSI capability
[4294668.513000] Allocate Port Service[pcie00]
[4294668.513000] Allocate Port Service[pcie03]
[4294668.513000] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[4294668.513000] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendo r BIOS
[4294668.513000] assign_interrupt_mode Found MSI capability
[4294668.513000] Allocate Port Service[pcie00]
[4294668.513000] Allocate Port Service[pcie03]
[4294668.513000] isapnp: Scanning for PnP cards...
[4294668.869000] isapnp: No Plug & Play device found
[4294668.878000] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[4294668.878000] PNP: PS/2 controller doesn't have AUX irq; using default 12
[4294669.410000] serio: i8042 AUX port at 0x60,0x64 irq 12
[4294669.411000] serio: i8042 KBD port at 0x60,0x64 irq 1

[4294669.411000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ shari ng enabled
[4294669.411000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294669.412000] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294669.413000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 bl ocksize
[4294669.413000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[4294669.413000] ide: Assuming 33MHz system bus speed for PIO modes; override wi th idebus=xx

rest of file to follow
 
Last edited:
i have highlighted some but i am sure there other interesting ones i have missed

[4294669.413000] mice: PS/2 mouse device common for all mice
[4294669.415000] EISA: Probing bus 0 at eisa.0
[4294669.415000] Cannot allocate resource for EISA slot 4
[4294669.415000] EISA: Detected 0 cards.

[4294669.415000] NET: Registered protocol family 2
[4294669.442000] input: AT Translated Set 2 keyboard as /class/input/input0
[4294669.448000] IP route cache hash table entries: 131072 (order: 7, 524288 byt es)
[4294669.448000] TCP established hash table entries: 524288 (order: 9, 2097152 b ytes)
[4294669.449000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[4294669.449000] TCP: Hash tables configured (established 524288 bind 65536)
[4294669.449000] TCP reno registered
[4294669.449000] TCP bic registered
[4294669.449000] NET: Registered protocol family 1
[4294669.449000] NET: Registered protocol family 8
[4294669.449000] NET: Registered protocol family 20
[4294669.449000] Using IPI Shortcut mode
[4294669.450000] ACPI wakeup devices:
[4294669.450000] HUB0 XVR0 XVR1 XVR2 XVR3 USB0 USB2 MMAC MMCI UAR1
[4294669.450000] ACPI: (supports S0 S1 S3 S4 S5)
[4294669.450000] Freeing unused kernel memory: 288k freed
[4294669.500000] vga16fb: initializing
[4294669.500000] vga16fb: mapped to 0xc00a0000
[4294669.633000] Console: switching to colour frame buffer device 80x25
[4294669.633000] fb0: VGA16 VGA frame buffer device
[4294670.789000] Capability LSM initialized
[4294670.814000] ACPI: Fan [FAN] (on)
[4294670.817000] ACPI: Thermal Zone [THRM] (40 C)
[4294671.223000] NFORCE-CK804: IDE controller at PCI slot 0000:00:06.0
[4294671.223000] NFORCE-CK804: chipset revision 242
[4294671.223000] NFORCE-CK804: not 100% native mode: will probe irqs later
[4294671.223000] NFORCE-CK804: 0000:00:06.0 (rev f2) UDMA133 controller

[4294671.223000] ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb: DMA
[4294671.223000] ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd: DMA
[4294671.223000] Probing IDE interface ide0...
[4294671.487000] hda: IC35L040AVVA07-0, ATA DISK drive
[4294672.099000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4294672.105000] Probing IDE interface ide1...
[4294672.777000] hdc: ASUS DVD-E616P2, ATAPI CD/DVD-ROM drive
[4294673.491000] hdd: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
[4294673.543000] ide1 at 0x170-0x177,0x376 on irq 15
[4294673.550000] SCSI subsystem initialized
[4294673.551000] libata version 1.20 loaded.
[4294673.552000] sata_nv 0000:00:07.0: version 0.8
[4294673.552000] **** SET: Misaligned resource pointer: df8eb702 Type 07 Len 0
[4294673.552000] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[4294673.552000] ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APSI] -> GSI 23 (l evel, low) -> IRQ 217
[4294673.552000] PCI: Setting latency timer of device 0000:00:07.0 to 64
[4294673.552000] ata1: SATA max UDMA/133 cmd 0x9F0 ctl 0xBF2 bmdma 0xD800 irq 21 7
[4294673.553000] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xB72 bmdma 0xD808 irq 21 7
[4294673.908000] ata1: dev 0 cfg 00:427a 49:2f00 82:706b 83:7e01 84:4023 85:7068 86:3c01 87:4023 88:407f 93:0000
[4294673.908000] ata1: dev 0 ATA-7, max UDMA/133, 488397168 sectors: LBA48
[4294673.911000] sata_get_dev_handle: SATA dev addr=0x70000, handle=0xdffeafa0
[4294673.917000] nv_sata: Primary device added
[4294673.917000] nv_sata: Primary device removed
[4294673.917000] nv_sata: Secondary device added
[4294673.917000] nv_sata: Secondary device removed
[4294673.917000] ata1: dev 0 configured for UDMA/133
[4294673.920000] sata_get_dev_handle: SATA dev addr=0x70000, handle=0xdffeafa0
[4294673.926000] scsi0 : sata_nv
[4294674.127000] ata2: no device found (phy stat 00000000)
[4294674.127000] scsi1 : sata_nv
[4294674.127000] Vendor: ATA Model: WDC WD2500KS-00M Rev: 02.0
[4294674.127000] Type: Direct-Access ANSI SCSI revision : 05
[4294674.127000] **** SET: Misaligned resource pointer: df8eb502 Type 07 Len 0
[4294674.128000] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
[4294674.128000] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 22 (l evel, low) -> IRQ 225
[4294674.128000] PCI: Setting latency timer of device 0000:00:08.0 to 64
[4294674.128000] ata3: SATA max UDMA/133 cmd 0x9E0 ctl 0xBE2 bmdma 0xC400 irq 22 5
[4294674.128000] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xB62 bmdma 0xC408 irq 22 5
[4294674.132000] Driver 'sd' needs updating - please use bus_type methods
[4294674.132000] SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
[4294674.132000] SCSI device sda: drive cache: write back
[4294674.133000] SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
[4294674.134000] SCSI device sda: drive cache: write back
[4294674.134000] sda: sda1 < sda5 >
[4294674.160000] sd 0:0:0:0: Attached scsi disk sda
[4294674.483000] ata3: dev 0 cfg 00:427a 49:2f00 82:746b 83:7f01 84:4023 85:7468 86:3c01 87:4023 88:407f 93:0000
[4294674.483000] ata3: dev 0 ATA-7, max UDMA/133, 390721968 sectors: LBA48
[4294674.486000] sata_get_dev_handle: SATA dev addr=0x80000, handle=0xdffead40
[4294674.492000] nv_sata: Primary device added
[4294674.492000] nv_sata: Primary device removed
[4294674.492000] nv_sata: Secondary device added
[4294674.492000] nv_sata: Secondary device removed
[4294674.492000] ata3: dev 0 configured for UDMA/133
[4294674.495000] sata_get_dev_handle: SATA dev addr=0x80000, handle=0xdffead40
[4294674.501000] scsi2 : sata_nv
[4294674.702000] ata4: no device found (phy stat 00000000)
[4294674.702000] scsi3 : sata_nv
[4294674.702000] Vendor: ATA Model: WDC WD2000JS-22M Rev: 02.0
[4294674.702000] Type: Direct-Access ANSI SCSI revision : 05
[4294674.702000] SCSI device sdb: 390721968 512-byte hdwr sectors (200050 MB)
[4294674.702000] SCSI device sdb: drive cache: write back
[4294674.702000] SCSI device sdb: 390721968 512-byte hdwr sectors (200050 MB)
[4294674.702000] SCSI device sdb: drive cache: write back
[4294674.702000] sdb:<4>nv_sata: Primary device added
[4294674.716000] nv_sata: Primary device removed
[4294674.716000] nv_sata: Secondary device added
[4294674.716000] nv_sata: Secondary device removed
[4294674.716000] sdb1 sdb2 sdb3 sdb4
[4294674.735000] nv_sata: Primary device added
[4294674.735000] nv_sata: Primary device removed
[4294674.735000] nv_sata: Secondary device added
[4294674.735000] nv_sata: Secondary device removed
[4294674.735000] sd 2:0:0:0: Attached scsi disk sdb
[4294674.739000] hda: max request size: 128KiB
[4294674.761000] hda: 80418240 sectors (41174 MB) w/1863KiB Cache, CHS=65535/16/ 63, UDMA(100)
[4294674.768000] hda: cache flushes supported
[4294674.768000] hda: hda1
[4294674.780000] hdc: ATAPI 48X DVD-ROM drive, 512kB Cache
[4294674.780000] Uniform CD-ROM driver Revision: 3.20
[4294674.785000] hdd: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, U DMA(33)
[4294675.081000] usbcore: registered new driver usbfs
[4294675.082000] usbcore: registered new driver hub
[4294675.083000] ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) D river (PCI)
[4294675.083000] **** SET: Misaligned resource pointer: dfbd96c2 Type 07 Len 0
[4294675.084000] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
[4294675.084000] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (l evel, low) -> IRQ 233
[4294675.084000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[4294675.084000] ohci_hcd 0000:00:02.0: OHCI Host Controller
[4294675.097000] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus num ber 1
[4294675.097000] ohci_hcd 0000:00:02.0: irq 233, io mem 0xcb104000
[4294675.151000] hub 1-0:1.0: USB hub found
[4294675.151000] hub 1-0:1.0: 10 ports detected
[4294675.171000] forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.48.
[4294675.252000] **** SET: Misaligned resource pointer: dfbd93c2 Type 07 Len 0
[4294675.252000] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[4294675.252000] ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCL] -> GSI 20 (l evel, low) -> IRQ 50
[4294675.252000] PCI: Setting latency timer of device 0000:00:02.1 to 64
[4294675.252000] ehci_hcd 0000:00:02.1: EHCI Host Controller
[4294675.252000] ehci_hcd 0000:00:02.1: debug port 1
[4294675.252000] PCI: cache line size of 64 is not supported by device 0000:00:0 2.1
[4294675.253000] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus num ber 2
[4294675.253000] ehci_hcd 0000:00:02.1: irq 50, io mem 0xfeb00000
[4294675.253000] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 De c 2004
[4294675.253000] hub 2-0:1.0: USB hub found
[4294675.253000] hub 2-0:1.0: 10 ports detected
[4294675.354000] **** SET: Misaligned resource pointer: dfbd90c2 Type 07 Len 0
[4294675.354000] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[4294675.354000] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APCH] -> GSI 23 (l evel, low) -> IRQ 217
[4294675.354000] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[4294675.796000] ohci_hcd 0000:00:02.0: wakeup
[4294675.867000] eth0: forcedeth.c: subsystem: 01043:8141 bound to 0000:00:0a.0
[4294675.938000] ReiserFS: sdb4: found reiserfs format "3.6" with standard journ al
[4294676.073000] usb 1-3: new low speed USB device using ohci_hcd and address 2
[4294676.439000] usb 1-4: new full speed USB device using ohci_hcd and address 3
[4294676.589000] usbcore: registered new driver hiddev
[4294676.601000] input: B16_b_02 USB-PS/2 Optical Mouse as /class/input/input1
[4294676.601000] input: USB HID v1.10 Mouse [B16_b_02 USB-PS/2 Optical Mouse] on usb-0000:00:02.0-3
[4294676.601000] usbcore: registered new driver usbhid
[4294676.601000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[4294682.719000] ReiserFS: sdb4: using ordered data mode
[4294682.735000] ReiserFS: sdb4: journal params: device sdb4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[4294682.735000] ReiserFS: sdb4: checking transaction log (sdb4)
[4294682.782000] ReiserFS: sdb4: Using r5 hash to sort names
[4294690.224000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[4294690.224000] sd 2:0:0:0: Attached scsi generic sg1 type 0
[4294690.303000] ts: Compaq touchscreen protocol output
[4294691.178000] i2c_adapter i2c-0: nForce2 SMBus adapter at 0x4c00
[4294691.178000] i2c_adapter i2c-1: nForce2 SMBus adapter at 0x4c40
[4294691.518000] Linux video capture interface: v1.00
[4294691.633000] NET: Registered protocol family 17
[4294691.645000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[4294691.772000] nvsound: module license 'NVIDIA' taints kernel.
[4294691.773000] Nvsound: Nvidia Audio Init Module, 11:33:43 May 6 2006 version 1.0-7
[4294691.773000] **** SET: Misaligned resource pointer: f792d5c2 Type 07 Len 0

[4294691.773000] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
[4294691.773000] ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (l evel, low) -> IRQ 225
[4294691.773000] PCI: Setting latency timer of device 0000:00:04.0 to 64
[4294691.773000] Nvsound: NVIDIA CK804 Audio aci 0xe000 and ac97 0xdc00, IRQ e1
[4294692.029000] bttv: driver version 0.9.16 loaded
[4294692.029000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[4294692.189000] input: PC Speaker as /class/input/input2
[4294692.244000] Floppy drive(s): fd0 is 1.44M
[4294692.321000] Nvsound: DEV MIXER 0 DEV AUDIO 3
[4294692.322000] FDC 0 is a post-1991 82077
[4294692.322000] bttv: Bt8xx card found (0).
[4294692.322000] **** SET: Misaligned resource pointer: f7a11602 Type 07 Len 0

[4294692.323000] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[4294692.323000] ACPI: PCI Interrupt 0000:05:07.0[A] -> Link [APC2] -> GSI 17 (l evel, low) -> IRQ 58
[4294692.323000] bttv0: Bt878 (rev 17) at 0000:05:07.0, irq: 58, latency: 32, mm io: 0xcb000000
[4294692.323000] bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb
[4294692.323000] bttv0: using: Hauppauge (bt878) [card=10,autodetected]
[4294692.323000] bttv0: gpio: en=00000000, out=00000000 in=00fffffb [init]
[4294692.325000] bttv0: Hauppauge/Voodoo msp34xx: reset line init [5]
[4294692.392000] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer de v 3 if 0 alt 0 proto 2 vid 0x04A9 pid 0x107F
[4294692.392000] usbcore: registered new driver usblp
[4294692.392000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driv er
[4294692.392000] Real Time Clock Driver v1.12
[4294692.418000] tveeprom 2-0050: Hauppauge model 38105, rev B435, serial# 39602 88
[4294692.418000] tveeprom 2-0050: tuner model is Temic 4066FY5 (idx 35, type 18)
[4294692.418000] tveeprom 2-0050: TV standards PAL(I) (eeprom 0x10)
[4294692.418000] tveeprom 2-0050: audio processor is None (idx 0)
[4294692.418000] tveeprom 2-0050: has no radio
[4294692.418000] bttv0: using tuner=18
[4294692.418000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[4294692.420000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[4294692.423000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[4294692.463000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[4294692.490000] tuner 2-0061: chip found @ 0xc2 (bt878 #0 [sw])
[4294692.490000] tuner 2-0061: type set to 18 (Temic PAL_I (4066 FY5))
[4294692.521000] bttv0: registered device video0
[4294692.521000] bttv0: registered device vbi0
[4294692.521000] bttv0: PLL: 28636363 => 35468950 .. ok
[4294692.545000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[4294692.580000] bt878: AUDIO driver version 0.0.0 loaded
[4294692.580000] bt878: Bt878 AUDIO function found (0).

[4294692.580000] ACPI: PCI Interrupt 0000:05:07.1[A] -> Link [APC2] -> GSI 17 (l evel, low) -> IRQ 58
[4294692.580000] bt878(0): Bt878 (rev 17) at 05:07.1, irq: 58, latency: 32, memo ry: 0xcb001000
[4294692.834000] parport: PnPBIOS parport detected.
[4294692.834000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTA TE,COMPAT,ECP,DMA]
[4294692.934000] Linux agpgart interface v0.101 (c) Dave Jones
[4294692.951000] **** SET: Misaligned resource pointer: f790cec2 Type 07 Len 0
[4294692.951000] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[4294692.951000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC3] -> GSI 18 (l evel, low) -> IRQ 66
[4294692.951000] PCI: Setting latency timer of device 0000:01:00.0 to 64
[4294692.951000] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-8756 Wed Mar 29 14:26:26 PST 2006
[4294693.114000] NET: Registered protocol family 10
[4294693.114000] lo: Disabled Privacy Extensions
[4294693.115000] IPv6 over IPv4 tunneling driver
[4294694.006000] lp0: using parport0 (interrupt-driven).
[4294694.103000] Adding 875532k swap on /dev/sdb3. Priority:-1 extents:1 across :875532k
[4294698.331000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@r edhat.com
[4294698.480000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[4294698.480000] md: bitmap version 4.39
[4294699.196000] cdrom: open failed.
[4294699.494000] cdrom: open failed.
[4294699.503000] cdrom: open failed.
[4294699.863000] NTFS driver 2.1.25 [Flags: R/O MODULE].
[4294699.938000] NTFS volume version 3.1.
[4294699.978000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[4294700.024000] NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary b oot sector is invalid.
[4294700.024000] NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount opt ion errors=recover not used. Aborting without trying to recover.
[4294700.024000] NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS vol ume.
[4294700.034000] NTFS volume version 3.1.
[4294701.142000] pcc_acpi: loading...
[4294701.152000] ACPI: Power Button (FF) [PWRF]
[4294701.152000] ACPI: Power Button (CM) [PWRB]
[4294701.192000] ibm_acpi: ec object not found
[4294701.629000] powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (versio n 1.50.4)
[4294701.634000] powernow-k8: BIOS error - no PSB or ACPI _PSS objects
[4294703.589000] eth0: no IPv6 routers present
[4294707.502000] NVRM: Xid (0001:00): 31, temp 49C
[4294708.333000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[4294708.333000] apm: overridden by ACPI.
[4294710.275000] Bluetooth: Core ver 2.8
[4294710.275000] NET: Registered protocol family 31
[4294710.275000] Bluetooth: HCI device and connection manager initialized
[4294710.275000] Bluetooth: HCI socket layer initialized
[4294710.318000] Bluetooth: L2CAP ver 2.8
[4294710.318000] Bluetooth: L2CAP socket layer initialized
[4294710.327000] Bluetooth: RFCOMM socket layer initialized
[4294710.327000] Bluetooth: RFCOMM TTY layer initialized
[4294710.327000] Bluetooth: RFCOMM ver 1.7
[4295646.204000] Nvsound: Unable to change the Record SampleRate 22050, set back to 48000
[4295646.204000] Nvsound: Unable to change the Playback SampleRate 22050, set ba ck to 48000


------------------------------------------------------------------
There seems to be odd stuff about the sound

Diss
 
Last edited:
Diss said:
a bit more info:

the full Nvidia install instructions are here:
http://download.nvidia.com/XFree86/nforce/1.0-0310/ReleaseNotes.html

if i run nvmixer from a console i get the nv gui that shows me all the drivers are installed BUT i do get this error message "Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed" - presumably because there is no sound card

Diss

OK, your drivers all look to be present and correct (I also notice that youve succesfully install the nvidia graphics driver too)

That particular message is basically linux complaining (for some reason) because the particular user account (usually root) is trying to open up a graphical window but isnt authorised by Xauth to do so. Try running "apt-get install sux", try "sudo passwd" to set a root password and try "sux nvmixer" again (you may have to open a new session).
 
Last edited:
thanks M0KUJ1N

i did the first 2 steps ok but then got:

root@ubuntu:/ # sux nvmixer
Unknown id: nvmixer

should there be some argumments to the command or a user name or something?

thanks

Diss
 
Sorry its been a while since I used a debian-esque distro but IIRC sux is essentially a replacement for "su"

What happens if (as a non-root user) you type sux? does it prompt you for your root password? And then type nvmixer?
 
This happened:

voteslave@ubuntu:~$ sux
Password:
xauth: creating new authority file /root/.Xauthority
root@ubuntu:/home/voteslave # nvmixer
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
root@ubuntu:/home/voteslave # sux nvmixer
Unknown id: nvmixer
root@ubuntu:/home/voteslave #

Diss
 
ok - nvmixer opens without any error messages
but then what? - Still no sound

i will try this bit next (from your link):

Create the file /etc/modprobe.d/nvsound. Put the following line in it:
alias sound-slot-0 nvsound
Add the snd-intel8x0 module to the file /etc/hotplug/blacklist. The nvsound module is for oss, the older sound system, and not for alsa, the newer one. Change the audio device in the kde control center to Open Sound System.

does it matter if i create the file as root or not?

thanks

Diss
 
hmmm

when opening text editor from terminal as normal user i get this:

voteslave@ubuntu:~$ gedit
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card 'UART'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver return ed error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned er ror: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned err or: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default


and as root i get:
root@ubuntu:/home/voteslave # gedit

(gedit:7082): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default
 
Ok - i still have no sound card detected

i have created an nvsound file in /etc/modprobe.d with one line in it "alias sound-slot-0 nvsound"

and added "snd-intel8x0" to the blacklist file - though that file was stored in /etc/modprobe.d - there was no /etc/hotplg directory

any suggestions?

thanks

Diss

edit - just created another blacklist file in a newly created /etc/hotplu directory - gonne reboot

Diss
 
Last edited:
no luck :(


did i need to run anything to load the new files/entries i created in the previous step?

not sure its an auth prob - i think its just my configs are not correct so the sound card is not detected - still nothing in the default soundcard in system/sound menu

off to bed now

thanks for all the help - if you have any other ideas they would be most welcome

many thanks

Diss
 
just a thought - but would the fact that i physically have a PCI soundcard installed as well as the onboard sound mean that i need to (somehow) disable the soundcard in Linux?

Diss
 
What audio apps are you using? Have you (re)configured them to use OSS with the nforce soundcard set as the default device.instead of ALSA, as the nvsound driver doesnt support ALSA? Also, (and this might sound like a _really_ silly question but your speakers/headphones ARE plugged into the onboard soundcard? You could also try it without the PCI card uninstalled but I dont think it should be causing a problem..
 
M0KUJ1N

Progress :)

My system now sees a soundcard but i still don't have any sound.
Would not plugging in the speaker mean it wouldn't be detected? If it wasn't that the only otyher thing i have done is add blacklist snd-intel8x0 to a few more files i found that seemed relevent.

Problem seems to be because the volume control is not working:
"Error - no volume control gstreamer pluginds and/or devices found"

gonna try synaptica and report back - though am wondering if i need to install the nvidia drivers again

Diss
 
well i feel such a fool - now speakers are plugged in (assuming no other factors - which in my defence is possible as i was fiddling with config files) then sound card is detected - big apologies

i have learned a bit about sound stuff though :D

in the end re-installing the nvidia audio drivers sorted out the volume control problem

a big thanks M0KUJ1N for your patience and help :) - much appreciated

I still have a number of other problems but want to try and sort these myself before posting and will do so in a separate thread(s) latere.g.
* rythmbox not opening
* unable to play a music CD (the sounds i got were on a divX file)
* the latest (beta?) kernal seems to have messed up my X and the nvidia drivers no longer load
* also seeminly since the new kernal i get LOTS of disk activity which locks up the PC after a while - this usually happens after opening an app

fun fun fun :D

Cheers

Diss
 
Back
Top Bottom