[12:40] newz2000: if you're still present, I need /proc/asound/card0/codec* pastebinned/added to #92171 [12:40] crimsun: you just caught me, sure thing [12:40] crimsun: there are no codec* [12:41] oh wait [12:41] there must be. === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel [12:41] I forgot the ls at the beginning and tab completion was looking for executable files [12:43] crimsun: done [12:44] if you need more, let me know, I'll be back for just a little bit in 30 min, then again for longer in a few hours [12:44] ok, looking now. [12:44] I'll likely need you to test some kernel modules [01:10] newz2000: please ping me when you return, thanks. === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === jml [n=jml@220-253-100-63.TAS.netspace.net.au] has joined #ubuntu-kernel === varka_ [n=varkatop@p54A5F64B.dip.t-dialin.net] has joined #ubuntu-kernel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel === pradalover [n=pradalov@cpe-67-11-204-48.satx.res.rr.com] has joined #ubuntu-kernel [02:27] I need some help [02:27] my sound isn't working === Rohinton [n=rkazak@inet-netcache2-o.oracle.com] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [04:37] crimsun: I'm here, are you still around? [04:43] newz2000: hi [04:43] give me a sec to log in [04:43] crimsun: hey! sure [04:48] newz2000: can you try the following, please? kill $(lsof -t /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*) ; sudo modprobe -r $(lsmod |grep ^snd |awk '{print $1}') && sudo modprobe snd-hda-intel model=auto [04:48] crimsun: do I need to save my work before I do this? [04:48] newz2000: it's a good idea, yes, but I don't anticipate it exploding [04:49] ok, two things hapened... [04:50] volume control applet died unexpectedly... [04:50] the mixer applet should pop up a notification bubble [04:50] right [04:50] FATAL: Error inserting snd (/lib/modules/2.6.20-13-generic/kernel/sound/core/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] WARNING: Error running install command for snd [04:50] WARNING: Error inserting snd_timer (/lib/modules/2.6.20-13-generic/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] FATAL: Error inserting snd (/lib/modules/2.6.20-13-generic/kernel/sound/core/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] WARNING: Error running install command for snd [04:50] WARNING: Error inserting snd_timer (/lib/modules/2.6.20-13-generic/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] FATAL: Error inserting snd_pcm (/lib/modules/2.6.20-13-generic/kernel/sound/core/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] WARNING: Error running install command for snd_pcm [04:50] WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.20-13-generic/kernel/sound/pci/hda/snd-hda-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.20-13-generic/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:50] ah, blarg [04:50] wow, tht's a lot [04:51] kill $(lsof -t /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*) ; sudo modprobe -r $(lsmod |grep ^snd |awk '{print $1}') && sudo modprobe snd-hda-codec && sudo modprobe snd-hda-intel model=auto [04:52] lsof: status error on /dev/dsp*: No such file or directory [04:52] lsof: status error on /dev/audio*: No such file or directory [04:52] lsof: status error on /dev/mixer*: No such file or directory [04:52] lsof: status error on /dev/snd/*: No such file or directory [04:52] lsof 4.77 [04:52] latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ [04:52] latest FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ [04:52] latest man page: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man [04:52] usage: [-?abhlnNoOPRstUvVX] [+|-c c] [+|-d s] [+D D] [+|-f] [04:52] [-F [f] ] [-g [s] ] [-i [i] ] [+|-L [l] ] [+m [m] ] [+|-M] [-o [o] ] [04:52] [-p s] [+|-r [t] ] [-S [t] ] [-T [t] ] [-u s] [+|-w] [-x [fl] ] [--] [names] [04:52] Use the ``-h'' option to get more help information. [04:52] yeah, that's ok. [04:52] kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] [04:52] it should still continue with modprobe -r [04:52] you can verify with: lsmod |grep ^snd_hda_intel [04:53] yeah, I got a line returned from that [04:53] snd_hda_intel 21912 0 [04:53] great. [04:53] Is `aplay /usr/share/sounds/*up.wav' audible? (It may not be; you may need to adjust the element levels using `alsamixer') [04:54] I got audible sound! [04:54] ok, how is the perceptive loudness? [04:55] ooh, more sounds [04:56] i.e., is it 2.6.20-8.14-"loud"? [04:57] Fortunately my laptop has a physical volume control. :-) [04:57] sorry, but I can't interpret whether that means the perceptive loudness regression is still present with model=auto === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel [04:58] sorry, I thought you were making a joke... I think the sounds is excellent now [04:58] ok, then that's a fairly straightforward one-line revert. Thanks for confirming. [04:59] sweet [05:02] (Sorry it has taken so long; I've been swamped with work.) [05:02] no problem, I'lm glad to have a solution in the pipe line. Thought I might have to live with edgy for ever. :-) === dac_ [n=y4ruh@tx-76-6-81-157.dhcp.embarqhsd.net] has joined #ubuntu-kernel [05:23] when online, after 10 mins. or so, the page freezes up, WHY? === dac_ [n=y4ruh@tx-76-6-81-157.dhcp.embarqhsd.net] has left #ubuntu-kernel ["K] === m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === smurf [n=smurf@debian/developer/smurf] has joined #ubuntu-kernel === jml [n=jml@ppp108-61.static.internode.on.net] has joined #ubuntu-kernel === _ion [i=johan@kiviniemi.name] has left #ubuntu-kernel [":q"] === xipietotec [n=jackfros@cpe-67-49-247-144.dc.res.rr.com] has joined #ubuntu-kernel [07:09] I have a bad bug related to updating kernel images in feisty I'm not sure how to resolve [07:11] but 98911 [07:11] bug 98911 [07:12] pfft....okay https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/98911 === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === reitblatt [n=mark@resnet-50-13.dorm.utexas.edu] has joined #ubuntu-kernel === doko_ [n=doko@dslb-088-074-004-189.pools.arcor-ip.net] has joined #ubuntu-kernel === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-kernel === ivoks [n=ivoks@18-141.dsl.iskon.hr] has joined #ubuntu-kernel === sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-kernel === kkubasik [n=kjk38@129.22.170.98] has joined #ubuntu-kernel === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === giangiva [n=giangiva@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel === doko [n=doko@dslb-088-074-004-189.pools.arcor-ip.net] has joined #ubuntu-kernel === varka [n=varkatop@p54A5F64B.dip.t-dialin.net] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === gicmo [n=gicmo@p5491e397.dip.t-dialin.net] has joined #ubuntu-kernel === sacater [n=sacater@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === sacater [n=sacater@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel === gicmo [n=gicmo@p5491e144.dip.t-dialin.net] has joined #ubuntu-kernel === hans [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel === Keybuk [n=scott@yttrium.canonical.com] has joined #ubuntu-kernel === n0u [i=Chaton@unaffiliated/nou] has joined #ubuntu-kernel === sacater_ [n=sacater@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel === m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel === rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-kernel === rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === jml [n=jml@59.167.203.115] has joined #ubuntu-kernel === abogani_ [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === abogani_ [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === abogani_ [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === EtienneG [n=etienne@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-kernel === sacater_ [n=sacater@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === Razor44 [n=kathy@ipa185.0.91.tellas.gr] has joined #ubuntu-kernel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === sacater [n=sacater@82-70-75-246.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === at2000 [n=sltam@218.190.60.25] has joined #ubuntu-kernel === giangiva_ [n=giangiva@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === giangiva_ [n=giangiva@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === abogani_ [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === rtg [n=rtg@12.104.145.50] has joined #ubuntu-kernel === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel === giangiva__ [n=giangiva@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === joejaxx [i=joejaxx@fluxbuntu/founder/joejaxx] has joined #ubuntu-kernel === sacater_ [n=sacater@213.131.245.105] has joined #ubuntu-kernel === sacater [n=sacater@105.245.131.213.static.inetbone.net] has joined #ubuntu-kernel === sacater [n=sacater@213.131.245.105] has joined #ubuntu-kernel [04:57] mjg59: ping === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [04:58] BenC: Hi === newz2000 [n=matt@unaffiliated/newz2000] has left #ubuntu-kernel ["If] === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === giangiva_ [n=giangiva@adsl203-157-083.mclink.it] has joined #ubuntu-kernel [05:18] Any news on: bug 96480 ? Is there something missing? === reitblatt [n=mark@w-mob101-128-62-88-20.public.utexas.edu] has joined #ubuntu-kernel === fabbione [i=fabbione@195.22.207.162] has joined #ubuntu-kernel === ivoks [n=ivoks@32-202.dsl.iskon.hr] has joined #ubuntu-kernel === giangiva_ [n=giangiva@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel === pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel === _ion [i=johan@kiviniemi.name] has joined #ubuntu-kernel [06:00] <_ion> benc: How are you planning to implement the nvidia thing? I'm thinking something like this, but you probably have a better idea: have libgl1-mesa-glx, nvidia-glx etc. put libGL.so.1 etc. to /usr/lib/glx/mesa, /usr/lib/glx/nvidia-9631, /usr/lib/glx/nvidia-9755 and so on. Link /usr/lib/glx/default via /etc/alternatives to /usr/lib/glx/$foo and link /usr/lib/libGL.so.1 etc. to the equivalent files under /usr/lib/glx. Then have a program call ... [06:00] <_ion> ... update-alternatives appropriately based on connected hardware on bootup. The same program should link nvidia.ko to nvidia-$version.ko as well. [06:05] <_ion> benc: By the way, would it be helpful if i split the l-r-m debian/rules to debian/rules.d/{nvidia,fglrx,...} and have debian/rules include them? It seems to me that it would make things much easier to change. === kkubasik [n=kjk38@129.22.170.98] has joined #ubuntu-kernel === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-kernel === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel [06:22] hey, is someone on top of the 2.6.20-14 bump for restricted-modules? === bleinmono [n=toffel@ppp91-76-73-130.pppoe.mtu-net.ru] has joined #ubuntu-kernel === sacater [n=sacater@105.245.131.213.static.inetbone.net] has joined #ubuntu-kernel === pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel === m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel === sky_walkie [n=user@r27s01p03.home.nbox.cz] has joined #ubuntu-kernel === reitblatt [n=mark@w-mob101-128-62-88-20.public.utexas.edu] has joined #ubuntu-kernel === doko [n=doko@dslb-088-073-119-106.pools.arcor-ip.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === ivoks [n=ivoks@32-202.dsl.iskon.hr] has joined #ubuntu-kernel [10:10] <_ion> benc: Online? :-) === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-kernel === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel === Ng [n=cmsj@mairukipa.tenshu.net] has joined #ubuntu-kernel [10:44] is there anything I can do to get useful information about why my r8169 powered NIC has stopped sending any traffic? [10:44] not seen this before, so I don't want to bounce it or reboot if I can get something useful === seb128 [n=seb128@ubuntu/member/seb128] has left #ubuntu-kernel ["Ex-Chat"] [10:45] ethtool -S eth0 [10:49] kylem: ta. sadly that's hanging in an ioctl :/ [10:50] r8169 is an utter shit driver. :\ === stepomaticc [n=stepomat@85-125-151-109.dynamic.xdsl-line.inode.at] has joined #ubuntu-kernel [10:54] kylem: heh, great! [10:55] I'll dial up debugging for r8169 in case it happens again [10:55] but I am distressed that my spendy new desktop has a realtek in it, despite using intel for seemingly everything else [10:55] rmmod/modprobe might help it. [10:57] kylem: or it might make it oops [10:57] indeed. [11:00] ah well, reboot and debugging it is :) === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel === kkubasik [n=kjk38@129.22.170.98] has joined #ubuntu-kernel === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-kernel