[09:58] cking: heh, the only documentation I could find about ioctl (FIBMAP) was your blog! :D [09:59] now that's amusing :-) [09:59] glad the blog is doing something useful :-) [10:00] (we use it for sorting the readahead lists on rotary hard drives) [10:03] Keybuk, does it work on all filesystems in a sane manner? [10:12] cking: it works on ext[34] [10:12] and seems to work on btrfs [10:12] that's *all* I care about ;) === hughhalf is now known as hughhalf_afk [13:50] smb, you have a bug which is about the wrong kernel getting selected as the next kernel when a kernel is installed [13:50] can you remember the # [13:51] apw, I remember there was one. But I have to dig for it [13:51] if it takes more than a minute, don't bother i don't need it for anything other than a comment [13:53] apw, must be bug 364029 [13:53] Malone bug 364029 in linux "boots into busybox with 2.6.28-11-generic kernel." [High,In progress] https://launchpad.net/bugs/364029 [13:54] apw, It is not directly about selecting the wrong kernel, but related to what is in the / link [13:54] right but thats the one thanks [14:42] rtg_: when's the next kernel upload scheduled for? [14:43] Keybuk, gotta wait until after A3 is done. Friday perhaps? [14:43] ok [14:43] that works for me [15:04] apw, do you know how the LKML tip-bot works? [15:04] rtg_, not explicitly but i assume its reporting on the tip tree as people add branches there [15:22] rtg_: have you considered patchwork for our ML? http://ozlabs.org/~jk/projects/patchwork/ [15:26] amitk, have you used patchwork ? [15:27] rtg_: not personally. But it is used on several lists nowadays including the OMAP list [15:28] amitk, ok, I'll get on my list of things to think about. [15:28] and netdev [15:28] http://patchwork.ozlabs.org/project/netdev/list/ [15:28] rtg_: you can put it on the bottom of you TODO pile. But it looked interesting... [15:29] amitk, if davem is using it, then it likely has some merit. he reviews a boatload of patches. [15:30] rtg_: more than review, it is useful to ensure that patches posted to the list are not lost [16:04] how clever do we think the kernel's I/O scheduler is? === zul_ is now known as zul [16:41] \n [16:45] Keybuk, better than it was before karmic [16:46] ;) [17:47] weekly meeting in 10 mins [17:59] *** kernel meeting starting over on #ubuntu-meeting [17:59] a === BenSee is now known as BenC === Solarion_ is now known as Solarion === infinity_ is now known as infinity === MT- is now known as MTecknology === MTecknology is now known as MT- [22:40] Hello. [22:40] When I have to pass boot options to the kernel, should I remove the -- that are in the end of the line? [22:43] Athunye, are you doing it on the grub edit line ? [22:47] manjo: I'm editing the line. Although, my ubuntu does not show my Ethernet card in lspci, and wireless is detected but does not connect. [22:48] So, I'm looking for boot options that could help me on this issue... [22:48] Athunye, are you already booted into the system ? [22:48] what version of ubuntu are u running (please tell me atleast jaunty :) ) [22:49] Yes. Jaunty. I'm using the live cd now. [22:50] Wireless tries to connect for about 40 seconds and then gives up, saying that I'm disconnected... [22:50] can you do lspci -vvnn | less ? [22:50] look for Network Controller [22:52] Bradcom BCM4312 [22:52] ah crap [22:52] I already had it working, but I had to reinstall the system... [22:53] It worked out of the box before. (the wireless card at least) [22:53] it should say in your lspci -vvnn Kernel modules: [22:53] see what driver it needs [22:53] and modprobe that driver [22:53] It uses wl [22:53] ok [22:53] lsmod | grep wl [22:53] It is loaded. [22:54] hmmm [22:54] Well, perhaps the problem is in the wireless router. [22:54] and what about the Ethernet card? [22:54] I know it is should use the module atl1c [22:54] ieee80211_crypt_tkip ? [22:55] Yes. It is loaded as well [22:55] what ethernet card do you have ? [22:56] Ethernet controller: ? [22:56] When I still was able to see it in lspci it was Atheros L1C Gigabit Ethernet [22:56] after I did an update-pciids [22:56] Because it was being called attansic, wich is not the correct [22:57] hmm... you did an upgrade of jaunty ? [22:57] No. I tried a fresh install [22:57] did you install restricted modules ? [22:57] No, because I do not have connection [22:57] ah heh [22:58] hmm... [22:58] The only boot option I haven't tried yet is acpi=off [22:58] does the your wireless try to connect ? [22:58] what does dmesg say ? [22:58] Yes. [22:59] eth0: no ipv6 routers present [23:00] wlan0: ? [23:00] No. It gets called eth0 [23:00] The other was called eth1 [23:02] I even tried karmic alpha 2 [23:02] I'm trying noapic [23:02] Athunye, what happens with alpha2 ? [23:03] Athunye: have you tried disabling ipv6? [23:03] No single card gets recognized. [23:04] jjohansen: No. I don't know how to do that. :D [23:04] jjohansen, even mine says no ipv6 router .. that is normal message [23:04] its bad if his card does not get recognized in karmic [23:04] It sure is. [23:04] manjo: yeah, but I have seen people report turning it off make things magically happen [23:04] I was hoping 2.6.30 would make things better. [23:04] jjohansen, oh! [23:05] Athunye, lets try turning off IPV6 sudo vi /etc/modprobe.d/aliases [23:05] Find the line: alias net-pf-10 ipv6 [23:05] Mandriva does get the wireless working. [23:05] change to [23:05] alias net-pf-10 off [23:06] or alias net-pf-10 off ipv6 rather [23:06] and reboot [23:06] Just a moment, please [23:07] actually I was thinking more ipv6.disable=1 in grub [23:08] apw, you know of the issue where Atheros L1C Gigabit Ethernet not recognized in karmic ? [23:08] jjohansen, heh or that [23:08] Athunye, jjohansen's method is more straight fwd I think... [23:09] Should I put that after title ... -generic. Am I right? [23:11] yeah you can put it before ro quiet splash [23:11] And how coma 2.6.30 does not have wl? [23:11] how come* [23:12] which 2.6.30? [23:13] The .deb ones I tried to install (I could not compile because I could not eve install ncurses-devel run make menuconfig. [23:14] Athunye: hrmm from alpha2? [23:14] Athunye, linux-restricted-modules [23:16] http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/ [23:17] It says "ignoring unknown option ipv6.disable=1 [23:17] jjohansen, are you sure of that option ? [23:18] manjo: hrmm, I know it exists in some kernels, I just assumed it was present [23:18] heh [23:19] manjo: I don't have /etc/modprobe.d/aliases [23:20] vi [23:21] yes. I don't have that file. [23:21] how about echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [23:21] alias net-pf-10 ipv6 off [23:21] alias net-pf-10 off [23:21] alias ivp6 off [23:22] Waht about /etc/sysctl.conf? [23:24] once you reboot you can see if ipv6 is on by using the command " ip a | grep inet6 " [23:24] Athunye, you can also create a /etc/modprobe.d/bad_list [23:24] with those lines [23:25] you can add net.ipv6.conf.all.disable_ipv6=1 to /etc/sysctl.conf [23:25] in the bad_list file you can say alias net-pf-10 off [23:25] and reboot [23:25] Athunye, either way .. so you have so many options now to turn off IPV6 :) more than you needed to know [23:28] hrmm, doing a little googling turned this up http://www.ubuntu-inside.me/2009/04/howto-disable-ipv6-at-ubuntu-jaunty.html