/srv/irclogs.ubuntu.com/2008/04/11/#ubuntu-kernel.txt

=== inuka_desk_ is now known as inuka_desk
=== jayc__ is now known as jayc_
osmosisi dont understand what this means, http://www.news.com/8301-13580_3-9867657-39.html05:05
osmosiszul: ping05:17
=== jayc__ is now known as jayc_
tjaaltonhmh, resume from hibernate failed, ie. it booted normally and not from the file05:56
=== asac_ is now known as asac
=== macd_ is now known as macd
=== Whoopie_ is now known as Whoopie
ckingxivulon: Hi, I've been looking at your notes for the Wubi issues10:45
xivulonjust added a new one!10:46
xivulonwas waiting for you in fact...10:46
xivulonlet me know if I need to clarify anything10:47
ckingxivulon: I managed to screw up my /home today playing around with this - I was offline for a while sorting my machine out :-(10:48
xivulonsorry to hear that :(10:49
ckingxivulon: It's all part of the fun :-)10:49
xivulonYou are invited to explain the fun part to my wife...10:49
ckingxivulon: I looked at the notes - the problem is umounting / and then /home - can one actually do this in practice? 10:50
ckingxivulon: I was thinking of using pivot_root but I haven't much experience with this, so I am not sure if this a possible way of doing things10:50
xivulonunmounting is not a problem except that it will be the last thing you can do (without a ramdisk)10:50
xivulonsee my last comment on that10:51
cking..but with a ramdisk, one could umount /?10:51
xivulonI would assume so10:51
xivulonbut I have never tried that10:51
cking..me neither. I think we may need some expertise from someone like Colin Watson.10:52
xivuloneheh...10:53
ckingBut I think it will lead to a sane shutdown that will ensure / and /home are flushed and umounted properly 10:53
cking..otherwise one will always see this kind of corruption of / 10:53
ckingif one can do this then the vm dirty hacks are no longer required 10:54
xivulonI'd think that if we could remount /host ro (safely) it would be good enough10:54
xivulonsee my umountroot attachment for that, unfortunately ntfs-3g complains about remounting...10:55
xivuloncking the vm dirty hacks are still required in case someone hard-reboot10:55
ckingxivulon: yep - true about the hard-reboot - I overlooked that detail.10:56
xivulonIn fact based on user feedback all the problems of fs corruption were due to hard reboots10:56
xivulonI haven't seen any complaint about fs corruption because of normal reboot10:57
xivulonI'd guess that remounting root ro + the sysctl hacks is enough in most cases (and maybe some fsck help...)10:57
ckingxivulon: I managed it :-)  I did started removing a huge tree of source and then rebooted - and I got a bit of a mess10:57
xivulonthat is with the sysctl hacks?10:58
xivuloncking was disconnected 10:59
ckingxivulon: what happened there?11:00
cjwatsonthere was a netsplit, too11:00
cking..a netsplit?11:00
cjwatsonIRC networks consist of many servers, in general, which are connected in a graph; if a pair of servers lose their connection, that's a netsplit11:00
ckingah.. I am enlightened11:00
cjwatsonwhich results in the users on the network being effectively partitioned in terms of their ability to talk to each other11:00
xivuloncking missed replies after my last comment11:01
xivulondidn't miss cjwatson explanation though :)11:01
ckingxivulon: yep, I kind of missed the last few lines11:01
cjwatson10:56 <cjwatson> cking: I think you misunderstand the order of events slightly, though11:02
cjwatson10:56 <cjwatson> cking: the NTFS filesystem in question is actually /host, not /home11:02
cjwatson10:56 <cjwatson> cking: and Wubi is a little odd here - the way it works is that / is actually a loop-mounted filesystem *on top of* an NTFS filesystem that is then moved to /host11:02
cjwatson10:57 <cjwatson> cking: so the filesystems are the other way round from what you'd expect11:02
cjwatsonin case that was missed11:02
ckingthanks11:02
cking.. I keep on writing /home when I mean /host - it's a constant brain type of mine11:03
cking^type^typo.  I need coffee.11:03
xivulonthe crux though is that /host cannot be remounted r/o IMHO11:03
cjwatsonI suspect that you cannot actually unmount / and then expect to be able to unmount /host11:03
cjwatsonbecause you won't have a reference to /host any more11:03
xivuloncking did you experience fs corruption when rebooting (rc6.d) and with the sysctl hacks in place?11:03
cjwatsonyou'd have to move all the mount points around, and frankly, I do not think that is a viable approach at this point11:04
xivulonwas /host to be corrupted or / and did corruption involve the journal?11:04
ckingxivulon: yep11:04
cjwatsonwe need something pretty simple and foolproof, and playing Tetris with your mount points isn't that :)11:04
ckingcjwatson: I'm not sure if there is a solution that is simple and foolproof.11:05
xivulonnot sure if we can try fixing /host (ntfs-3g) remount11:05
ckingxivulon: one could do that - but wasn't there a big risk that  NTFS could get corrupted?11:06
xivulonthat was my understanding from last szaka comment11:06
xivulondid ask him some more info by mail but he didn't reply11:07
cjwatsonif the NTFS filesystem is never remounted read-only or unmounted (as is the case at the moment, I understand), why does that affect the kernel's ability to writeback changes to the ext3 /?11:07
cjwatsonor rather, what is breaking the kernel's ability to writeback changes?11:07
ckingcjwatson: from the way I see it, we can either force disk writebacks using the vm flush hacks - but this does not necessarily guarantee a fulling sync'd fs.. or..11:08
cjwatsonIIRC the kernel always syncs just before reboot11:08
cking.. we can fool around with the umounting.  The former may help when systems power down in an uncontrolled way, the latter makes sure the filesystems are coherently umounted at shutdown11:09
ckingcjwatson: true.11:10
xivulon...and yet you ended up with a corrupted fs11:10
cking..my concern is that the /host is not being properly written back to.11:10
ckingI believe /host is not being umounted which worries me.11:12
xivulonit certainly is not11:12
xivulonor you would lose /11:12
xivulonand hence /sbin/reboot11:12
cjwatsonremounting it read-only ought to be as good as unmounting from the perspective of avoiding corruption, but that's been problematic due to ntfs-3g bugs11:13
xivuloncking, on a side note, you also suggested using sync mount option on the loopfile, I assume you meant the /host fs11:14
ckingxivulon: yes, if it's possible on ntfs.  The sync is not required on the loop file since it's mounted ro at the shutdown. However, the sync,dirsync and commit=1 could help on power outages I suppose.11:16
xivulonbut isn't host that has to sync automatically? the fact that the loopfile syncs to host does not help if host does not sync to disc, correct?11:17
ckingxivulon: true - yep, it's clear I haven't thought that one through.11:18
ckingxivulon: I suppose the outstanding questions are: can ntfs-3g be fixed in time to enable a ro remount, and if so, can one avoid NTFS corruption?11:20
ckingxivulon: ..also, do the vm dirty tweaks do anything useful in reality?11:21
xivulonyes, that would be the best avenue, I had that bug open for quite some time... 11:21
xivulonbut did not bother too much because had zero bug reports about fs corruption... so far...11:21
ckingxivulon: ..thirdly.. does the ntfs-3g support sync and commit=1 or are these only applicable to ext3? 11:22
xivuloncking I know that in wubi 7.04 we did not have them we had more reports about people having fs corruption after hard reboot11:22
xivulonthat is based on a completely subjective measure11:22
ckingxivulon: ..yes but it's comforting to hear this.11:22
xivulonmight be due to better user education also (added a few faqs)11:22
xivulonI would not know how to test that in an objective way11:23
xivulonfor ntfs-3g we would need to ask szaka11:23
xivulonI know nothing about its internals11:23
xivulonbut if you see #186117 that didn't go too far11:25
ckingxivulon: that's the best path to take if he is available.11:25
ckingxivulon: Meanwhile I will google around to see if there are any other ways to make sure the filesystem is flushed other than using the vm dirty hacks,11:26
cking..one never knows if there is something better.11:27
xivuloncjwatson as plan b couldn't we still try to go for /sbin/reboot on ramdisk (but leaving current behaviour whenver that is not strcilt needed)?11:30
cjwatsonit's very risky, you need to copy over any libraries it needs as well; it needs /proc and /dev; and who knows what else you might have to play catch-up with11:35
cjwatsonI have a suspicion changing ntfs-3g would be safer11:35
xivuloncking still other route might be to ensure that ntfs-3g does actually empy his cache whenever the sync command is issued. I think.11:35
xivulonif / is ro and synced properly, rebooting should not be too drastic even if /host is rw11:36
ckingxivulon: an extra sync can only help11:36
ckingxivulon: I recall that twiddle with (one of) the vm dirty options may also forces a sync. 11:37
xivuloncking you might want to try to reproduce fs corruption with new initramfs + sysctl + umountroot, as per thread11:37
xivulonas per bug attachments...11:38
ckingyep. Will do.11:38
* cking need to reboot to try this.. rebooting ..11:38
xivulonFS corruption of the host is probably far more important than the guest corruption. And for the latter I'd focus on journal loss.11:38
ckingxivulon: NTFS + ntfs-3g's behaviour is not really well know in this scenario. That's my concern. I'd hate too see Wubi users hacked off because their NTFS is screwed up11:41
cking..so sync sync sync and then a fixed ntfs-3g mount -o remount may be the best way forward.11:42
cking..one can never sync enough.11:43
cking:-)11:43
xivulononly confort I can give you is that with almost 1 million downloads all the ntfs corruption claims were due to hard reboots. And I have no evidence that ntfs-3g makes things any worse11:43
cking1 million(!!) 11:43
xivulonsince you would still risk fs corruption when hard rebooting11:43
xivulonI discussed that with szaka more than once, and he always asserted that the chances of fs corruption are not made any worse by the use of ntfs-3g11:46
xivulonyep we are close to a million11:47
xivulonbut of course now that wubi is official, host corruption would make very bad press...11:48
ckingcking: rebooting ..11:55
=== Lure_ is now known as Lure
xivulonlamont: I did do some basic tests yesterday for #206113 and commented on the bug let me know if you need anything else12:36
lamontmy most recent dist-upgrade (-15.27 et al) killed sound...13:30
amitklamont: does it also lead to a long boot time?13:35
lamontdunno13:35
lamontI wasn't watching...13:35
lamontand actually, I think it's related to session management, not to the kernel upgrade...13:35
amitklamont: hmm.. how so?13:36
lamontI think I saw this before, now I just need to remember how I got told to fix it...13:36
lamont[   54.214217] iTCO_wdt: Found a ICH5 or ICH5R TCO device (Version=1, TCOBASE=0xf860)13:40
lamontnot seeing where I figured it out before, istr it was simply muted hard somewhere13:41
* lamont afk for about 15 min13:41
lamontamitk: so I take back what I said... let's blame the kernel for now... debugging ideas?14:12
amitklamont: sound-applet reports no mixers?14:17
xivulonlamont, in case you missed it, did the tests you asked, see comment in 20611314:18
lamontxivulon: yeah - thanks14:18
xivulonlet me know if you need anything else14:18
lamontsure14:18
lamontamitk: bringing the system fully current to now and rebooting (new lrm), and then I think I'll need something more basic in the way of instructions...14:19
* lamont iz sound neub14:19
lamontamitk: anything I should tweak before I reboot14:28
lamont?14:28
lamontOpen Volume Control --> No volume control GStreamer plugins and/or devices found14:28
amitklamont: just note if you reboot takes longer than usual14:31
pwnguinis -16 known to not boot? i cant find a report on it14:32
rtgpwnguin: on what? -16 is still not widely distributed as meta was just uploaded a few minutes ago.14:33
pwnguinah14:33
pwnguinon my laptop, toshiba tecra m7. -generic14:34
rtgpwnguin: is this a regression?14:34
pwnguinyea14:34
pwnguinon the other hand, i dont have -meta 14:34
rtgfrom -15 to -16?14:34
pwnguinyep14:34
pwnguinim on -15 right now14:34
rtgpwnguin: meta won't affect the boot.14:34
pwnguinrtg: i'd feel better about not missing part of the package with meta though14:35
rtgpwnguin: at what point in the boot process does it stop?14:35
pwnguinafter turning off the graphical boot, hardware detection is the last message14:35
pwnguini booted into recovery mode14:36
pwnguinand14:36
pwnguinthe last two modules giving messages were iwl and cs14:36
amitkpwnguin, wait for a few minutes14:36
amitkit should continue booting14:36
lamontunsurprisingly, that didn't fix either of my issues14:36
amitkrtg: I see this too, I was woring on Classmate when I hit this14:36
pwnguina few minutes?14:37
pwnguinthats a hell of a timeout ;)14:37
amitkpwnguin: I am trying to determine if you are seeing the same problem as me ;)14:37
pwnguinwell14:37
pwnguinlemme reboot it i guess14:37
rtgamitk: everything since -15 has been custom binary, except for the mmc timeout.14:37
pwnguinheh14:37
pwnguinthe mmc timeout 14:38
pwnguininteresting; i upgraded because i wanted to test that14:38
amitkrtg: yeah.. I saw the changelog, and even the mmc timeout was 10ms, not 2 minutes14:38
rtgbetter go through the git log and make sure.14:38
smb_tpIt is if it was 2ms before and not 2min14:38
rtgbrb, rebooting after upgrade.14:39
smb_tpIt was just a one liner changing mmc_delay from 2 to 1014:39
pwnguinits supposed to be ms14:39
pwnguinit could be seconds14:39
pwnguini never found that particular function14:39
smb_tpIt is an inline function in one of the headers14:40
amitkcore.h:static inline void mmc_delay(unsigned int ms)14:40
amitkpwnguin: can you confirm that the boot contineus after a few minutes? albeit w/o sound14:41
pwnguinon a related note, the sdhci developer's asked me to retry with MMC_DEBUG14:41
pwnguinamitk: not yet14:41
pwnguingive it a minute or so14:41
amitkpwnguin: just wait a few more please, that'll tell me that it is reproducible behaviour14:42
amitkpwnguin: What does Alt+F1 show?14:43
pwnguindoh14:43
pwnguinnothing much14:43
amitkF2?14:43
amitkI forget which one it is14:43
pwnguinkinit: no resume, doing normal boot14:43
lamont814:43
pwnguinloading manual drivers14:43
pwnguini forgot to set verbose14:43
amitkpwnguin: care to disable "quiet splash" in the kernel cmdline on the next boot?14:44
pwnguinindeed14:44
amitkthanks14:44
amitkhmm. now to see what changed in lum14:45
lamontamitk: my boot seems to proceed at normal-ish pace14:45
pwnguinlets see. theres hda_codec at 30 saying it cant find my audio. iwl at 31 saying there's 11 tunable channels for bg, 13 for a, and several I/O port probes for module cs14:46
amitkrtg: 607ab6f78fa5d51b4dab72d218455a858c499c6f in lum14:46
pwnguinif you want logs, im afraid i dont have a serial port =(14:47
amitkrtg: smb_tp: that commit looks like it will affect every sound driver14:47
rtgamitk: is that the culprit?14:47
pwnguinhuzah14:48
pwnguinfail14:48
amitkrtg: I am going to revert and try on the classmate14:48
rtgamitk: just rename snd_core to something, then try.14:49
pwnguinamitk: after 2 minutes of no activity, it wrote some new text14:49
pwnguinit seems to still be stuck though14:50
amitkpwnguin: I'll bet it'll boot eventually :)14:50
smb_tpHm, might be bad if register all will eventually call register...14:52
pwnguinheh14:52
pwnguinwell, it doesn't seem to be spinning14:52
amitkrtg: crap.. just realised soundcore.ko comes from kernel, not ubuntu directory in /lib/modules :)14:52
rtgamitk: I was just looking to see where that file gets compiled.14:53
amitkrtg: that seems to improve things a lot14:54
amitkI'm going to revert the commit if you have no objections14:54
rtgamitk: can tyou rebuild lum with that patch reverted?14:55
amitkrtg: yeah.. doing that now14:55
xivuloncking in your tests did you try mounting /host with sync & co?14:55
rtgamitk: removing soundcore indicates it is the sound sub-system, but isn't proof positive.14:55
xivulonwould it help to have 1 sec sleep before rebooting?14:56
ckingxivulon: I couldn't see to create any filesystem corruptions whatsoever.14:58
rtgamitk: I started a new release in LUM14:58
ckingxivulon: what is interesting is looking at /proc/vmstat | grep dirty  14:58
amitkrtg: I've been seeing this since morning, but thought it was due to my usb patch for classmate suspend14:59
cking..even with the agressive vm dirty tweaks the data is not getting written back that quickly14:59
cking..one can see the writes by doing a bit of an ugly hack:  sudo echo 1 > /proc/sys/vm/block_dump  and looking at dmesg15:00
amitkpwnguin: you are running -15?15:00
pwnguinno15:00
pwnguin-1615:01
amitkyou compiled yourself?15:01
pwnguinnope =(15:01
ckingxivulon: ..even with the most aggressive vm dirty settings one can observe writes being flushed a few seconds after the initial write...15:01
pwnguini noticed -16 in the repos15:02
amitkrtg: ^^15:02
ckingxivulon: ..which could explain why some users are seeing corruptions even when we are forcing writebacks to occur as soon as possible.15:02
rtgamitk: I saw that.15:02
ckingxivulon: ..because ASAP is not really that ASAP :-(15:02
xivulonhmm15:02
rtgpwnguin: do you also have -16 LUM installed?15:02
xivulonis that an ntfs-3g / fuse implementation issue?15:03
amitkI only see -16 LRM, no LUM or kernel15:03
xivuloncking what is your suggestion based on that?15:03
pwnguinwell my mirror wins i guess15:03
amitkohh and I see -16 linux-libc-dev15:03
ckingxivulon: no. I initially thought it was all the layering in the ntfs-3g, fuse, loopback etc.. but one can observe this on a normally mounted filesystem.15:03
smb_tpamitk: Got that installed already15:04
xivulonwhen you say "couldn't see to create any filesystem corruptions whatsoever" do you mean you couldn't create corruptions or that you were simply not testing that15:04
xivulonso it's a kernel issue...15:04
ckingxivulon: so it appears what the kernel documentation says and what is actually happening differ.15:04
xivulonnot to pleased to hear that15:05
ckingxivulon: as for the corruptions: I hammered the system with loads of creat's and unlinks and forced a reboot and everything was OK...15:05
amitksmb_tp: no sideeffects?15:05
ckingxivulon: and also I repeated this several times and pulled the plug and got the normal fsck'ing fixes but I did not get any major failures15:06
xivuloncking that is in line with lack of reports on the matter. was this with the new initramfs / umountroot or in a plain vanilla case?15:06
ckingxivulon: it was using the new scripts from the bug report15:06
smb_tpamitk: None I noted, but I guess this only affects programs comiled on that host. and I didn't compile any user-space15:07
xivulonwell that is good news15:07
xivulonfor once...15:07
amitkrebooting now....15:07
ckingxivulon: I left some notes on the bug report so one can see what I mean about the write backs being a little bit too lazy for my liking15:07
xivuloncould it be that the mount options (sync & co) interfere with sysctl?15:08
ckingxivulon: no. when I saw the less than perfect performance I tried it on a vanilla configuration to do a sanity check - i.e. no insane sync,dirsync,commit=1 flags.15:09
xivuloncking: would you suggest we keep mount options and/or sysctl settings?15:09
cking..and I saw the same "problem".  We are probably seeing the pdflush pushing out all it can before it gets rescheduled or something. I need to shove a whole load of debug in to see why it is a little less aggressive than expecyed15:10
xivulonso I guess you'll need some more time for the tests then we can reassess15:11
xivulonI would not think though that in the light of what you say the new initrd/umountroot should make much difference15:11
ckingxivulon: well, closer inspection shows that the mount options are ignored by ntfs - so we just fall back to the sysctl's.15:11
xivulonsince /host is still not remounted ro (at least in my tests)15:11
ckingxivulon: agreed15:12
ckingxivulon: I basically need to figure out why pdflush is not being totally true to the vm dirty knobs15:13
amitkrtg: revert works and sound is back15:13
xivulonsure, keep in mind that we'll need to do a feature freeze exception for each change, if something is not strictly necesseray (proven to be so) we should skip it15:13
amitkrtg: I've pushed the revert to lum15:13
xivulonthat applies to initrd, sysctl and umountroot15:13
ckingxivulon: yep. Well I think the real issue is that we want to flush blocks out asap and I need to figure out why the pdflush does not quite match the behaviour as described on the lid15:15
cking^on the lid^in the docs^15:15
cking..and then I'm a little worried about tinkering with the pdflush daemon this late in a code freeze :-(15:15
cking..but it could be something obvious once I've got my head around it.15:16
ckingxivulon: any ideas on anything else we could do?15:17
xivulonnot really15:17
ckingxivulon: OK I investigate pdflush and the vm dirty knobs15:21
ckings/I/I will/15:22
xivuloncking, maybe doublecheck whether initramfs/umountroot make any difference15:36
ckingxivulon: I think most productive thing is to see if we can get pdflush to really do aggressive writebacks to limit loopbacke'd fs corruption 15:38
ckingxivulon: I hope it is something obvious15:39
xivulonagree15:40
xivulonby the way, wouldn't something like that be relevant also for vm?15:41
xivulonthat too is a nested fs and hence subject to the same vulnerabilities15:43
xivulonI am surprised I am the only one running into this15:43
xivulonat least for the power-loss part (normal reboot is very different of course)15:51
rtgamitk: I verified the cx88 revert. it definitely makes a difference.16:20
amitkrtg: half the patch was mutexes, it had to ;)16:21
rtgamitk: I looked through it when I applied it. everything looked balanced, _and_ it came from upstream.16:21
amitkrtg: I guess it needs another part from upstream16:22
rtgamitk: could be. now I'm f\gonna have to figure out what the real cx88 crash was .16:23
=== jayc__ is now known as jayc_
nxvli have just updated to -16 kernel and it hangs17:33
rtgnxvl: LUM is currently percolating with a fix. wait for linux-ubuntu-modules-2.6.24 16.2217:34
nxvlok17:34
nxvlso it was a know issue?17:34
pwnguinheh17:34
pwnguinonly recently17:34
rtgnxvl: it became a known issue fairly quickly.17:35
nxvlyes of course it has no more than one day uploaded17:35
nxvlbut if you already have what you need to fix it17:35
nxvli'm ok17:35
pwnguin16.22?17:35
rtghttps://launchpad.net/ubuntu/+source/linux-ubuntu-modules-2.6.24/2.6.24-16.2217:35
pwnguini have linux-headers at 16.3017:36
pwnguinis that . not kept in sync?17:36
rtgpwnguin: The LUM package version is not related to the headers package version (except for the ABI number)17:37
pwnguinok17:38
nxvlso, fix is released and we only need to wait until it reach the mirrors?17:39
rtgyep17:39
pwnguinnot booting is a fairly high priority bug ;)17:39
pwnguinespcially when someone like amitk and reproduce it17:40
nxvlok thanks!17:41
nxvlbtw17:58
nxvli forgot to report something else17:58
nxvli hav a lenovo T6117:58
nxvlwith hotplug DVD-rom17:58
nxvlbut when iunplug it the system hangs17:59
mario_limonciellrtg, i was thinking this morning, could you see to it that LBM is shipped as available on the DVD image to install?18:40
mario_limonciellin it's pool directory or similar18:40
rtgmario_limonciell: thats a question for cjwatson18:41
mario_limonciellokay i'll ask him18:42
crimsunrtg: are there are traces from the bootup problems (WRT #212960 in l-u-m -16)?18:52
crimsunamitk: ^18:52
crimsunare there, sheesh.  can't type.18:52
rtgcrimsun: there don't seem to be. I'm looking at it now. Frank's original patch works, but the one Leann attached does not (it locks up)18:53
rtgcrimsun: I'm trying to decide if it is really the root of the problem.18:53
crimsunrtg: I don't think it is, after closer inspection.18:54
rtgcrimsun: can there really be that much list activity going on? Or is the use of mutexes just jostling the thread timing.18:54
rtgcrimsun: as far as I can remember, PCI device discovery is single threaded, right?18:55
=== inuka_desk_ is now known as inuka_desk
crimsunrtg: there shouldn't be much activity, and it is single-threaded IIRC.19:09
rtgcrimsun: that's what I thought. I'm not sure Frank's analysis is correct (about the lists getting corrupted).19:15
pepie34I can't catch an AP with my AR5008 madwifi card since the two last -14 and -15 kernel19:17
pepie34still no problem with the -12 kernel and the same userland as the others new19:17
mario_limonciellhm what is creating the symlink between cpufreq directories on two core systems initially?19:22
mario_limoncielli had thought it'd be powernowd doing it, but I don't see evidence of that19:22
pepie34any idea ? for the regression on madwifi19:23
smb_tprtg: Hm, I might be stupid but in the report snd_card_register_all is called and later snd_device_new. If thats both in core, how should that work?19:23
pepie34I should be more precise as it is a AR5XX8 chipset i had to use the madwifi svn and not the module in the restricted package19:24
pepie34it works fine on feisty/gutsy and hardy since the 2.6.24-12 kernel19:24
rtgsmb_tp: it clearly must work because its not a problem for everyone. I'm still looking at the cx88 driver. However, right now its lunch time.19:29
rtgpepie34: you are on your own 'cause I haven't pulled the madwifi branch that supports the AR5008. I've been waiting until they make it official.19:30
smb_tprtg: Enjoy. I was just thinking of the same codepath with mutexes19:30
pepie34rtg i just want to warn then that since the -14 the madwifi-svn does not work and you will get all the mac user really angry19:38
lamontamitk: so will this new kernel make my soundz werk>?19:50
* pwnguin does a zomg sd works again dance20:24
pwnguinrtg: thanks20:24
infinitylamont: You don't need sound.20:49
lamontinfinity: do too20:49
infinitylamont: The kernel team disagrees.20:50
rtglamont: we've gone out of our way to wreck only _your_ audio support.20:54
lamontrtg: I feel so much more productive without the noise-canceling music20:55
rtglamont: I thought you had audio once upon a time?20:56
sistpotyhi, can someone please look at the FFe in bug #185634 and give a comment? thanks!21:23
ubotuLaunchpad bug 185634 in ubuntu-meta "uvcvideo: iSight firmware loading does not work" [Medium,Confirmed] https://launchpad.net/bugs/18563421:23
tjaaltonis there something in -16 which broke nvidia from loading? bug 21577823:56
ubotuLaunchpad bug 215778 in linux-restricted-modules-2.6.24 "2.6.24-16.30 kernel update - nvidia: module license 'NVIDIA' taints kernel" [Undecided,Confirmed] https://launchpad.net/bugs/21577823:56
tjaaltonlrm debdiff looked good, so it shouldn't be due to the dh_strip fix23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!