View previous topic :: View next topic |
Author |
Message |
Vorlon Apprentice
Joined: 16 May 2003 Posts: 260 Location: East Earl, PA
|
Posted: Sun Dec 01, 2024 9:59 pm Post subject: Greaseweazle Problems |
|
|
I purchased a Greaseweazle to work on old floppy disks. But I'm having trouble getting the thing to work with Linux.
I've installed the greaseweazle program as per instructions at https://github.com/keirf/greaseweazle/wiki/Software-Installation.
The program executes, but will not see the greaseweazle, giving a "Device: Not found" error.
Oddly, doing a "lsusb" easily finds the device "Bus 002 Device 009: ID 1209:4d69 Generic Greaseweazle"
It's also listed in dmesg:
[108041.327479] usb 2-2: new full-speed USB device number 9 using xhci_hcd
[108041.454528] usb 2-2: New USB device found, idVendor=1209, idProduct=4d69, bcdDevice= 1.00
[108041.454537] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[108041.454541] usb 2-2: Product: Greaseweazle
[108041.454543] usb 2-2: Manufacturer: Keir Fraser
[108041.454546] usb 2-2: SerialNumber: GWB0BD79CF5976C01007991705
I've tested the software under windows, and it finds it just fine.
I'm using a regular amd64 system, but I have compiled my own monolithic kernel. As far as I can tell, I've included all the relevant floppy kernel modules.
I can continue to use a windows system for my floppy work, but yech!! I';d really like to get this to work in Gentoo.
The greaseweazle program runs under pip in python, and maybe that's messing something up?
I'm running as root, so this shouldn't be a permissions problem.
Anybody got any suggestions for where else to look?
TIA!! _________________ Casey Bralla
Chief Nerd in Residence
The NerdWorld Organisation |
|
Back to top |
|
|
spica Guru
Joined: 04 Jun 2021 Posts: 331
|
Posted: Mon Dec 02, 2024 4:30 am Post subject: Re: Greaseweazle Problems |
|
|
Vorlon wrote: | [108041.327479] usb 2-2: new full-speed USB device number 9 using xhci_hcd
[108041.454528] usb 2-2: New USB device found, idVendor=1209, idProduct=4d69, bcdDevice= 1.00
[108041.454537] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[108041.454541] usb 2-2: Product: Greaseweazle
[108041.454543] usb 2-2: Manufacturer: Keir Fraser
[108041.454546] usb 2-2: SerialNumber: **** | According to dmesg example https://github.com/keirf/greaseweazle/issues/158 , additional lines about ttyACM0 recognized device must be present in dmesg.
According to that page, the driver you need is cdc_acm
Looks like this is the needed parameter: Code: | # find /usr/src/linux/drivers -type f -name Makefile -exec grep -E cdc[\-_]acm.o {} \;
obj-$(CONFIG_USB_ACM) += cdc-acm.o |
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|