/srv/irclogs.ubuntu.com/2009/04/20/#ubuntu-kernel.txt

=== TheMuso_ is now known as TheMuso
kyle___iv compiled the kernel using git and the command "CONCURRENCY_LEVEL=2 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic" . I need to execute the "sudo dpkg -i linux-image-<version>.deb" command but no dice. Where are the deb files?03:55
kyle___im sorry... they tricked me and put them in the home folder03:57
kyle___im an idiot03:57
kyle___After a kernel compile and install (git) nVidia graphic drivers no longer work. I didn't modify the kernel config in any way. Is their a kernel option I need to have before the prop nividia drivers will work?04:15
mase_workHi guys, i am going through the suspend resume script on some laptops i have at work  but i am running into some problems with a few of them. Basically it gets to various stages in the test cycle, some further than others and on resume it logs me out04:39
mase_workso i log back in again04:39
mase_workrun the script04:39
mase_workand it starts again from scratch04:39
mase_worki can never get it to provide feedback04:40
amitksmb_tp: the thinkpad-acpi maintainer was on here during the weekend looking for a git tree to target his patches to09:37
amitkperhaps it would be help to consult him too regarding this problem09:37
smb_tpThat would be helpful, what nick was he using?09:38
* amitk checks his logs09:40
smb_tpThe problems seems to be two sided. The state of the hw loudness seems to automatically change, when pressing the thinkpad buttons. Plus there is no way to see the state of it through the alsa mixer interface09:40
apwno way to read it huh, that would make life tricky09:41
smb_tpYou can read it09:42
smb_tpThe thinkpad acpi exporses the values through its interface09:42
amitksmb_tp: his nick is hmh. And log of his conversation is here: http://pastebin.ubuntu.com/154556/09:42
smb_tpBut as it is a separate place it can get a) confusing and b) it is not visible if you look at the mixers in the gui09:43
apwsounds like there may be some patches coming, if only we knew what they were to fix"09:44
apw!09:44
amitkmight help to contact him directly09:45
smb_tpProbably the first good step is not to tie the keys to changes on the hw-mixer09:45
apwamitk, yeah am looking for his email addy09:45
=== Keybuk_ is now known as Keybuk
Kanohi, does 2.6.30 branch boot?11:00
Kanocould not get it working with intel g35 chipset11:00
amitkKano: it does for some people11:13
Kanoi guess that fast boot does not work for me11:14
emgentit`s possible make an udev hack for manage the kernel module product keys and id ?11:48
emgentfor example A module have: { USB_DEVICE(0x0c88, 0x17da) },11:48
emgentit`s possible make an alias from it to { USB_DEVICE(0x19d2, 0x0001) }, ?11:48
=== __Purple__ is now known as _Purple_
anubhavemgent, you can do it through /sys  using  new_id12:23
Kanohi rtg , how to disalbe that fastboot mode of 2.6.30? it does not start here13:47
rtgAFAIK you can't yet. I read that Garzik is having problems also, so Arjan is working on an option fast boot setting.13:48
broonieYes, there was a thread on lkml on Friday or so.13:49
=== zul_ is now known as zul
asacwhat bugmail goes to the ubuntu linux-bugs mailing list? all bug mail for linux* packages?14:21
asacerr kernel-bugs i mean ;)14:21
Keybukrtg: when I do a config commit, I should run updateconfigs first?14:43
Keybukwhen I do that, several things shift that I didn't expect14:43
Keybukseems to have been a while since anyone ran it14:43
Keybukok to just not run updateconfigs?14:43
rtgKeybuk: if you're making changes to configs, you should run updateconfigs before you make the commit. 14:45
smb_tpTrue, seems there was someone forgetting this for armel changes to Jaunty14:46
Keybukrtg: but then the patch will include random chaff14:46
rtgKeybuk: usually it doesn't. you just got lucky.14:47
Keybukheh14:47
Keybukok14:47
Keybukso about the change14:47
KeybukI'd like to disable "libusual" and "ub"14:47
Keybuknobody maintains them anymore14:47
KeybukRedHat and SuSE don't use them14:47
Keybukand they break this Latitude XT that pgraner has promised me I can keep if it's fixed <g>14:47
Keybukbecause libusual causes the kernel to run "modprobe usb-storage" by itself14:47
Keybukand it does it before the initramfs has called depmod14:47
rtghmm, I don't even know what libusual is.14:48
Keybukit's a crazy-arsed thing14:48
Keybukit takes all of the aliases away from usb-storage14:48
Keybukand builds them into the kernel instead14:48
Keybukin theory so you can override it and use "ub" instead of usb-storage14:48
Keybukall pre-modalias I guess14:48
Keybukso it works by doing the probe match in libusual, then running "modprobe usb-storage" if it's not yet loaded14:49
Keybukof course, nobody maintains ub anymore either14:49
rtgKeybuk: are you proposing this for Jaunty?14:49
KeybukKarmic14:49
rtgoh, no problem for Karmic. send a patch14:50
Keybukbut since this is a fails-to-boot-from-USB issue for at least one laptop, and reading the code, is going to fail even more I *might* try and persuade it for jaunty14:50
Keybukdepends whether you're planning another kernel build or not14:50
rtgKeybuk: there will certainly be -updates uploads. I think smb_tplikely has one about ready to go.14:50
Keybukok14:51
smb_tprtg, Not exactly ready to go for Jaunty, but there have been a few changes queueing  up14:51
Keybuklet me finish testing this, and I'll toss towards ubuntu-kernel the karmic patch and jaunty one "just in case"14:51
Keybuk(where I'll talk to pete and steve first)14:52
rtgKeybuk: yeah, I'd like to hold off on any -updates uploads until after Thursday release14:52
Keybukthis should be config-updates template right?14:53
Keybukor patch?14:54
rtgKeybuk: For Jaunty make it a patch template sine it'll require an SRU. For Karmic, an updates template is fine.14:54
Keybukupdates doesn't have a bug# field though?14:56
rtgKeybuk: thats OK for Karmic.14:56
Keybukbut I want to include the bug# don't I?14:57
rtgKeybuk: you can if you like. I'm not requiring it for Karmic. In fact, I'll be making lots of changes to Karmic over the next month or so, most of them without a bug reference.14:58
Keybukok14:58
Keybukoh arsebiscuits15:01
KeybukThe ABI Checking strikes...15:01
KeybukYou die15:01
rtgKarmic? It should be effectively disabled.15:01
Keybukno, testing on jaunty15:01
Keybukused HEAD instead of .1815:02
rtgah15:02
Keybukyou'd added a .19 ;)15:02
rtgI did? or smb_tp ?15:02
Keybukyou15:02
Keybukff8428c15:03
smb_tp.19 ? that sounds quite old for Jaunty...15:04
rtgKeybuk: I'm not sure what you're referring to. Jaunty is at ABI 11, e.g. 2.6.28-1115:04
smb_tp-11.4215:04
Keybukoh...15:06
Keybukarse15:06
Keybukfetch and forgot to pull ;)15:06
* Keybuk does the lazy man's just make this origin15:07
rtgKeybuk: you shouldn't be pulling anyway, you should be 'git fetch origin && git rebase origin'.15:07
Keybukrebase ?!15:08
Keybukrebase is just temptation to not get my patches to you15:08
Keybukgit fetch origin && git reset --hard origin/master15:08
rtgKeybuk: correct. that keeps your local changes at the top of the tree.15:08
Keybuksure ;)  I don't keep any local changes15:10
Keybukif I do any, they're on a topic branch15:10
=== thunderstruck is now known as gnomefreak
RainCTHi15:42
RainCTIs some dev around? On Jaunty (since around alpha 5, perhaps a earlier) my filesystem gets corrupted on a daily basis (often when I start fsck will want to run because of unclean shutdown -even though I powered of correctly-, ask me to fix manually and find hunderts or problems, and sometimes it will even switch to read only while I'm using it and be corrupted)15:45
RainCTThis happens with both ext3 and ext4, but only with Jaunty's kernel. I tried Debian Lenny with the default 2.6.26 kernel and 2.6.29 from unstable and those worked fine, and now I'm trying Jaunty with 2.6.29 from kernel.ubuntu.com and I haven't had any problems neither15:47
KeybukEE: Missing modules (start begging for mercy)15:59
Keybuk!!15:59
rtgKeybuk: you'll need an ignore.modules file. see debian/scripts/module-check for the various options.16:01
Keybukoh, I just put a - in the way of the check ;)16:02
Keybukbut yeah, looks like my patch involves symbols moving and missing modules16:04
Keybuknot sure how much of a worry that is for -updates16:04
rtgKeybuk: is it an ABI bumper?16:05
smb_tpIt will need an ABI bump, but the next updates for Jaunty will need one anyway16:05
amitkdidn't we revert a bunch of patches that were bumping abi16:05
amitk?16:05
smb_tpamitk, One I know of. wireless iirc16:06
rtgamitk: yeah, I postponed one for wireless resume IIRC16:06
=== pgraner`` is now known as pgraner
xnguardCan anyone comment on the progress of getting #297213 resolved, or tell me what I can do to work around it in the meantime?17:20
bradfxnguard: I can look into this, however, it will not make it into the initial Jaunty release17:41
xnguardbradf: Thanks.17:42
bradfxnguard: Jaunty kernel is now frozen and only SRU will be accepted17:42
xnguardYeah, I sort of guessed it was too late for a kernel module written specifically for a package in universe. :)17:42
bradfxnguard: I've assigned the bug to myself. Not promising that it will get fixed but If it doesn't for some reason, I will add information to the bug.17:43
xnguardbradf: Great, thanks.  Any update at all is appreciated at this point. :)17:44
amitkrtg: union filesystem ---> http://valhenson.livejournal.com/36620.html18:00
Kanortg: will you add aufs2?18:01
rtgKano: we won't decide until after UDS18:03
Kanowhy decide, just add to try it18:04
Kanoyou would only need to packag new aufs2 tools18:05
Kanoif you dont add you can not try18:06
speakmanhi folk. I can't find PPP in kernel menuconfig. Do I have to enable anything to see it?18:18
speakmanOh, it was in device driver menu. Strange18:20
KeybukBEFORE18:24
Keybukwing-commander scott% modinfo usb-storage | grep "^alias:" | wc -l18:24
Keybuk018:24
KeybukAFTER18:24
Keybukwing-commander nolibusual% modinfo lib/modules/2.6.28-11-generic/kernel/drivers/usb/storage/usb-storage.ko | grep "^alias:" | wc -l18:24
Keybuk35018:24
=== thunderstruck is now known as gnomefreak
=== thunderstruck is now known as gnomefreak
jameswfEcho echo echo..23:07
jameswfStefan/Brian Rogers apparently commited a fix for #268502 Anyway to get saifd files without cloning the whole git tree23:08
=== Nafallo_ is now known as Nafallo
=== asac_ is now known as asac

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