macsat.com OpenWrt and ASUS WL Forum
January 08, 2009, 19:37:11 PM *
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 [2]   Go Down
  Print  
Author Topic: Need help on installing  (Read 7168 times)
0 Members and 1 Guest are viewing this topic.
pagano
Jr. Member
**
Offline Offline

Posts: 61


View Profile
« Reply #15 on: July 06, 2007, 14:51:31 PM »

In fat32 can be solved renaming the autobootfs to autoboot (8 char)
I think fat32 is mounted as msdos and not vfat at boot time.
Logged
bytespider
Newbie
*
Offline Offline

Posts: 31


View Profile
« Reply #16 on: July 06, 2007, 16:56:35 PM »

Thank you pagano and macsat, i will try these both this evening.
Logged
Dyrg
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #17 on: July 07, 2007, 09:23:56 AM »

Oki thank you all it's working for me now.

same problem, another question, can I remount msdos fs to vfat after "booting" autobootfs on it, long name is very useful.

thanks.

Dyrg
Logged
pagano
Jr. Member
**
Offline Offline

Posts: 61


View Profile
« Reply #18 on: July 08, 2007, 19:24:33 PM »

can I remount msdos fs to vfat after "booting" autobootfs on it, long name is very useful.
Can I remount msdos fs to vfat after "booting" autobootfs on it
You can test some changes, format device to fat12/16/32. Sorry, i haven't unused device to do tests.

If it does not work, you can change the autoinit file in autobootfs file to make changes in the original (ram)  /sbin/init, umount filesystems and call modified /sbin/init again. It's not trivial but i think it can be done.
Logged
Mackje
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #19 on: July 24, 2007, 09:04:53 AM »

I hope someone can help me getting my SMCWAPS communicating with my router and get I-net access. I have firmware upgrade.img (V4) installed en openwrt kamikaze by Pagano running. I followed the instructions made by Pagano and changed my /etc/init.d/rcS file to point to my newly created /etc/RT2500STA.dat file that contains my router SSID and WPAPSK information. I than changed the default gateway and name server address in rcS to the address of my router (192.168.1.1). I also changed the address of the network interface (br0) to fall within the network address range of my router (192.168.1.68). When I give the SMC a restart it won’t connect to my router. If I look in my Network Connections and search for available wireless network access points I see my router but with a differed SSID name and an can’t get access to it via putty (ssh).

I hope someone has the answer to my question.
Logged
aladinsane
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #20 on: August 01, 2007, 15:14:16 PM »

I had some trouble figuring that out as well. Here is what I've done. I disabled the dnsmasq, asked udhcpd to listen on the bridged device br0 and added the router as new name server.

Extract from /etc/init.d/rcS of the changes I made to get my SMCWAPS to connect to my wireless router (I have left out the stuff irrelevant to this problem, so I haven't deleted anything except from the line that starts the dnsmasq-daemon:

cp /etc/RT2500STA.dat /tmp/
insmod rt2500sta

ifconfig wl0  0.0.0.0 up &
ifconfig eth1 0.0.0.0 &
ifconfig lo   127.0.0.1 up
/etc/init.d/dropbear start &

#
# Bridge Network
#
brctl addbr br0
brctl addif br0 eth1
brctl addif br0 wl0
ifconfig eth1 0.0.0.0
ifconfig wl0  0.0.0.0
ifconfig br0  0.0.0.0 up
/sbin/udhcpc -i br0                                              #Added in order to obtain an ip-address from the router
echo nameserver 192.168.1.1 > /etc/resolv.conf      #Modified to point at my router's ip-adress

#
# Init Scripts
#
mount /dev/hda1 /mnt/hda1 &
mount /dev/sda1 /mnt/sda1 &
#/etc/init.d/dnsmasq start &                                 #Delete in order for the device not to broadcast ip-addresses
/etc/init.d/samba start &
/etc/init.d/vsftpd start &
/etc/init.d/nfsd start &
/etc/init.d/lighttpd start -f /etc/lighttpd.conf &
hdparm -S12 /dev/hda &


/Aladinsane
Logged
Mackje
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #21 on: August 03, 2007, 13:59:14 PM »

Thank you very much! I’ve got it finally running!!  Cheesy Cheesy
Logged
karsten
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #22 on: September 19, 2007, 21:18:49 PM »

Hallo @ all

first thank you @ teh dev´s very nice work.
second, sorry for my bad english.

I´ve the tha i don´t know any more which Firm i have to take,
than schoukd i take autoboot, ore schould take usb_fs...

What i wan´t is a nfs Server for my dbox, and a wlan client
where i could connect my pc and my dbox, so that i don´t
need anymore ugly usb-sticks.
/edit
samba would be nice to
/edit

Later i wan´t to give debian a trie.

I realy read much of the threads, maybe for that reason i´m totaly confused.

I hope somoeone could help me a little bit.

thank you for answers.

gn8@all from karsten
« Last Edit: September 19, 2007, 21:25:37 PM by karsten » Logged
schufti
Full Member
***
Offline Offline

Posts: 199



View Profile
« Reply #23 on: September 20, 2007, 17:57:13 PM »

@karsten:
maybe you are better served in the german speaking forum over at
http://wl500g.info/showthread.php?t=9513

schufti
Logged

I won't answer posts or PMs about repair/recovery after bad flash until proven that the wiki was read and followed!
find all my MGB100 files here, pass: mgb100
jackc
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #24 on: September 30, 2007, 21:02:05 PM »

In fat32 can be solved renaming the autobootfs to autoboot (8 char)
I think fat32 is mounted as msdos and not vfat at boot time.

I had this problem originally (did not detect autobootfs) on my SMC. However, after renaming the file to autoboot and rebooting, now the device does not respond at all. (no telnet, no ping, etc) Booting again without the USB key makes it come back to "normal". So it looks like it did detect the autoboot file and tried to load it but the loading failed. Any clue?

Thanks!
Logged
schufti
Full Member
***
Offline Offline

Posts: 199



View Profile
« Reply #25 on: September 30, 2007, 22:22:29 PM »

Hi,

I think it is perfectly working but you tried a wrong IP. With KK-image it is 192.168.2.1 by default. KK has ssh not telnet.

Quote
== Only or test == Configuration is not made with webif ===
Openwrt Kamikaze x86 for WHD
password: aaaaa   
IP: 192.168.2.1

schufti
Logged

I won't answer posts or PMs about repair/recovery after bad flash until proven that the wiki was read and followed!
find all my MGB100 files here, pass: mgb100
jackc
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #26 on: October 01, 2007, 02:15:18 AM »

schufti,

You were absolutely right. It's been waiting for me at 192.168.2.1 Grin. I pinged that IP before but got no response. It turned out that my subnet mask setting was too small and I had to expand it to reach the .2.1 IP space!

Next step is figure out how to re-mount the USB drive as fat32 so I can use long filenames...
Logged
Pages: 1 [2]   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.219 seconds with 24 queries.