My new 3 watt dead-silent USB Linux music server. Pics Added.
Dec 13, 2009 at 12:11 AM Post #106 of 113
Sounds like I'll be going the PC Engines Alix route and adding a mini-PCI a/b/g card inexpensively. all in all it's still looking to be sub $300 which is fine by me. I hope I have time for this project over winter break! I'm sure you'll be around for help and moral support right? :wink:
 
Aug 18, 2010 at 7:02 AM Post #107 of 113
Congratulations for this setup. I am likely to follow this path.
 
One question, have you tried to run BruteFIR in the ALIX board? I guess it will be too much, but could you try it?
 
Regards,
Jose
 
Dec 7, 2010 at 6:56 PM Post #108 of 113
I got this working the other day - but forgot my password to ssh in as root.
 
I have re-imaged the CF card and installed it back into the Alix , but now when I try to SSH in from my laptop  (ssh -2 -p 22 root@192.168.0.2) I keep getting
Code:
 ssh: connect to host 192.168.0.2 port 22: > Connection refused.
I can ping this IP address which is assigned as a reserved address by my dhcp server.
 
Help :frowning2:
 
Dec 7, 2010 at 8:35 PM Post #109 of 113


Quote:
I got this working the other day - but forgot my password to ssh in as root.
 
I have re-imaged the CF card and installed it back into the Alix , but now when I try to SSH in from my laptop  (ssh -2 -p 22 root@192.168.0.2) I keep getting
Code:
 ssh: connect to host 192.168.0.2 port 22: > Connection refused.
I can ping this IP address which is assigned as a reserved address by my dhcp server.
 
Help :frowning2:

 
Try ssh as actual root and tell me what happens.
 
 
Dec 8, 2010 at 1:13 AM Post #110 of 113
Thanks

I'm using Ubuntu 10.04 as my host PC. I have tried as a std user and as a sudo user, and get the same result.

david@tp-x61:~/VoyageCurrent/voyage-mpd-current$ ssh -2 -p 22 root@192.168.0.2
ssh: connect to host 192.168.0.2 port 22: Connection refused


I removed the CF card tonight, formatted it under a DOS session in windows and then started again from the instructions where it gets formatted as an Linux ext2 partition.

Still no change. This is driving me crazy :frowning2:
 
Dec 8, 2010 at 1:34 AM Post #111 of 113
... and just retried the whole process changing to su prior to formatting the CF card

This is the result (still not working)

root@tp-x61:/home/david/VoyageCurrent/voyage-mpd-current# ssh -2 -p 22 root@192.168.0.2
ssh: connect to host 192.168.0.2 port 22: Connection refused
root@tp-x61:/home/david/VoyageCurrent/voyage-mpd-current#
 

Users who are viewing this thread

Back
Top