Show Posts
|
|
Pages: [1] 2
|
|
1
|
Linux Stuff / Kernel / Re: Another newbie stuck with USB ethernet adapters...
|
on: July 15, 2009, 06:10:00 AM
|
Just an idea: Ubuntu for x86 seems to have everything enabled, at least I have never hit a snag with it while adding all sorts of peripherals and functionality to many servers utilizing it. Why not copy the config of that distribution, compile it, and see how much the kernel grows when "all options" are set?
Would be nice to have 1:1 feature set available on ARM.
i find it a good idea too, it's not always easy when u have everything running well, then u buy a new hardware & find out that u need to recompile the kernel & then bumb into new problems.
|
|
|
|
|
3
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: June 01, 2009, 02:54:52 AM
|
|
i mean they are both not the mac-adr of the device, which was correct before flashing and i dont understand why dmesg/ifconfig and uboot gives diffrerent mac-addresses, that means if i try to reset mac-addr from u-boot, ifconfig wouldnt help the os to have the correct mac-addr.
update: remove /etc/udev/rules.d/70-persistent-net.rules and i get eth0 again
no change in mac-addr.
|
|
|
|
|
4
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: May 31, 2009, 05:46:12 PM
|
appletalk.ko has been added to RC7.
i have just flashed the new kernel: habe problem with ethernet : mac adr as firmware-output: 00:00:00:EE:51:81 mac adr from ifconfig: 00:50:43:7a:2f:08 (it's named eth2 instead of eth0) both are wrong. i dont really understand what's the clue here. another error: Starting automounter: loading autofs4 kernel module,FATAL: Module autofs4 not found Thanx again for your effort.
|
|
|
|
|
6
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: May 29, 2009, 02:56:27 PM
|
Hi, not directly related to kernel 2.6.30-rc7, however: i have a strange issue:
cold-reboot (power unplug-replug): it stops at uboot (Marvel >>) console reset (via the hole on the device): boot normal
uboot & kernel on NAND RootFS on SD-card
[...] what could be the prob ?
I assume you're running the marvell u-boot patched to support MMC SD cards. I see the same issue after a poweron boot: __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** MARVELL BOARD: SHEEVA PLUG LE
U-Boot 1.1.4 (Apr 29 2009 - 13:10:05) Marvell version: 3.4.16
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CF100
Soc: 88F6281 A0 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM CS[1] base 0x10000000 size 256MB DRAM Total size 512MB 16bit width Flash: 0 kB Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:512 MB
CPU : Marvell Feroceon (Rev 1)
Streaming disabled Write allocate disabled
USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME], egiga1 Hit any key to stop autoboot: 0 Error! cmd : 8, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 Error! cmd : 1, err : 0201 No MMC card found ** Bad partition 1 ** ** Bad partition 1 ** ## Booting image at 00400000 ... Bad Magic Number Marvell>>
As a workaround, you can just try to init twice the mmc: setenv bootcmd_mmc 'mmcinit; mmcinit; ext2load mmc 0 0x0800000 /boot/uInitrd; ext2load mmc 0 0x400000 /boot/uImage' It works for me...  i just added "rootdelay=2" to bootargs and it works now, strange
|
|
|
|
|
7
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: May 29, 2009, 02:53:01 PM
|
just tried to install netatalk for afp sharing, got error message: Setting up netatalk (2.0.4~beta2-5ubuntu1) ... Starting Netatalk services (this will take a while): socket: Address family not supported by protocol socket: Address family not supported by protocol atalkd: can't get interfaces, exiting. invoke-rc.d: initscript netatalk, action "start" failed. dpkg: error processing netatalk (--configure): subprocess post-installation script returned error exit status 1 Processing triggers for libc6 ... ldconfig deferred processing now taking place Errors were encountered while processing: netatalk
i guess it must be something concerning kernel support  could you please add this ? thanx alot
|
|
|
|
|
8
|
General Category / Application ideas and development Q/A / Re: would be nice if it supports networking tools
|
on: May 28, 2009, 02:09:50 PM
|
I only have 1 sheevaplug that currently is downloading torrents and serving a 500 gb HDD via AFP and SMB, also it has mysql, apache, mpd (music player) and mt-daap(to share via itunes). The sheevaplug is connected using a standard cat 5e ethernet cable to a 100 mbps router, I have 3 computers using the services. The speed is excellent, and if I had a gigabit ethernet router it would be even better.
If you want to build a network the sheevaplug is quite a good system to use.
Hi, could you please give some infos how did you configure AFP ? i tried it once on Debian but it didnt work, didnt tried on sheeva though. Thanx
|
|
|
|
|
9
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: May 27, 2009, 07:42:42 AM
|
i have a strange issue: cold-reboot (power unplug-replug): it stops at uboot (Marvel >>) console reset (via the hole on the device): boot normal uboot & kernel on NAND RootFS on SD-card env: Marvell>> printenv baudrate=115200 ipaddr=10.4.50.165 serverip=10.4.50.5 rootpath=/mnt/ARM_FS/ netmask=255.255.255.0 CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_end=:::DB88FXX81:eth0:none image_name=uImage standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000; ethaddr=00:50:43:c2:22:3a ethmtu=1500 mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500 usb0Mode=host yuk_ethaddr=00:00:00:EE:51:81 nandEcc=1bit rcvrip=169.254.100.100 loadaddr=0x02000000 autoload=no ethact=egiga0 bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x100000@0x000000(u-boot),0x00500000@0x00100000(uImage),0x1fa00000@0x00600000(rootfs)rw root=/dev/mmcblk0p1 rootfstype=ext3 bootargs_root=root=/dev/mmcblk0p1 bootcmd=nand read.e 0x8000000 0x100000 0x500000;bootm 0x8000000 arcNumber=2097 netretry=yes loads_echo=1 stdin=serial stdout=serial stderr=serial console=console=ttyS0,115200 mtdparts=nand_mtd:0x100000@0(uboot)ro,0x0@0x100000(uImage),0x1ff00000@0x100000(rootfs)rw mainlineLinux=yes enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no bootdelay=3 disaMvPnp=no enaAutoRecovery=yes Environment size: 1342/131068 bytes
what could be the prob ?
|
|
|
|
|
11
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: May 25, 2009, 09:02:02 AM
|
it's not about the filesystem, problem is that the kernel doesnt recognize the partition table of the disk, the hd has 2 partition . fdisk says there's only 1 partition, something concerning GPT Kernel support. google told me it must be smthing like this in kernel-config: File Systems Partition Types - Advanced partition selection
- EFI GUID Partition support (NEW)
what do you think ? thanx alot
|
|
|
|
|
12
|
Linux Stuff / Kernel / Re: 2.6.30-rc7 new release
|
on: May 24, 2009, 06:13:38 PM
|
|
with 2.6.30-rc6 i have problem with EFI GPT (1TB USB-HD, formated with hfsplus) - cannot be mounted. Does the new kernel solve this problem ? thanx
|
|
|
|
|
13
|
Linux Stuff / Kernel / Re: 2.6.30-rc6 new release
|
on: May 23, 2009, 10:57:53 AM
|
|
i tried it too, works, the only prob. is that i couldnt get the HD-Volumes Label, have to mount it like sda1, sda2.. or usb1, usb2... any suggestion ?
|
|
|
|
|
14
|
Linux Stuff / Kernel / Re: SD card support
|
on: May 22, 2009, 06:41:16 PM
|
i have moved the rootfs to a SDcard (sandisk 4GB, class 2), seems to boot faster than from NAN, after running for a while i get the message: EXT3-fs error (device mmcblk0p1): htree_dirblock_to_tree: bad entry in directory #2: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0, name_len=0 ...
runs again after reboot , just not for long before the message appear again , i guess the sd-card support is not good enough maybe i run kernel 2.6.30R6, rootfs ubuntu-9.0.5.Release.jffs2
|
|
|
|
|
15
|
Linux Stuff / Kernel / Re: 2.6.30-rc6 new release
|
on: May 22, 2009, 01:29:31 PM
|
|
works great, NFS & hfsplus works, automount still doesnt work. which solution would u suggest as a NAS with usb-hds /automount when connected? thanx
|
|
|
|
|