[00:13] E: jasper error, can not handle this disk type [00:13] then... it magically goes on to handle "that disk type" [00:26] /msg nickserv register panda myscheiss@schenkelklopfer.de [00:26] hahha [00:29] hi guys [00:29] i'm using my omap4 pandaboard with ubuntu 11.04 headless [00:30] but i can't use the audio [00:30] problem is here: http://groups.google.com/group/pandaboard/browse_thread/thread/4adab31bf7a229e0 [00:30] anyone aware of this issue? [01:16] there is a bug report for that [01:16] and in the bug report is a work around [01:16] i think the readme that comes with the distribution also tells a work around [07:57] I thought there was an SRU that fixed that: new kernel, new alsa-libs [10:45] Hi all, I'm getting these errors when compiling hostapd: error: ?return? undeclared (first use in this function) [10:46] Yesterday my pandaboard froze when I loaded a new wireless driver [10:46] So I rebooted it and now I am getting compile errors [10:47] So I think some file is corrupted [10:48] look into this file [10:48] if there really is ?return? [10:52] The full line is: /usr/include/stdlib.h:281:3: error: ?return? undeclared (first use in this function) [10:52] And that line reads: return strtod (__nptr, (char **) NULL); [11:01] I wonder where the "?" comes from [11:03] invisible chars ? [11:03] invisible [11:04] than is something wrong [11:04] try to reinstal libc and libc-dev package [11:04] with apt-get install --reinstall [11:18] LBo, woglinde: the "?" looks like a locale issue in the error message. You can see whether that's the case by doing export LC_ALL=C and then building again. [11:19] There is probably no ?return? in the source: it's just the compiler trying to print `return' [11:20] dmart exactly [11:20] I think the ?'s are because of my irc client [11:21] So the error is: error: 'return' undeclared [11:22] LBo: it sounds like you may be right: either the source or the toolchain may be damaged. Can you reproduce it with a simple test case (i.e., int f(void) { return 0; }) ? [11:22] More likely though, some source or headers got corrupted... [11:23] hello.c:7:1: error: ?return? undeclared (first use in this function) [11:24] I just did an: sudo aptitude reinstall libc6 libc-dev-bin libc-bin libc6-dev [11:24] But that doesn't make a difference [11:25] markos__: generally, any instruction with an "f" in is an obsolete mnemonic -- either FPA, or old-style VFP mnemonics (the modern syntax starts all the VFP/NEON mnemonics the "V" instead of "F") [11:25] oops, wrong channel again [11:26] markos__: where does this actually come from? [11:27] * dmart sighs [11:27] :) [11:34] *g* [11:34] linaro channel? [11:35] yep [11:39] dmart: any ideas how I could fix this? [11:40] LBo try to install new [11:41] *sorry* [11:49] LBo: If you can easily reinstall, that might be easiest ... otherwise, if something is corrupted it could be tricky to find out what needs reinstalling. [11:49] Yeah, I'll do a little more searching and else I'm going to reinstall :( [11:51] Yesssss [11:51] sudo apt-get install --reinstall libc-dev-bin libc-bin libc6-dev cpp g++ gcc cpp-4.5 g++-4.5 gcc-4.5 worked [11:52] LBo: cool... maybe a header file got mangled [11:53] Yeah I had a few lockups in one hour and pulling the power on the pandaboard wasn't a good idea :s [11:53] I'm gonna Google for a setting to flush to disk a little faster [12:17] LBo, If you're not using a rotary disk, be aware that more frequent flushing can have considerable negative performance implications. [12:18] Actually, I should say "cached disk" rather than "rotary disk", as many of the SSD implementations have decent caching implementations that mask the details from the kernel. [12:18] That said, pulling power is almost never a safe operation :) [12:18] Yeah I know but I only want to use it when I'm doing "dangerous" stuff === Tscheesy is now known as Guest83191 [13:21] I have installed lxde using apt-get install lxde command. [13:21] But after the boot I end up with the terminal instead [13:22] What to configure to reach to the desktop [13:22] lookinto Xorg.log [13:25] woglinde: let me paste my Xorg.log to pastebin [13:29] woglinde: http://sudrap.org/paste/text/15555/ [13:30] kunguz, you shjould have installed lubuntu-desktop instead, that also pulls in a display manager (i.e. GDM) [13:31] ogra_: ok let me install it [13:31] i dont think the lxde package depends on any display managers [13:31] ogra_: install is in progress, hope this helps. Thank you very much for the suggestion. [13:32] welcome [13:32] it should work [13:34] ogra_: interesting, it returns as E: Broken packages [13:34] thats natty ? [13:34] or oneiric ? [13:34] ogra_: yes [13:34] ogra_: natty, it is [13:34] ogra_: I felt like Yoda :D [13:34] weird, can you pastebin ? [13:34] sure [13:35] ogra_: http://sudrap.org/paste/text/15556/ [13:46] kunguz, ugh [13:46] kunguz, just install gdm then ... it should offer you lxde [13:46] look like the lubuntu folks hardcode a dependency on chromium [13:46] *looks [13:55] Rather, the dependency on chromium is set based on metapackage construction, as the tasks aren't cleanly implemented yet. [13:56] i guess its the latter, given thats natty [13:56] iirc proper task generation for lubuntu is only in oneiric [13:57] Did that get sorted? I remember gilir looking at it, but I didn't hear that it landed. [13:57] i just saw an upload mentioning it on -changes [13:57] didnt look into if it works or so [13:58] Ah, excellent. [13:58] shouldnt you be in the aiR btw ? [13:58] Doesn't matter until the SAN is available, really, as that's the major blocker, and it's hard to test this stuff with neither documentation nor working infrastructure. [13:59] * persia refuses to be limited in IRC activity by mere physical location or relative vector === robclark_ is now known as robclark [16:54] Does apt have a mechanism for deploying/distributing package update beside internet access? I need to be able to make a list of packages which a system needs and then distribute the update to the system using other means than network. [16:55] I've tried apt-offline, but it uses a back and forth model where you'd have to transfer files to and from the system [16:56] Installing the repo and/or packages on the system is not hard, but it's figuring which packages that should be included in the update [17:59] hi all [17:59] can anyone tell me is there any iic, spi or uart driver in ubuntu for expansion port in pandaboard ? === prpplague^2 is now known as prpplague [20:37] Now, if only I could get 1080p on the D-Sub output on this Quickstart, I'd be happy. === plars_ is now known as plars