No network

No network

Postby worlor » Mon Apr 08, 2013 6:20 pm

Hi
I have installed the fvdw-sl-10-1 firmware on the hard drive. But when I put the hard drive in my network space, it do nothing. There is no network (the switch has no light on the connected port) and i can't power off with the button.
If i disconnect power and reconnect it, it doesn't change.
I have followed the "how-to" of this topic viewtopic.php?f=7&t=235 and do it again to be sure that I have doesn't make mistake. But nothing change.
The blue light is constantly active. No blink at all (except at power up).
What can be wrong ? Is the marvell board defective ?
worlor
 

Re: No network

Postby Jocko » Mon Apr 08, 2013 6:36 pm

Hi

if the blue LEd blinks a short time (<2s) at boot then there is a problem with the kernel or your partition table.

Could you post your partition table
Code: Select all
fdisk -l /dev/sdx
where x is the device of your nwsp1 disk.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No network

Postby worlor » Mon Apr 08, 2013 6:50 pm

Here it is (in french) :

root@ubuntu:/home/worlor# fdisk -l /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 têtes, 63 secteurs/piste, 121601 cylindres, total 1953525168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Identifiant de disque : 0xaadfa5b4

Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 63 514079 257008+ 83 Linux
/dev/sda2 514080 1028159 257040 83 Linux
/dev/sda3 1028160 1542239 257040 82 partition d'échange Linux / Solaris
/dev/sda4 1542240 1953520064 975988912+ 5 Étendue
/dev/sda5 1542303 2313359 385528+ 83 Linux
/dev/sda6 2313423 2329424 8001 83 Linux
/dev/sda7 2329488 2859569 265041 83 Linux
/dev/sda8 2859633 1953520064 975330216 83 Linux

It seem the firmware booted, the led blink more often. I followed the procedure to shutdown here : viewtopic.php?f=6&t=1033&p=6163#p6163 and it work.
But again, no network at all, the led on my switch isn't active. Tried with another ethernet cable, another switch, no change ... :/

On peut se parler en français ?
worlor
 

Re: No network

Postby Jocko » Mon Apr 08, 2013 6:54 pm

So if the blue LED blinks more, then there is an issue with the script boot.

In the partition sda7, you must find a file : boot.log

So could you post its content
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No network

Postby worlor » Mon Apr 08, 2013 6:57 pm

Content of boot.log :
start boot log
initializing date
Wed Nov 16 12:00:00 GMT+1 2011
booting using root file system...
run udevstart to update dev nodes when necessary
inserting kernel modules:
make dev node for buttons...
start buttons control daemon
buttons-spd daemon started
start fan control daemon
fan-spd T daemon started
configure loopback netwerk interface
export reset gpio pin
starting php based setup routines step 1


 * Initial Orion-Nas XML configuration file... [ OK ]
* Configuring Disks... [ OK ]
* Configuring System Users...
Warning: fopen(/etc/rootpasswd): failed to open stream: No such file or directory in /etc/finc/userfunc_users_commit.finc on line 38
[ OK ]
* Starting mount of volumes...
- Mounting volume Default:
[ OK ]
* Finishing mount of volumes... [ OK ]
* Generating Hosts File... [ OK ]
* Configuring System Hostname... [ OK ]
* Configuring Samba... [ OK ]
* Configuring LAN interface... [ OK ]
* Starting udevd... [ OK ]
* Starting web server... [ OK ]
* Initializing Timezone... [ OK ]
* Configuring Samba... [ OK ]
* Starting syncawayd... [ OK ]
* Marvell mediaserver not started...,QOSd... starting php based setup routines step 2
 * Starting dropbear... cmd : dropbear -p 22 -r '/rw_fs/etc/dropbear/dropbear_rsa_host_key' [ OK ]


starting php based setup routines step banner


*** fvdw-sl NAS firmware
This is fvdw-sl version: fvdw-sl 10.1
built on: November 15 2011

LAN IP address: 169.254.196.120 (static - random)

Port configuration:

LAN -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
move smbd en nmbd db files to ramdisk to enable disk spin down
rcS finished
worlor
 

Re: No network

Postby Jocko » Mon Apr 08, 2013 7:05 pm

Indeed there is a problem with your network.

The output of the boot script is ok, but your nwp1 doesn't find the dchp server and so get an ramdom ip.

I assume your dchp is your router (or ISP box) check if the dchp feature is available
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No network

Postby worlor » Mon Apr 08, 2013 7:11 pm

Yes the DHCP is working successfully on my box. I have tested it after rebooting the box.

Mais même si le DHCP ne fonctionnait pas, la LED devrait quand même s'allumer pour dire qu'il y a quelque chose de connecté.
worlor
 

Re: No network

Postby Jocko » Mon Apr 08, 2013 7:19 pm

Yes I forgot this information of your first post : the switch has no light on the connected port

In this case, you must search if there is no problem with the cable or the switch.

If not maybe the issue is the nwsp1 LAN port...
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No network

Postby worlor » Mon Apr 08, 2013 8:01 pm

There is no problem with cable or switch, it works with other equipments. And it worked before.

I hope it's not the marvell board. Can i do something with it ? Is there a way to connect in serial ? (Je sais utiliser la connection série, la console linux etc ...)
The marvell firmware is maybe corrupt. Can i flash this firmware while booting the fvdw firmware ?
worlor
 

Re: No network

Postby Jocko » Mon Apr 08, 2013 8:47 pm

That seems bad if it's a material issue I don't see a solution.

Maybe fvdw can confirm this point
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Lacie Network Space vs1

Who is online

Users browsing this forum: No registered users and 5 guests