maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   dmesg please! (https://talk.maemo.org/showthread.php?t=31017)

lardman 2009-08-27 16:22

dmesg please!
 
Could we have a copy of the post-boot dmesg for the device please. Pretty please!

And a list of the modules too please! :)

Thanks

fanoush 2009-09-21 12:45

Re: dmesg please!
 
Did I miss something or we still don't have this? Anyone with N900 in hand? qole, qwerty12, lcuk, ... qgil ... anyone?

Last relevant #maemo irc search result:
Quote:

2009-09-14 (Monday):
frals: btw, has anyone posted dmesg output yet or is that nda-material until release? :p 12:32
johnx: which is funny, because I sware quim told me I should run dmesg on the "dev" unit at danish weekend :) 12:33
frals: someone should head over the flagship stores and get the dmesg output ;) 12:34

zerojay 2009-09-21 13:12

Re: dmesg please!
 
Quote:

Originally Posted by fanoush (Post 330640)
Did I miss something or we still don't have this? Anyone with N900 in hand? qole, qwerty12, lcuk, ... qgil ... anyone?

Last relevant #maemo irc search result:

Pretty sure that those who have the device are under NDA and cannot provide them.. and there's also the issue that they would most likely have prototypes that may or may not have the final hardware in it anyways.

Patience, guys... and yes, I'm very aware of how hard it is to be patient these days. ;)

fanoush 2009-09-21 13:34

Re: dmesg please!
 
Quote:

Originally Posted by zerojay (Post 330651)
Pretty sure that those who have the device are under NDA and cannot provide them..

Ok, could be for those who have them for longer time but I hardly believe demo units handed to people at Nokia summit needed NDA before playing with it
Quote:

Originally Posted by zerojay (Post 330651)
and there's also the issue that they would most likely have prototypes that may or may not have the final hardware in it anyways.

ditto. early units maybe but recent demo units hardly
Quote:

Originally Posted by zerojay (Post 330651)
Patience, guys

no problem, just seemed unlikely to me that they still want to hide this information considering how much it is promoted now

qwerty12 2009-09-21 13:35

Re: dmesg please!
 
Quote:

Originally Posted by fanoush (Post 330640)
qwerty12

Sorry, I got mine recently and Nokia wouldn't take kindly to me sharing that information due to the NDA.

daperl 2009-09-21 13:59

Re: dmesg please!
 
S7 protocols. You are not authorized to communicate with us... except to tell us that you cannot communicate with us. And then Bumblebee leeks lubricants on your head.

ruskie 2009-09-21 18:18

Re: dmesg please!
 
When I played with the proto at the nokia store I forgot to check all that stuff... Just liked it so much...

dieter_be 2009-10-11 20:08

Re: dmesg please!
 
this is the dmesg of the preproduction n900 device I received at the maemo summit in Amsterdam.

http://pastebin.ca/1610167

andree 2009-10-11 20:33

Re: dmesg please!
 
nice stuff - the dmesg... :)

twl4030 is obviously used at least for keyboard, rtc, leds and vibrator... it could be used for a whole lot of other things - http://focus.ti.com/general/docs/wtb...emplateId=6123 :-)

could you also post output of 'lsusb -v'?

solideogloria 2009-10-11 20:33

Re: dmesg please!
 
Thank you!

Quote:

[ 2.871612] UBI: MTD device name: "rootfs"
[ 2.871673] UBI: MTD device size: 251 MiB
I suppose the limited rootfs size will be fixed in the production device...

is there any other useful information in it?

ewan 2009-10-11 20:35

Re: dmesg please!
 
Quote:

Originally Posted by dieter_be (Post 343952)
this is the dmesg of the preproduction n900 device I received at the maemo summit in Amsterdam.

I don't wish to seem ungrateful (because I'm not), but is that missing a chunk of the early boot messages from the beginning?

qwerty12 2009-10-11 20:37

Re: dmesg please!
 
Quote:

Originally Posted by solideogloria (Post 343963)
Thank you!


I suppose the limited rootfs size will be fixed in the production device...

is there any other useful information in it?

There's no problem to fix. That is the correct size for the rootfs, and you do have 2GB in /opt for programs to install stuff there. :)

