macsat.com OpenWrt and ASUS WL Forum
January 09, 2009, 00:05:06 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
   Home   Help Search Login Register  
Pages: 1 ... 7 8 [9] 10 11 ... 32   Go Down
  Print  
Author Topic: MGB111 update  (Read 73660 times)
0 Members and 4 Guests are viewing this topic.
Slawek
Guest
« Reply #120 on: March 25, 2008, 13:54:49 PM »

ssh + sshd http://mgb111.pradnik.net/dodatki/ file "dropbear"
you must make new devices (mknod) in /mnt/C/sys/dev/ to the sshd and ssh.
default config path in dropbear help
« Last Edit: March 25, 2008, 14:38:11 PM by Slawek » Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #121 on: March 25, 2008, 17:17:31 PM »

Can you write down the instructions how to use dropbear?  Undecided I have tried dropbearkey util to generate key file but it failed with an error: "Exited: couldn't open random device".
« Last Edit: March 25, 2008, 19:33:12 PM by ToMikaa » Logged
Slawek
Guest
« Reply #122 on: March 25, 2008, 19:50:10 PM »

you must make new devices (mknod) in /mnt/C/sys/dev/ <---- (-;

if software cause error "couldn't open XXX device" then make this (:
google "mknod XXX" e.g

mknod -m 777 /mnt/C/sys/dev/random c 1 8
mknod -m 777 /mnt/C/sys/dev/urandom c 1 9

etc...

this example is enough to use ssh client
« Last Edit: March 25, 2008, 19:53:10 PM by Slawek » Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #123 on: March 25, 2008, 23:07:35 PM »

Thank you Slawek!

I have followed your instructions and created the two keys needed by dropbear. But I can't connect to the SSH server because my SSH client (PuTTY) shows an error (Incoming packet was garbled on decryption) and fails to connect. What is the problem?

ToMikaa
Logged
Slawek
Guest
« Reply #124 on: March 26, 2008, 07:34:08 AM »

I will check it.
Logged
Slawek
Guest
« Reply #125 on: March 26, 2008, 10:08:58 AM »

Ok, new different version of dropbear, tested and workin (-;
http://mgb111.pradnik.net/dodatki/dropbear-ssh-sshd-050.3.tgz

now is a multiaplication (e.g busybox)

binary: dropbearmulti
and links:
dbclient ssh dropbearconvert  dropbearkey scp  dropbear

no more needed /mnt/C/sys/dev/
no DSS keys, only root login
« Last Edit: March 26, 2008, 13:02:34 PM by JKR » Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #126 on: March 26, 2008, 14:31:04 PM »

Thanks JKR! SSH is working fine! Smiley
Logged
Slawek
Guest
« Reply #127 on: March 26, 2008, 15:07:34 PM »

http://mgb111.pradnik.net/dodatki/ctorrent-dnh32-TEST-2.tgz cTorrent for testing.
and http://mgb111.pradnik.net/dodatki/e3-text-editor-271.tgz text editor
« Last Edit: March 26, 2008, 15:33:20 PM by JKR » Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #128 on: March 27, 2008, 08:37:23 AM »

Thank you JKR! They are working fine! Smiley

It would be possible to compile a Midnight Commander and mcedit? It would be fine if I could use a file manager. Wink

Edit: JKR, can you inform me about changes in the newest (006) firmware?
« Last Edit: March 27, 2008, 20:57:50 PM by ToMikaa » Logged
Slawek
Guest
« Reply #129 on: March 27, 2008, 21:06:11 PM »

Fixed shell $PATH for ssh logins.
added /etc/shells for future use.
nothing more (-:
Logged
Slawek
Guest
« Reply #130 on: March 29, 2008, 15:02:28 PM »

Did you already try to implement NFS? There are many people who yearn for this. When I enable kernel support for NFS, I get an image that is rejected with "Unallowable ..." error. Probably because the kernel surpasses a limited size.

mgb111-update-400b2.c006n01.tar
+ NFS_FS, NFSv3
+ NFSD, NFSDv3, NFSD_TCP
- DOS, FAT, NTFS

no software for nfs in firmware (maybe somebody else could try to compile nfs-utils and make some tests)

firmware working.
« Last Edit: March 29, 2008, 19:43:33 PM by JKR » Logged
Slawek
Guest
« Reply #131 on: March 30, 2008, 19:23:55 PM »

Now "advanced" firmware, version C006-M.
http://mgb111.pradnik.net/mgb111-update-400b2.c006m.tar

This is C006 + changes (in kernel only)

Added:

ADVANCED ROUTER
MULTIPLE ROUTING TABLES
ROUTE NAT
SCHEDULING ->
         CBQ (module)
         HTB (module)
         SFQ (module)
NFS FS
NFS V3
NFSD
NFSD V3
NFSD TCP

USB DEBUG
USB NET [USB to USB cable]
USB LCD (module)

ISO9660 FS [CD/DVD]
JOLIET EXTENSION

-------------------

Deleted:

USB SCANNER
NLS ->
   CODEPAGE ->
            936
            950
            932
            949
            874
            ISO8859-6
            ISO8859-7
Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #132 on: March 31, 2008, 17:38:26 PM »

Hi!

Thank you JKR for the new FW and the tools! I have read you have added USB LCD module, so this FW can handle an LCD screen if it has USB interface? (like Crystalfontz LCD) And what LCD software could be used with this system? Lcd4linux?

ToMikaa
« Last Edit: March 31, 2008, 17:58:13 PM by ToMikaa » Logged
Slawek
Guest
« Reply #133 on: March 31, 2008, 19:45:45 PM »

This driver supports the  HD44780 interface module (https://ssl.bulix.org/projects/lcd4linux/wiki/USBLCD)
added for the test, maybe he will be useful someone / sorry for my english (;.
If not, I will remove.

PS: ATA CD support will be removed in the future (not supported by onboard controller)

Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #134 on: March 31, 2008, 20:29:11 PM »

Please don't remove the LCD module! Wink It's very useful for me. I'm addicted to LCD screens. Cheesy I have a HD44780 20x4 LCD connected to my PC and I would like to have another one to the AirLive server. If I can get or make a USB to LCD converter, I will make a screen for the server.
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 32   Go Up
  Print  
 
Jump to:  

English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.2 seconds with 25 queries.