It is currently Mon Mar 16, 2020 10:39 am

All times are UTC - 7 hours



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 123 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9  Next
Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9  Next
Author Message
Post subject: Re: FUSE for LINUX?
Posted: Fri Feb 18, 2011 8:49 pm
Offline
Hobbyist
Hobbyist

Joined: Mon Feb 14, 2011 10:39 pm
Posts: 11
Tried using FUSE to connect to a GDEC-3 30. Having no success. When I try to connect I get "Suitable device not found!" Here is my lsusb

Bus 005 Device 004: ID 1ed8:0002
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0b38:0010 Gear Head 107-Key Keyboard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 08bb:2900 Texas Instruments Japan PCM2900 Audio Codec
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 006: ID 045e:00e1 Microsoft Corp. Wireless Laser Mouse 6000 Reciever
Bus 001 Device 005: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

and here is the file called 50-gdec.rules that I created in directory /etc/udev/rules.d

SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", SYSFS{idVendor}=="1ed8", SYSFS{idProduct}=="0002", GROUP="plugdev"

So... what am I missing.


Top
Profile
Fender Play Winter Sale 2020
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 6:23 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
I have created this program for Mustang amps because this is the one that I have. I do not know how or even if it will work with G-DEC, but you can try.
You have to change line 13 in file mustang.h from "#define USB_PID 0x0004" to "#define USB_PID 0x0002". Then recompile the program.
If you don't know how or have problems with compilation please tell me and I will create a package for you (if so please also specify if you have 32 or 64-bit system installed).
But please remember that still this soft was created for Mustang amps and because of that I can not guarantee anything. And by anything I mean from correct working of the program to even damaging the amp (although this is very unlikely).

_________________
PLUG - FUSE replacement for Linux
current version: PLUG v1.0


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 7:56 am
Offline
Hobbyist
Hobbyist

Joined: Mon Feb 14, 2011 10:39 pm
Posts: 11
Thanks for the quick reply. I haven't edited source and compiled anything in years, and I'm just getting started with linux, but hey... no fear. I'll give it a shot and let you know.

I really appreciate the work you've put into this and hope I can help extend this to the GDEC users.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 8:22 am
Offline
Hobbyist
Hobbyist

Joined: Mon Feb 14, 2011 10:39 pm
Posts: 11
Well that didn't take long. I didn't get very far. Here's what I did:

1) hg clone https://bitbucket.org/piorekf/plug
2) changed line 13 in file mustang.h from "#define USB_PID 0x0004" to "#define USB_PID 0x0002"
3) maestro@maestro-studio:~/plug/plug$ qmake plug.pro
4) maestro@maestro-studio:~/plug/plug$ make
/usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h
make: /usr/bin/uic-qt4: Command not found
make: *** [ui_mainwindow.h] Error 127
maestro@maestro-studio:~/plug/plug$

No idea how/where to go from here. If you could build the package I would try it and feedback to you immediately. Thanks again for your help with this.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 8:24 am
Offline
Hobbyist
Hobbyist

Joined: Mon Feb 14, 2011 10:39 pm
Posts: 11
Forgot to include that I'm running 32-bit Ubuntu 10.10 w/ all updates installed


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 9:02 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
Here you can find a package.
It is version 0.4 since 0.5 introduced things which are Mustang-specific.

_________________
PLUG - FUSE replacement for Linux
current version: PLUG v1.0


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 9:20 am
Offline
Hobbyist
Hobbyist

Joined: Mon Feb 14, 2011 10:39 pm
Posts: 11
When I tried opening the archive I get:

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

Any suggstions?


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 9:47 am
Offline
Hobbyist
Hobbyist

Joined: Mon Feb 14, 2011 10:39 pm
Posts: 11
Progress. Looks like I may not have received the entire archive the first time. Tried again. Got it to open and extract. Ran Plug, told it to connect... and this time it said it was connecting but it hung after that. I appreciate your help but it doesn't look like we're going to get much further... as you said you wrote the code for the Mustang.

Thanks for trying.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 19, 2011 10:29 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
Pity that it doesn't work. :(
Unfortunately I don't have and don't know anybody with G-DEC to try to fix this.
There was one more project announced by "pes laul" (site: SOPD) and it was specifically for G-DEC amps. It looks like it is dead but you can try and ask him directly if he is planning to continue his work. I am myself curious because I was hoping for some experience exchange.

_________________
PLUG - FUSE replacement for Linux
current version: PLUG v1.0


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Feb 20, 2011 3:44 pm
Offline
Hobbyist
Hobbyist

Joined: Thu Dec 23, 2010 2:28 am
Posts: 6
For all of you that use (or plan to use) PLUG, there is now an IRC channel to discuss ideas, suggestions, etc. Feel free to join #linfuse on irc.freenode.net.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Mar 13, 2011 4:52 am
Offline
Hobbyist
Hobbyist

Joined: Sun Mar 13, 2011 4:48 am
Posts: 8
Location: Nantes - FRANCE
Hello from a new Mustang II owner !
I also use linux (mainly Debian), and I will try your plug piorekf. Thank you for this great work !


Last edited by ronanr on Sun Mar 13, 2011 7:00 am, edited 1 time in total.

Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Mar 13, 2011 5:49 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
I hope you'll like it. :) If you will have any questions, doubts or ideas just send them to me via e-mail (contact on project's home page) or IRC channel.

_________________
PLUG - FUSE replacement for Linux
current version: PLUG v1.0


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Tue Mar 15, 2011 5:11 am
Offline
Hobbyist
Hobbyist

Joined: Thu Oct 28, 2010 5:56 am
Posts: 11
Location: Findlay OH USA
Just a quick note of recommendation for piorekf's PLUG. I've been using it to create new presets, it is a wonderful addition to my studio.

Now if there were some way for us Linuxen to update the amp's firmware without jumping through all those hoops... ;)

Best,

dp

_________________
Similis sum folio de quo ludunt venti.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Wed Mar 16, 2011 4:57 am
Offline
Hobbyist
Hobbyist

Joined: Tue Jul 17, 2007 5:26 am
Posts: 53
I am not an expert on using USB flash drives on linux, but I assume that linux has that capability. If so, all you have to do is go into the utility menu on your amp, enable "USB Drive Mode" and connect the USB cable. Then your amp is going to look like 2 thumb drives to the system. One will be the amp's internal flash, and the 2nd will be the SD card. Copy the firmware update file to the root folder on the SD card (e.g. the same place you see the Preset, Wave, Midi folders) and cleanly dismount the drives. Power cycle your amp, and you'll go through the same process that someone who copied the files any other way goes through. The firmware update process is independent of how the update file gets to the SD card.

good luck,
Dave


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Wed Mar 16, 2011 11:00 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
What you described works only for G-DEC amps. What we need is an update utility for Mustang amplifiers. I hope that I will be able to present one in few days, maybe a week.

_________________
PLUG - FUSE replacement for Linux
current version: PLUG v1.0


Top
Profile
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 123 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9  Next
Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9  Next

All times are UTC - 7 hours

Fender Play Winter Sale 2020

Who is online

Users browsing this forum: No registered users and 2 guests


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

Search for:
Jump to: