MUT bug, when no floppy present..

Please post any bugs you have found
Message
Author
PeterSieg
Posts: 363
Joined: Wed 04 May 2005, 16:06
Location: Germany, 37603
Contact:

MUT bug, when no floppy present..

#1 Post by PeterSieg »

Hi. MUT 0.0.6 in Puppy 1.0.5 brings an error msg, when no floppy is in a system:
Error: image "::img::img(fd0)" dowsn't exist
Doesn't matter which button you choose.. just nothing happens than..
I have a compaq ipaq pc without any floppy :(
For me, MUT is unsable here, to please leave the other util in!!

PS
Have fun :)

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

can you disable floppy in the Bios?
I have a Gericom-notebook without floppy, no problem for MUT.

Mark

User avatar
dvw86
Posts: 636
Joined: Thu 05 May 2005, 00:55
Location: Washington State

#3 Post by dvw86 »

Odd, I don't have a floppy on my Mini-ITX and MUT has never given me an error.

kethd
Posts: 451
Joined: Thu 20 Oct 2005, 12:54
Location: Boston MA USA

#4 Post by kethd »

I did not have this problem, on laptop with no floppy drive.
(Panasonic Toughbook 900MHz CF-W2A)

PeterSieg
Posts: 363
Joined: Wed 04 May 2005, 16:06
Location: Germany, 37603
Contact:

No option in bios to disable floppy

#5 Post by PeterSieg »

Hi. the ipaq doesn't have an option to disable floppy. It gas a multibay slot,
where one can insert multibay drives. There are floppies, cd-roms, dvd, cd-rw and dvd/cd-rw drives available... I have a cd-rom drive in it.


PS
Have fun :)

fanned

#6 Post by fanned »

kethd wrote:I did not have this problem, on laptop with no floppy drive.
(Panasonic Toughbook 900MHz CF-W2A)
I have the problem mentioned above, the same message from MUT (Puppy 1.05 on hdd, ECS G320 laptop, no floppy in it :)). The other mounter works fine... showing the non-existing floppy :).

fanned

#7 Post by fanned »

fanned wrote:
kethd wrote:I did not have this problem, on laptop with no floppy drive.
(Panasonic Toughbook 900MHz CF-W2A)
I have the problem mentioned above, the same message from MUT (Puppy 1.05 on hdd, ECS G320 laptop, no floppy in it :)). The other mounter works fine... showing the non-existing floppy :).
I need this utility desperately (I use a lot of USB devices). Is there any suggestion to re-live MUT in this case? I am newbie, so if You do it, do slowly... :oops:

raffy
Posts: 4798
Joined: Wed 25 May 2005, 12:20
Location: Manila

Occasions

#8 Post by raffy »

That has been happening on the Via ITX from version 1.04 - 1.05. Will check the BIOS later (but that board has no floppy port). Just a while ago, MUT would not load my floppy in my Celeron 400 machine. In both situations, Mount/Unmount saved the day :)

User avatar
cplater
Posts: 56
Joined: Sat 11 Jun 2005, 11:51
Location: Huntsville, Alabama

#9 Post by cplater »

I noticed this happening on my new NTA thin client with 1.0.5. I discoved it trying to connect a video ipod to the beastie. Mount/umount work fine but I miss the MUT. If it's written in TCL perhap I can give a go at correcting this. I got paid for doing TCL/TK programming for about 3 years so I have some experience. Anyone know where to get the source?

Cerberus
Posts: 57
Joined: Thu 13 Oct 2005, 07:29

#10 Post by Cerberus »

i jsut rebuilt my old pc to clean it out and figure out how it worked and such. I put everything bakck together with a nice clean fan and i moved teh cd drive down a bay so tht the ide cable didn't have to travel is far, but after reconnecting everything, (removed to redundan tscrews making it hard to take the front cover off and came out with an unknown one)

Now the floppy isn't recognized by the bios (gives a hardware config error) and the floppy starts spinning faster and faster, boots fine but it is kind of unnerving. I disconnected the floppy and turned it off in the bios but i would really like to know what i did to make this happen

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#11 Post by MU »

I think you turned the floppycable.

I the LED is always lightning, switch the cable.

Mark

Cerberus
Posts: 57
Joined: Thu 13 Oct 2005, 07:29

#12 Post by Cerberus »

but i cant switch the cable, it is one way (it has a closed box in hte cable so that it can only fit in one way)

but the LED is always on like you said

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#13 Post by MU »

but on the mainboard-side?

Cerberus
Posts: 57
Joined: Thu 13 Oct 2005, 07:29

#14 Post by Cerberus »

lol, i'm not exactly sure what that means

but i have tried putting it in the other way, it does not fit as the closed pin space would try to get a pi inseretd into it =eihter doesn't go in or bent pin

i don't want the latter obviously

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#15 Post by GuestToo »

I got paid for doing TCL/TK programming for about 3 years so I have some experience. Anyone know where to get the source?
leafpad /usr/lib/mut-0.0.6/mut.tcl

User avatar
cplater
Posts: 56
Joined: Sat 11 Jun 2005, 11:51
Location: Huntsville, Alabama

#16 Post by cplater »

GuestToo wrote:
I got paid for doing TCL/TK programming for about 3 years so I have some experience. Anyone know where to get the source?
leafpad /usr/lib/mut-0.0.6/mut.tcl
Duh! I figured it was a wrapped or "compiled" and was hunting the web for it. Anyway, I have a quickie fix for the problem. In the mut.tcl source, go to the section towards the bottom of the file that loads the images. In my version, the first two devices are for a 3 inch floppy and a 5 inch. Change the one you want to fd0 like this and save it.

Code: Select all

image create photo ::img::img(fd0)     -file "$mut/icon/fd3.ppm"
Mut should now run.

PeterSieg
Posts: 363
Joined: Wed 04 May 2005, 16:06
Location: Germany, 37603
Contact:

Your code change works!!

#17 Post by PeterSieg »

Hi. I changed the code and it works!! Great..

I don't know what it does... but it works...

Thanks, PS

Is this a bug.. and now a code change, that could go into MUT for 1.0.6 Puppy?
Have fun :)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#18 Post by BarryK »

Jesse Liley is the developer and official maintainer for MUT, so it should come through him.
Would you mind sending him a p.m.?

Forum name: Jesse

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#19 Post by BarryK »

I might as well do it:

Code: Select all

## Load Images for display:
image create photo ::img::img(fd0)     -file "$mut/icon/fd3.ppm"
#image create photo ::img::img(fd5)     -file "$mut/icon/fd5.ppm"
...should I comment out the fd5 line?
(who still has a 5inch floppy drive?)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#20 Post by BarryK »

Okay, I have sent a p.m. to Jesse.

Post Reply