[09:48] hey [09:48] is anyone here? [09:48] there are lots of people here [09:49] Of course not - this is a virtual world :) [10:57] hi all [11:00] trying to strip down running kernel modules on a netbook (acer aspire one, SSD version) running intrepid, 2.6.27-7-generic. having trouble understanding relationship between sdhci_pci and sdhci. [11:01] modprobe sdhci_pci says "WARNING: Error inserting sdhci (/lib/modules/.../sdhci.ko): Invalid module format" [11:01] assume sdhci_pci depends on sdhci, which modprobe tries to install first. but why would sdhci (which is unmodified from stock kernel source) give an invalid format error? [11:18] heywood: did youo check dmesg for further errors? [11:19] usually the invalid format can be generated if you compiled the module with a different compiler as the stock kernel [11:23] checking now. looks like one of my modules exports the same symbol as sdhci_pci, which may be causing that error. brb... [11:28] i've got a problem with =>2.6.27 [11:28] i've got a bcm4401-b0 lan and bcm4328 wlan [11:29] at startup the lan-adapter loads b44 and ssb driver [11:29] and after that the propritaery broadcom driver cant use the wlan-chip, because ssb blocks it [11:29] @alex_joni: weird. i have an sdhci driver i've built myself (call it sdhci_extended) and i'm doing the following, in order, in a shell script (as root): rmmod all_relevant_modules [in order] --> modprobe mmc_core --> insmod sdhci_extended --> modprobe sdhci_pci [11:30] so i have to manually unload ssb and b44 and load the wl driver frist [11:30] d3xter: Have you posted a bug report? [11:30] IntuitiveNipple: not yet [11:30] d3xter: That would be best... generally people don't have time here to follow instant questions [11:31] on launchpad? [11:31] d3xter: Yes, against the "linux" package. The post the bug reference here. It'll also be announced on the kernel-bugs mailing list [11:32] ok thx [11:33] dumb question: in the output of lsmod, is the last column "depends on" or "used by"? [11:34] used by [11:34] thanks [11:36] @alex_joni: (continuing previous comment...) when i insmod my sdhci_extended, it shows up in lsmod normally, and also in the "referred to by" list for mmc_core. so far so good. [11:40] now when i do modprobe sdhci_pci, it shows up in the lsmod output by itself, and also in the "referred to by" list for my sdhci_extended. both of those are as expected. but at this point i also get the error about "error inserting sdhci: invalid module format". in dmesg i see that same message, but then a bunch more from sdhci _after_ it -- which suggests sdhci is loading after all. [11:41] does that sound like a showstopper, or more like a nuisance? [11:42] (point is, i need to do many many hours of data gathering, have no easy way to check if all is OK during the run, and don't want to find out only at the end that it didn't work or dropped packets or something) [11:51] heywood: try loading your module with insmod [11:51] modprobe will do smart things and pull in dependencies, insmod won't [11:52] assume i should call insmod with /lib/modules/`uname -r`/... , correct? (i have several kernels on the machine) [11:58] yup [12:04] ok, will give it a try. thanks! [12:07] ok, i've posted a bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335391 [12:07] Malone bug 335391 in linux "Broadcom LAN Driver blocks Broadcom WLAN" [Undecided,New] [12:11] @alex_joni: ran modprobe -v to check i wasn't missing any other dependencies. confirmed that it only tries to insmod sdhci (which fails), then sdhci_pci. so just doing insmod sdhci_pci should be safe and i won't miss anything else. [12:11] thanks for your help! :) [12:14] heywood: glad I could help [12:26] ? [13:00] can anyone help me understand what the commands in the Linplus section of "tweaks for powersaving" on https://help.ubuntu.com/community/AspireOne do? [13:02] trying to figure out if i can safely comment them out. don't care about power saving (running from AC adapter), but do care about minimizing system activity (interrupts, etc.) while my code is running. [13:56] [Ubuntu 8.04.2, 2.6.24-23-generic] I have doubled my RAM size from 512 to 1024 MB. Why does Ubuntu not increase the value 512*1024 in /sys/power/image_size accordingly? [14:04] bullgard4, See Documentation/ABI/testing/sysfs-power. It is just a default value not related to your ram size. [14:09] smb_tp: /usr/share/doc/linux-doc-2.6.22/Documentation/ABI/testing/sysfs-power/Rafael J. Wysocki says differently: "The /sys/power/image_size file controls the size of the image created by the suspend-to-disk mechanism." [14:12] And in the other Doc he writes, that the kernel will try to get the image within that size but will continue to hibernate if that fails. [14:13] However, if it turns out to be [14:13] impossible, the kernel will try to suspend anyway using the [14:13] smallest image possible. In particular, if "0" is written to [14:13] this file, the suspend image will be as small as possible. [14:13] Reading from this file will display the current image size [14:13] limit, which is set to 500 MB by default. === TimStarling is now known as Tim-away [14:37] So where will I find guidance how to make better use of available RAM size in order to resume or thaw faster? [16:01] hi all, does anyone know what the most serious consequences are of turning off sysklogd and klogd for runlevel 2? is there anything to worry about beyond not having debug info available via dmesg? [16:43] heywood: If you're not worried about missing kernel reports I don't see a problem with that [16:43] apw: ping [16:43] hi [16:45] Hey. I'm working through all the bugs tags 'resume' right now. There's a fair few that have "High/Medium" but haven't been touched and may be fixed. Could you look at Bug #312411 and close it if appropriate please? [16:45] Malone bug 312411 in linux "[Jaunty] Suspend/resume failure on ThinkPad T61 (pulseaudio-related?)" [High,In progress] https://launchpad.net/bugs/312411 [16:45] @IN: ok, thanks. [16:47] IntuitiveNipple, done [16:48] apw: many thanks. I want to get the launchpad report into some kind of sane order :) [16:48] which report you looking at? [16:48] Advanced search for all tags "resume" against "linux" [16:50] ahh i see