macsat.com OpenWrt and ASUS WL Forum
November 20, 2008, 16:46:39 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  
  Show Posts
Pages: [1] 2 3
1  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: FUSE module on: July 20, 2008, 01:18:37 AM
Attached is a gzipped FUSE 2.5.3 module compiled against Schufti's 2.4.36 kernel. (The userland tools of later versions of FUSE do work with this.)
2  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB100_400S08-no777 on: July 20, 2008, 00:27:20 AM
Hi Schufti, I see your concern for backwards compatibility, but I think the severity of this bug trumps that. Even without trying to install an OS on a disk, I'd be upset if a device silently wiped all the permissions on it. Also, any users who manage to install a customised firmware in the first place and who then connect an ext2 disk are almost certainly capable of dealing with Unix file permissions themselves.

Besides, doesn't everything run as root anyway, thereby ensuring access no matter the file permissions? Otherwise, is there a way to automount partitions in such a way that permissions are ignored without actually wiping them on disk?

3  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / MGB100_400S08-no777 on: July 19, 2008, 22:47:58 PM
After two unsuccessful attempts to install Debian on an internal disk on a Safecom SWSAPUR, I eventually found the reason for it: all file permissions on the disk had been changed to 777, i.e. full access for everyone, and sshd refused to work with a world-readable host key file.

I eventually tracked it down to the firmware: hotplug.sh executes a 'chmod -R 777' for any ext2/3 disk you attach to it! Short of wiping the disk (which the firmware occasionally did with ext3 partitions in previous versions) modifying it silently is about as bad a thing as an NAS device can do. What were Amit thinking there? Surely anyone who'd attach an ext2 disk would know to set the permissions as needed for sharing?!

Anyway, to fix that I downloaded Schufti's source for the 400s08 firmware version (MGB100schufti08.tar.bz2). Once I got it to build I removed those braindead chmod lines from hotplug.sh and rebuilt, which resulted in the attached firmware. (It's not really gzipped, but I renamed it to .gz because the forum software only allows certain file endings. Hence gunzipping it will fail. You might want to rename it to .img or .upg, although the firmware updater doesn't care anyway.)

Schufti, could you patch that bug/misfeature in future updates of your firmware?


ps: Anyone looking for a firmware build environment on Windows might want to take a look at andLinux, which is a Ubuntu based on a coLinux kernel that runs as a Windows app, which means that no VMWare or some such is needed. Additional packages can be installed as usual, through apt-get or synaptic from the standard Ubuntu repositories. Great stuff.
4  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: July 16, 2008, 07:45:57 AM
Just for fun I am trying to build the X Window System for the device. Nothing ground-breaking so far but I have some progress. If you are interested how it looks for now, you can look here.
I've got Debian Etch running on my Safecom box and a while ago I installed KDE just for a laugh. It sort of worked (with the output on my PC), but as you can imagine it was just a little bit slow.  Tongue
5  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: tmpfs won't mount on: January 13, 2008, 09:12:16 AM
Sorry for being so unspecific. I'm currently using your S06 image, but I'd previously tried it unsuccessfully with previous firmwares as well. (I'm trying to make the box more quiet by reducing disk activity.)

Do you know why tmpfs appears in /proc/filesystems even though it isn't compiled in?

It's not part of the modules package that pagano had previously posted either. I guess I need to install the toolchain and kernel sources to compile the module then. Unless you could find a spare moment ... Grin . Actually, it would be great if could just compile anything that might possibly be of use on the box as modules and post an updated modules package that goes with kernel 2.4.36.
6  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / tmpfs won't mount on: January 12, 2008, 17:48:14 PM
Has anyone had success using tmpfs on the box?

I always get:

Code:
scapa:~# mount -t tmpfs tmpfs ./tmp
mount: wrong fs type, bad option, bad superblock on tmpfs,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

dmesg|tail shows no related information. tmpfs appears in /proc/filesystems, so it appears to be compiled in. Do I need to do anything else before trying to mount it?
7  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: Last & Latest upgrade.img for old GUI (w/o download manager) on: January 12, 2008, 17:42:21 PM
I've got this running on my box now, as I didn't fancy having to redo all the settings. Thanks!
8  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: USB2.0 flash stick problems? on: January 11, 2008, 06:49:43 AM
Hi Schufti,

I'd seen those reports in c't, but the sticks were from Sandisk and LG, so they shouldn't be that dodgy one would hope. In any case, they worked fine on the PC, both under Windows and Linux, so perhaps it's some sort of incompatibility with the host controller on the box?

What make and model are you using?
9  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: PEARL new years image on: January 11, 2008, 06:39:17 AM
Thanks from me as well, I'll have a go at installing one of these over the weekend.
10  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / USB2.0 flash stick problems? on: January 09, 2008, 23:17:28 PM
Has anyone else had trouble with >=1GB USB2.0 flash sticks? I've tried three different ones (with the aim of a silent server), and all stopped working with I/O errors after a few hundred MBs were transferred. Strangely though, a 256MB stick worked fine, and I've never had trouble with my USB2.0 hard disk.
11  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: PEARL new years image on: January 09, 2008, 23:11:19 PM
Hi Schufti, thank you very much for those new images, great to see work continuing on this. My Safecom box has been quietly and reliably doing its job running Debian on top of your October firmware. I haven't been following things though, so I'm a bit confused about the various firmware versions. What is the difference between S4c3.upg and 400S06.img, what's the download manager, and how do I know whether I have the old or the new GUI?
12  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: 2.6 kernel firmware on: June 29, 2007, 07:10:19 AM
Sorry for the delay bytespider, hadn't seen this post.

You don't need to compile a new kernel for USB audio support. Just install Pagano's collection of kernel modules that you can find on the download page, and 'modprobe' or 'insmod' the ones you need.
13  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: Need help on installing on: June 27, 2007, 07:02:10 AM
You're welcome.

Btw, there's an even better upgrade.img V4 as well.
14  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: Need help on installing on: June 25, 2007, 23:40:14 PM
Use this unlocked version:

http://www.penn8688.freeserve.co.uk/temp/CHD2WLANU_R400b7unlock.BIN
15  ASUS WL 500-g WL-500gx WL-300g and WL-HDD help / Talk about macsat.com / Re: Download page not working on: June 23, 2007, 06:47:44 AM
Thanks!
Pages: [1] 2 3
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.681 seconds with 23 queries.