/srv/irclogs.ubuntu.com/2006/04/12/#ubuntu-kernel.txt

=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== bojohan [n=user@muon.olf.sgsnet.se] has joined #ubuntu-kernel
bojohanhello, i'm looking at Bug #29789: tv card audio not working01:30
bojohanin fact, it seems that what i need is to load tda9887 before bttv (snd_bt87x isn't involved)01:38
bojohanbad: $ insmod tuner.ko ; insmod bttv.ko autoload=0 ; insmod tda9887.ko01:38
bojohangood: $ insmod tuner.ko ; insmod tda9887.ko ; insmod bttv.ko autoload=001:38
bojohan(bttv autoloads tda9887)01:38
bojohanis this useful to anyone?01:40
bojohanPinnacle PCTV using line-out01:41
NAiLzul: Thanks (If it was you committing the fix) :)01:46
zulNAiL: no probs the patch was pushed to benc this morning01:47
NAiLSo it'll get built and put in the feeds eventually?01:48
zulyeah01:48
NAiLCool :-)01:48
NAiLWill it eventually be pushed upstream too?01:51
zulmaybe..01:52
=== human_blip [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== bojohan [n=user@linus003.dd.chalmers.se] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== joelbryan [n=joelbrya@210.213.156.191] has joined #ubuntu-kernel
joelbryanIs it just me or the kernel 2.15-20 feels much faster?03:50
crimsunit feels the same as 19 to me03:50
joelbryanit's faster doing grep regexp search03:51
crimsungot a test case?03:51
joelbryangrep -i -R "word" *03:57
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
crimsunjoelbryan: can't see any differenc.05:53
crimsun+e05:53
infinityjoelbryan: If "*" is a really large list of files, maybe you're just seeing some good disk caching going on.06:11
infinityjoelbryan: If not, then the kernel has nothing to do with it, and you'd look to grep or glibc for having made that faster.06:11
=== infinity decides to plan a patch to put a full POSIX and PCRE regex implementation in kernel space, and post it to LKML next April 1.
=== human_blip [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== SEJeff [n=alicia@12-211-125-247.client.insightbb.com] has joined #ubuntu-kernel
=== smurf [n=smurf@debian/developer/smurf] has joined #ubuntu-kernel
=== doko_ [n=doko@dslb-088-073-091-042.pools.arcor-ip.net] has joined #ubuntu-kernel
=== jane_ [n=JaneW@dsl-146-191-135.telkomadsl.co.za] has joined #ubuntu-kernel
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
=== Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-kernel
=== zul [n=chuck@fpott03.dinmar.com] has joined #ubuntu-kernel
zulheylo02:52
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel
=== fs [i=fs@213.178.77.98] has joined #ubuntu-kernel
zulBenC: ping05:33
zuldoh...unping05:33
=== fs [i=fs@213.178.77.98] has joined #ubuntu-kernel
=== jkakar [n=jkakar@204.174.36.228] has joined #ubuntu-kernel
jkakarBenC: jbailey suggested I ask you this question--Do you know what the difference between "free" and "available" inodes is?07:39
cjbjkakar: What's presenting "available" inodes?07:57
jkakarcjb: Python's os.statvfs() returns a bunch of values, two of them are F_BFREE and F_BAVAIL... it says that avail are "total available to non-super user"; I'm trying to understand why the numbers would be different.07:59
cjbI think the B means they're talking about blocks, not inodes.08:00
infinityjkakar: Because filesystems have a set number of blocks and inodes reserved for root use.08:00
infinityjkakar: So regular users can't accidentally fill up the filesystem completely.08:00
jkakarinfinity: Ah, thanks.  That makes sense.08:00
infinity(base)adconrad@cthulhu:~$ sudo tune2fs -l /dev/sda3 | grep Reserved08:01
infinityReserved block count:     12209408:01
infinityReserved blocks uid:      0 (user root)08:01
infinityReserved blocks gid:      0 (group root)08:01
infinity(for example)08:01
jkakarinfinity: Awesome, thanks.08:10
=== cjb [n=cjb@islay.ra.phy.cam.ac.uk] has joined #ubuntu-kernel

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