Hi Patrick, Here are a few observations with your (20070211) image running
>> dropbear doesn't start - hence no ssh access >> I can't see /dev/random - is this missing from the kernel? >is udev started correct ? are there some devices in /dev ? So, we can see that udev is running... [EMAIL PROTECTED]:~$ ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 15 00:21 ? 00:00:04 init [5] root 2 1 0 00:21 ? 00:00:00 [ksoftirqd/0] root 3 1 0 00:21 ? 00:00:00 [events/0] root 4 1 0 00:21 ? 00:00:00 [khelper] root 5 1 0 00:21 ? 00:00:00 [kthread] root 32 5 0 00:21 ? 00:00:00 [kblockd/0] root 46 5 0 00:21 ? 00:00:00 [pdflush] root 47 5 0 00:21 ? 00:00:00 [pdflush] root 48 5 0 00:21 ? 00:00:00 [kswapd0] root 49 5 0 00:21 ? 00:00:00 [aio/0] root 147 1 0 00:21 ? 00:00:00 [mtdblockd] root 154 5 0 00:21 ? 00:00:00 [kmmcd] root 160 1 0 00:21 ? 00:00:00 [mmcqd] root 210 1 0 00:21 ? 00:00:00 udevd --daemon daemon 438 1 0 00:21 ? 00:00:00 /sbin/portmap root 734 1 0 00:21 ? 00:00:00 [krfcommd] 42 787 1 0 00:21 ? 00:00:00 /usr/bin/dbus-daemon --system root 805 1 0 00:21 ? 00:00:00 /sbin/syslogd -n -C 64 -m 20 root 807 1 0 00:21 ? 00:00:00 /sbin/klogd -n root 827 1 0 00:21 ? 00:00:00 /sbin/hcid -s -f /etc/bluetooth/ root 830 1 0 00:21 ? 00:00:00 /bin/hidd --server root 844 1 0 00:21 ttyS0 00:00:00 -sh root 845 1 0 00:21 tty1 00:00:00 /sbin/getty 38400 tty1 root 886 844 0 00:22 ttyS0 00:00:00 ps -ef And, that the nodes are made: [EMAIL PROTECTED]:/$ ls /dev apm_bios hda19 ircomm12 ircomm25 kmem mtdblock3 tty0 console hda2 ircomm13 ircomm26 log mtdblock4 tty1 fb0 hda3 ircomm14 ircomm27 mem mtdblock5 tty2 hda hda4 ircomm15 ircomm28 mtd0 mtdblock6 tty3 hda1 hda5 ircomm16 ircomm29 mtd1 mtdblock7 tty4 hda10 hda6 ircomm17 ircomm3 mtd2 null tty5 hda11 hda7 ircomm18 ircomm30 mtd3 ptmx tty6 hda12 hda8 ircomm19 ircomm31 mtd4 pts tty7 hda13 hda9 ircomm2 ircomm4 mtd5 ram0 tty8 hda14 initctl ircomm20 ircomm5 mtd6 ram1 ttyS0 hda15 ircomm0 ircomm21 ircomm6 mtd7 ram2 ttySA0 hda16 ircomm1 ircomm22 ircomm7 mtdblock0 ram3 vcs1 hda17 ircomm10 ircomm23 ircomm8 mtdblock1 snd vcsa1 hda18 ircomm11 ircomm24 ircomm9 mtdblock2 tty zero [EMAIL PROTECTED]:/etc/init.d$ ls /dev/random ls: /dev/random: No such file or directory OK, so there are devices in /dev - just not your random one! Just to put an idea forward, I unpacked the Angstrom cpio image, and saw that you have made /dev/ as real directory, and it has all the nodes in it apart from random. Should they be there ? Is it possible that udev could not create it's nodes if they are there allready ? ta ta Jake -- _______________________________________________ Aximx50-port mailing list [email protected] https://www.handhelds.org/mailman/listinfo/aximx50-port
