I am working on a tutorial about howto configure speedtouch 330 modem ( see wiki). One important part in it is a about installing the firmware. Actually, it's possible to copy it from Windows ( after installing the speedtouch driver ), from the web ( but needs a complicated procedure to split a file into two files ) and from the manufacturer's CD that is provided with the modem. It seems that the last way is the easier, but the problem is that I can't read the CD from Linux. I also tried extracting the ISO, and mounting it with "-o loop", but it gives me an empty directory. Help.
On Monday 12 September 2005 06:38, Youssef CHAHIBI wrote: <snip>
... and from the manufacturer's CD that is provided with the modem.
It seems that the last way is the easier, but the problem is that I can't read the CD from Linux.
I also tried extracting the ISO, and mounting it with "-o loop", but it gives me an empty directory.
Help.
Youssef, Whatever is preventing you from reading the CD is probably also affecting your ability to extract the ISO, so I'd focus on solving that problem. What programs or utilities have you tried to use to read it? - Carl
Youssef CHAHIBI schrieb:
It seems that the last way is the easier, but the problem is that I can't read the CD from Linux.
What exactly did you do to read the CDROM ? Could you read any CDROM before trying the manufactures CDROM ? How your /etc/fstab looks like ? Did you try to mount the CDROM by yourself ? Which command you used ? Best regards, Reinhard.
What exactly did you do to read the CDROM ? First, I inserted the CD and went to media:/ , the title of CD was correct ( "SPEEDTOUCH" ) but the directory was empty. I also tried mounting from the command line, I typed as root umount /dev/dvd and then mount /dev/dvd, then cd /media/dvd , ls gave me ". .." which means it's empty. I tried to read information about the CD with K3B, it was correct: 1 session, 18 Mb. Could you read any CDROM before trying the manufactures CDROM ? Yes How your /etc/fstab looks like ? The default one (SUSE 10.0rc1), there is the same problem with other distros. Did you try to mount the CDROM by yourself ? Which command you used ? Yes, mount /dev/dvd as usual. Best regards, Reinhard. Thank you very much for your reply !
On Mon, Sep 12, 2005 at 10:50:04PM +0000, Youssef CHAHIBI wrote: <snip>
How your /etc/fstab looks like ? The default one (SUSE 10.0rc1), there is the same problem with other distros.
And how does the default one look like with you? Please understand that if somebody asks for specific information, it is best to give that specific information. What do you mean with `other distro's`? On the same machine, different machines?
Did you try to mount the CDROM by yourself ? Which command you used ? Yes, mount /dev/dvd as usual.
OK, try `mount /dev/dvd /mnt` and see if you see someting at /mnt. houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
And how does the default one look like with you? Please understand that if somebody asks for specific information, it is best to give that specific information. Excuse me ;) youssef@linux:~> cat /etc/fstab /dev/hda7 / xfs defaults 1 1 /dev/hda6 /home xfs defaults 1 2 /dev/hda1 /windows/C vfat users,gid=users,umask=0002, utf8=true 0 0 /dev/hda5 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/dvd /media/dvd subfs noauto,fs=cdfss,ro,procuid, nosuid,nodev,exec,iocharset=utf8 0 0 /dev/dvdram /media/dvdram subfs noauto,fs=cdfss,ro,procuid, nosuid,nodev,exec,iocharset=utf8 0 0 /dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid ,nodev,nosuid,sync 0 0 youssef@linux:~>
What do you mean with `other distro's`? On the same machine, different machines? On the same machines, Mandriva and previous SUSE versions
OK, try `mount /dev/dvd /mnt` and see if you see someting at /mnt.
youssef@linux:~> su Password: linux:/home/youssef # mount /dev/dvd /mnt/ mount: périphérique de type bloc/dev/dvd est protégé en écriture, on le monte en lecture seulement // Read only bloc device, mounting it in read-only mode // linux:/home/youssef # cd /mnt/ linux:/mnt # ls . .. linux:/mnt #
houghi Thank you very much !
On Mon, Sep 12, 2005 at 10:50:04PM +0000, Youssef CHAHIBI wrote: <snip>
How your /etc/fstab looks like ?
The default one (SUSE 10.0rc1), there is the same problem with other distros.
And how does the default one look like with you? Please understand that if somebody asks for specific information, it is best to give that specific information.
What do you mean with `other distro's`? On the same machine, different machines?
Did you try to mount the CDROM by yourself ? Which command you used ?
Yes, mount /dev/dvd as usual.
OK, try `mount /dev/dvd /mnt` and see if you see someting at /mnt.
houghi
According to K3B, the system used for the CD is CDEVERYWHERE, after googling I found that CdEverywher is a specialist in crossplatform cds ( hybrid cds ). But I didn't find any information about how to read hybrd cds in linux and K3B says it's a one-session disk.
Am Dienstag, 13. September 2005 02:52 schrieb Youssef CHAHIBI:
On Mon, Sep 12, 2005 at 10:50:04PM +0000, Youssef CHAHIBI wrote: <snip>
Hi,
OK, try `mount /dev/dvd /mnt` and see if you see someting at /mnt. According to K3B, the system used for the CD is CDEVERYWHERE, after googling I found that CdEverywher is a specialist in crossplatform cds ( hybrid cds ). But I didn't find any information about how to read hybrd cds in linux and K3B says it's a one-session disk.
take a look at /proc/filesystems and/or /lib/modules/`uname -r`/kernel/fs and try to use another fs: mount -t hfs /dev/dvd /mnt ls -al /mnt -- mdc
take a look at /proc/filesystems and/or /lib/modules/`uname -r`/kernel/fs and try to use another fs: mount -t hfs /dev/dvd /mnt ls -al /mnt Cool ! IIt works but shows the Mac files.
linux:/lib/modules/2.6.13-8-default/kernel/fs # ls -al /mnt total 136 drwxr-xr-x 1 root root 8 2004-02-24 15:41 . drwxr-xr-x 21 root root 4096 2005-09-13 13:52 .. -rw-r--r-- 1 root root 2429 2004-01-27 10:56 copyright.txt -rw-r--r-- 1 root root 122880 2004-02-24 15:41 Desktop DB -rw-r--r-- 1 root root 7170 2004-02-24 15:41 Desktop DF -rw-r--r-- 1 root root 0 2004-02-24 15:41 DesktopPrinters DB drwxr-xr-x 1 root root 4 2004-02-23 18:29 OS9 drwxr-xr-x 1 root root 4 2004-02-23 18:30 OSX It will help me complete my HOWTO. I tried mounting with different mount types ( all types in the man page ). The firmware was in: /mnt/OS9/Setup/Files/SpeedTouch/Firmware/R3/ . Thank you very much.
On Tue, Sep 13, 2005 at 03:06:32PM +0000, Youssef CHAHIBI wrote:
take a look at /proc/filesystems and/or /lib/modules/`uname -r`/kernel/fs and try to use another fs: mount -t hfs /dev/dvd /mnt ls -al /mnt Cool ! IIt works but shows the Mac files.
That was the intention. houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
Cool ! IIt works but shows the Mac files.
That was the intention. Thank you very much. Please can you have a look at http://www.opensuse.org/Speedtouch_330 and correct my poor english ?
On Tue, Sep 13, 2005 at 03:49:05PM +0000, Youssef CHAHIBI wrote:
Cool ! IIt works but shows the Mac files.
That was the intention. Thank you very much. Please can you have a look at http://www.opensuse.org/Speedtouch_330 and correct my poor english ?
English is not my native language and I am very bad in recognising errors in spelling so I leave that to others. I also am not able to see if the content is correct. I just edited small bit mainly for layout purposes. houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
English is not my native language and I am very bad in recognising errors in spelling so I leave that to others.
I also am not able to see if the content is correct. I just edited small bit mainly for layout purposes.
houghi
Actually, it looks prettier now. Thank you very very much. I'll may be add screenshots to help novice users install this modem. Again, thank you very much.
participants (5)
-
Carl Hartung
-
houghi
-
meister@netz00.com
-
Reinhard Gimbel
-
Youssef CHAHIBI