=== AvengerMoJo [n=alex@3.Red-88-5-85.staticIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== Amaranth_ [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== n2diy [n=darryl@66.212.43.136] has joined #ubuntu-kernel | ||
=== tmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has joined #ubuntu-kernel | ||
=== defendguin [n=supertux@cpe-72-181-7-135.houston.res.rr.com] has joined #ubuntu-kernel | ||
=== yttmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has joined #ubuntu-kernel | ||
=== yttmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has left #ubuntu-kernel ["Leaving"] | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== macd_ [n=d@adsl-156-70-60.msy.bellsouth.net] has joined #ubuntu-kernel | ||
=== johnm [n=johnm@80.189.248.169] has joined #ubuntu-kernel | ||
=== jml [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #ubuntu-kernel | ||
mjg59 | crimsun: MBP + gutsy = unhappy sound (again) | 02:16 |
---|---|---|
mjg59 | I need poke inappropriate controls in order to get any audio | 02:16 |
crimsun | I don't think Ben pulled sound/ from ubuntu-feisty.git ... or did he? | 02:16 |
mjg59 | Quite possibly not | 02:17 |
crimsun | right, http://hera.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-gutsy.git;a=blob;f=sound/pci/hda/patch_sigmatel.c;h=c94291bc53677c36c62c0109bd0537cee79b40cb;hb=HEAD is a pristine pull from upstream | 02:21 |
mjg59 | Ok | 02:22 |
crimsun | I don't have ready access ATM, but does http://hera.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-feisty.git;a=blobdiff;f=sound/pci/hda/patch_sigmatel.c;h=fe30725b05addb04c57b17f244ef1e5a8fe56248;hp=a57ee89818ff8c0beb7058726bae938ad57891b6;hb=d8e15fac5c00981c044fb8c3397949c921108f13;hpb=e813cfe016a57c0155660f7c247b479bbeb9c8d8 still apply against gutsy source? | 02:22 |
mjg59 | I don't have a gutsy kernel tree yet | 02:22 |
crimsun | apologies for the atrocious URLs | 02:22 |
mjg59 | Should really rectify that | 02:22 |
=== jpon [n=jpniane@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-kernel | ||
=== kevev [n=keve@adsl-75-54-44-70.dsl.snantx.sbcglobal.net] has joined #ubuntu-kernel | ||
kevev | hello all | 02:35 |
kevev | I have an ALSA issue with my ATI SB450 HD audio. I had a dev working with me but I cant remember his name. We were trying to compile a module that will work. | 02:36 |
kevev | Alot of Users are having trouble getting sound out of the ATI chipset. | 02:36 |
kevev | Can someone help me? | 02:37 |
crimsun | try http://adhd.irule.net/~crimsun/feisty-azx-sb450/ | 02:42 |
kevev | hey crimsum! | 02:42 |
crimsun | (from this patch: http://adhd.irule.net/~crimsun/azx_codecs/0003-UBUNTU-sound-pci-hda-Forcibly-set-the-maximum-number-of-codecs-hda_intel.c.txt ) | 02:42 |
kevev | you helped me the other night. | 02:43 |
kevev | are these new? I tried the ones you compiled for me. they did not work. | 02:43 |
crimsun | yes, I just compiled it last night | 02:44 |
crimsun | it->them | 02:44 |
crimsun | it resolved someone else's issue | 02:44 |
kevev | hmmm...OK I will try again. | 02:44 |
crimsun | please also add "options snd-hda-intel model=auto" to the end of /etc/modprobe.d/alsa-base-fix | 02:44 |
crimsun | you can accomplish that with: | 02:44 |
mjg59 | crimsun: Are you able to get a plain-text version of that file? | 02:44 |
crimsun | echo options snd-hda-intel model=auto|sudo tee -a /etc/modprobe.d/alsa-base-fix | 02:44 |
mjg59 | gitweb doesn't seem keen on doing it for me | 02:45 |
kevev | k | 02:45 |
crimsun | right, gitweb spat me a seemingly blank page | 02:45 |
mjg59 | Oh, got it | 02:45 |
mjg59 | If I go to the commitdiff and then hit raw, it works | 02:45 |
crimsun | ah | 02:45 |
=== johanbr [n=j@blk-224-156-151.eastlink.ca] has joined #ubuntu-kernel | ||
kevev | crimsun: hey, Im a goof. I wacked the alsa-base-fix and alsa-base files the other day. What package restores them? | 02:49 |
crimsun | kevev: that patch was ACKed one week ago by the Ubuntu maintainer of the feisty kernel | 02:49 |
crimsun | kevev: (https://lists.ubuntu.com/archives/kernel-team/2007-May/001421.html) | 02:49 |
crimsun | kevev: alsa-base | 02:49 |
crimsun | kevev: sudo apt-get --reinstall install alsa-base | 02:49 |
=== reitblatt [n=mark@resnet-50-180.dorm.utexas.edu] has joined #ubuntu-kernel | ||
mjg59 | crimsun: Which module does patch_sigmatel end up in? snd-hda-something? | 02:51 |
kevev | gotcha. thought I tried that already. trying again. | 02:51 |
crimsun | mjg59: snd-hda-codec | 02:51 |
mjg59 | crimsun: Ah, ABI has all changed. Looks like I'll need to do a full build. | 02:51 |
kevev | crimsun: I gotta remove the files before reinstall, right? | 02:52 |
crimsun | kevev: no need | 02:52 |
kevev | crimsun: files not replaced :( | 02:52 |
mjg59 | crimsun: Patch still applies though, so looks like a good start | 02:52 |
crimsun | mjg59: ok | 02:52 |
crimsun | kevev: why do you need to replace it/them? | 02:53 |
crimsun | kevev: also, let's migrate to #ubuntu, because this a known-fixed support issue and not a development one. | 02:53 |
kevev | crimsun: dont know. they had info in them before I wacked them. | 02:53 |
kevev | crimsun: is there a less crowded channel. Hard to keep up in there. | 02:54 |
crimsun | open a query with me | 02:55 |
kevev | errr....? | 02:55 |
crimsun | /msg crimsun oh no | 02:55 |
crimsun | oh, you're not identified | 02:56 |
crimsun | ok, just join #alsa, then | 02:56 |
kevev | doh | 02:56 |
kevev | ok | 02:56 |
=== jml_ [n=jml@121.44.221.65] has joined #ubuntu-kernel | ||
=== jml [n=jml@121.44.221.65] has joined #ubuntu-kernel | ||
=== tmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel | ||
=== philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-kernel | ||
tepsipakki | howdy, could upstream git commit 6ce7dc940701cf3fde3c6e826a696b333092cbb1 make it in feisty? | 06:54 |
tepsipakki | uh | 06:55 |
tepsipakki | nevermind, that was for .21 | 06:55 |
=== m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel | ||
=== gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-kernel | ||
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== kevev [n=keve@adsl-75-54-44-70.dsl.snantx.sbcglobal.net] has left #ubuntu-kernel [] | ||
=== fabbione [n=fabbione@246.Red-88-5-98.staticIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-680484a11234f350] has joined #ubuntu-kernel | ||
=== Keybuk [i=scott@conference/ubuntu-developer-summit/x-e53f1b4f41784c97] has joined #ubuntu-kernel | ||
=== AvengerMoJo [i=alex@conference/ubuntu-developer-summit/x-86ae03fb0e9d53f4] has joined #ubuntu-kernel | ||
=== doko [i=doko@conference/ubuntu-developer-summit/x-9f61a05a28a0f4a3] has joined #ubuntu-kernel | ||
=== pkl [i=phillip@conference/ubuntu-developer-summit/x-e875513e714d0526] has joined #ubuntu-kernel | ||
=== BenC [i=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== amitk [i=amit@conference/ubuntu-developer-summit/x-beef165f5622d039] has joined #ubuntu-kernel | ||
=== pkl_ [i=phillip@conference/ubuntu-developer-summit/x-e51597581dd93466] has joined #ubuntu-kernel | ||
=== EtienneG [i=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-6b403466a86c44ab] has joined #ubuntu-kernel | ||
=== amitk_ [i=amit@conference/ubuntu-developer-summit/x-e62d0800d0fd8813] has joined #ubuntu-kernel | ||
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-kernel | ||
=== allee [i=ach@conference/ubuntu-developer-summit/x-7809b893888d91bd] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel | ||
=== Amaranth [i=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== lfittl [i=lfittl@conference/ubuntu-developer-summit/x-59469b7e1ae0441e] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@vipnet240-165.mobile.CARNet.hr] has joined #ubuntu-kernel | ||
=== fabbione_ [i=fabbione@conference/ubuntu-developer-summit/x-42edf71d0941abe0] has joined #ubuntu-kernel | ||
=== amitk [i=amit@conference/ubuntu-developer-summit/x-07c5b1c36184f7e8] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-b3c9c4160b5f584d] has joined #ubuntu-kernel | ||
=== EtienneG [i=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel | ||
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== BenC [i=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== Keybuk [i=scott@conference/ubuntu-developer-summit/x-856cbeeff8ab4a56] has joined #ubuntu-kernel | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-d4b1987c1396a684] has joined #ubuntu-kernel | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== infinity2 [n=adconrad@cerberus.0c3.net] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-kernel | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-98caed28b6f9cb47] has joined #ubuntu-kernel | ||
=== pkl_ [i=phillip@conference/ubuntu-developer-summit/x-52faeaa723cc4e7d] has joined #ubuntu-kernel | ||
=== BenC [i=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== amitk [i=amit@conference/ubuntu-developer-summit/x-41f1ad6eed9cf12c] has joined #ubuntu-kernel | ||
=== Keybuk [i=scott@conference/ubuntu-developer-summit/x-957572a5b9d3b7f2] has joined #ubuntu-kernel | ||
=== EtienneG [i=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel | ||
=== doko [i=doko@conference/ubuntu-developer-summit/x-a6a9c309020a8e2f] has joined #ubuntu-kernel | ||
=== allee [i=ach@conference/ubuntu-developer-summit/x-645f5a48405c7d2e] has joined #ubuntu-kernel | ||
=== AvengerMoJo [i=alex@conference/ubuntu-developer-summit/x-ac6197f49b2e2182] has joined #ubuntu-kernel | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-d7e99143c75c5c0d] has joined #ubuntu-kernel | ||
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== AvengerMoJo [i=alex@conference/ubuntu-developer-summit/x-4effff12d65e239a] has joined #ubuntu-kernel | ||
=== lfittl [i=lfittl@conference/ubuntu-developer-summit/x-96fd807cbd32e0cd] has joined #ubuntu-kernel | ||
=== pkl [i=phillip@conference/ubuntu-developer-summit/x-66fcb422eacfd21d] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@21-54.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== ivoks_ [n=ivoks@33-121.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== Amaranth_ [i=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== BenC [i=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-52c73a3931f8d68a] has joined #ubuntu-kernel | ||
=== amitk_ [i=amit@conference/ubuntu-developer-summit/x-706c379b4ee9c4c0] has joined #ubuntu-kernel | ||
=== BenC_ [i=bcollins@conference/ubuntu-developer-summit/x-c80d4f9eea07099b] has joined #ubuntu-kernel | ||
=== BenC_ [i=bcollins@conference/ubuntu-developer-summit/x-efbaf63591ef7f28] has joined #ubuntu-kernel | ||
=== abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel | ||
=== lfittl [i=lfittl@conference/ubuntu-developer-summit/x-3b24bcdfd462645f] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 [i=alex@conference/ubuntu-developer-summit/x-ef7e330eaed156d1] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 is now known as AvengerMoJo | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== lfittl_ [i=lfittl@conference/ubuntu-developer-summit/x-33c23e26627aebcb] has joined #ubuntu-kernel | ||
=== elementz [n=elementz@pD9E57451.dip.t-dialin.net] has joined #ubuntu-kernel | ||
=== n2diy [n=darryl@ppp-42d42810.wlks.losch.net] has joined #ubuntu-kernel | ||
=== johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel | ||
=== calavera [n=cal@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@18-84.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== ivoks_ [n=ivoks@4-34.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== mdomsch [n=Matt_Dom@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel | ||
=== lfittl [i=lfittl@conference/ubuntu-developer-summit/x-76ba16332cb4586e] has joined #ubuntu-kernel | ||
=== bleinmono [n=toffel@ppp85-141-150-216.pppoe.mtu-net.ru] has joined #ubuntu-kernel | ||
=== fabbione [i=fabbione@conference/ubuntu-developer-summit/x-834aa197ec952a6c] has joined #ubuntu-kernel | ||
=== pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel | ||
=== shawarma [n=sh@ubuntu/member/shawarma] has joined #ubuntu-kernel | ||
=== pkl [i=phillip@conference/ubuntu-developer-summit/x-553c3eaecd337744] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 [i=alex@conference/ubuntu-developer-summit/x-71f315eba9ed1b6d] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 is now known as AvengerMoJo | ||
=== OldKid [n=oldi@fresno121.webperoni.de] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 [i=alex@conference/ubuntu-developer-summit/x-8e9899f29a687932] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel | ||
=== stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-kernel | ||
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel | ||
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel | ||
=== philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-kernel | ||
=== AvengerMoJo [n=alex@184.Red-83-59-66.dynamicIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== fabbione [n=fabbione@183.Red-88-24-52.staticIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== lfittl [n=lfittl@31.Red-88-11-14.dynamicIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== mdomsch [n=Matt_Dom@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== calavera [n=cal@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== mrec [n=markus@165.204.76.244] has joined #ubuntu-kernel | ||
mrec | did anyone test ubuntu amd64 with qemu/kvm? | 10:10 |
=== ivoks [n=ivoks@39-35.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel | ||
mrec | ubuntu doesn't boot since kvm-13 | 10:12 |
mrec | I just did some tests on amd64 and intel with svm, ubuntu desktop (amd64 version) doesn't boot with any intel vmx version | 10:13 |
mrec | seems like it boots with kvm-13 and amd64/svm | 10:13 |
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== calavera [n=cal@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu-kernel | ||
ivoks | yes, it doesn't | 10:21 |
ivoks | installation doesn't boot, installed ubuntu does | 10:21 |
ivoks | you can install it with qemu and then run in with kvm | 10:21 |
mrec | is it already known what's wrong? | 10:23 |
mrec | I see it does boot with kvm-12 | 10:24 |
mrec | but it doesn't seem to use svm | 10:24 |
ivoks | kvm doesn't like boot graphic | 10:25 |
ivoks | i'm not sure where's the bug, but i'm not kernel developer | 10:26 |
mrec | it hangs earlier already | 10:26 |
mrec | ok, because it boots with kvm-12 | 10:26 |
ivoks | it hangs at displaying isolinux graphic | 10:26 |
ivoks | splash.rle | 10:26 |
mrec | it hangs at displaying the isolinux text even before it's able to display the image | 10:26 |
ivoks | trust me, image is problem | 10:27 |
ivoks | remove it from isolinux and it will boot | 10:27 |
ivoks | that's what i did - created my own installer just for kvm | 10:27 |
mrec | the only problem I had it didn't get displayed but I was able to boot with ubuntu edgy amd64 | 10:28 |
mrec | the intel/vmx version crashed all the time | 10:29 |
mrec | do you use an intel or amd? | 10:29 |
ivoks | intel | 10:30 |
mrec | did it crash with the boot image? | 10:31 |
ivoks | yes | 10:32 |
ivoks | as i said | 10:32 |
ivoks | remove the image or boot with qemu | 10:32 |
mrec | ok the behaviour is different with amd | 10:32 |
mrec | I have an AMD here | 10:32 |
mrec | ivoks: did it work accelerated when you removed the boot logo? | 10:41 |
ivoks | yes | 10:41 |
mrec | seems like it's a bios issue here | 10:42 |
=== johanbr_ [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel | ||
=== reitblatt [n=mark@resnet-50-180.dorm.utexas.edu] has joined #ubuntu-kernel | ||
=== johnm_ [n=johnm@gentoo/developer/johnm] has joined #ubuntu-kernel | ||
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@39-35.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== infinity2 [n=adconrad@cerberus.0c3.net] has joined #ubuntu-kernel | ||
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!