dieter_be 2009-10-11 20:40

Re: dmesg please!
 
Quote:

Originally Posted by andree (Post 343962)
nice stuff - the dmesg... :)

twl4030 is obviously used at least for keyboard, rtc, leds and vibrator... it could be used for a whole lot of other things - http://focus.ti.com/general/docs/wtb...emplateId=6123 :-)

could you also post output of 'lsusb -v'?

will do so tomorrow, when i can use wifi at my work (my dataplan is not enabled yet).

btw, here is uname -a:
Linux Nokia-N900-41-10 2.6.28-omap1 #1 PREEMPT Wed Oct 7 16:35:25 EEST 2009 armv7l unknown

Quote:

Originally Posted by ewan (Post 343965)
I don't wish to seem ungrateful (because I'm not), but is that missing a chunk of the early boot messages from the beginning?

it also looked weird to me, but that's how it starts, really

allnameswereout 2009-10-11 20:48

Re: dmesg please!
 
Hmm strange

Quote:

[ 51.111083] warning: `dnsmasq' uses 32-bit capabilities (legacy support in use)
I thought everything was 32 bit on ARM.

Someone please try /sbin/iwconfig wlan0 mode master and see the outcome.

ewan 2009-10-11 20:55

Re: dmesg please!
 
Quote:

Originally Posted by qwerty12 (Post 343966)
There's no problem to fix. That is the correct size for the rootfs, and you do have 2GB in /opt for programs to install stuff there. :)

Do we know what happens to the space on an add-in micro-SD card? Can that (easily) be used for app installs?

fanoush 2009-10-11 21:09

Re: dmesg please!
 
Quote:

Originally Posted by dieter_be (Post 343968)
it also looked weird to me, but that's how it starts, really

There is a limited buffer inside kernel for kernel messages. Could be useful to put dmesg >/tmp/dmesg.txt as early in boot sequence as possible (like /etc/init.d/rcS or something or even /linuxrc if it exists). Or recompile kernel with bigger buffer (increase CONFIG_LOG_BUF_SHIFT) :-)

pycage 2009-10-11 21:16

Re: dmesg please!
 
Quote:

Originally Posted by ewan (Post 343979)
Do we know what happens to the space on an add-in micro-SD card? Can that (easily) be used for app installs?

Yes, format the SD card with ext3 fs and have the /opt symlink point to its mountpoint.

allnameswereout 2009-10-11 21:31

Re: dmesg please!
 
Is there a /var/log/dmesg ? If not, syslogd can be told to maintain one.

tso 2009-10-11 21:54

Re: dmesg please!
 
would lsusb work?

i see the kernel locates a usb hub...

lma 2009-10-12 10:08

Re: dmesg please!
 
Quote:

Originally Posted by allnameswereout (Post 343972)
I thought everything was 32 bit on ARM.

Nothing to do with processor architeture, this refers to the kernel capability bitmap which was extended from 32 to 64 bits a couple of years ago.

dieter_be 2009-10-12 12:04

Re: dmesg please!
 
nothing to be found in /var/log.

lsusb -v: http://pastebin.ca/1615184

Btw, there was a short talk at the summit about the hardware in the n900 and powersaving features. See http://wiki.maemo.org/Maemo_Summit_2...wer_management

All talks were taped so I guess the video will be online soon.

tso 2009-10-12 13:18

Re: dmesg please!
 
hmm, a 1 port hub, and the hub status is "power"...

daperl 2009-10-23 17:11

Re: dmesg please!
 
Quote:

Originally Posted by dieter_be (Post 343952)
this is the dmesg of the preproduction n900 device I received at the maemo summit in Amsterdam.

http://pastebin.ca/1610167

Thanks for this. Can you please post the output of the following:

df
cat /proc/mounts


Thanks again.

daperl 2009-10-23 17:17

Re: dmesg please!
 
Also, if it wouldn't be too much trouble, can you post the output of:

hal-device

Jed 2009-10-23 17:38

Re: dmesg please!
 
That lsusb output gives me hope for eventual host mode.

If the only thing configuring that one port to be a 'power' port is software, then host mode is within hack reach.


All times are GMT. The time now is 08:04.

vBulletin® Version 3.8.8