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, 2, 3, 4, 5, 6, 7, 8, 9  Next
Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Author Message
Post subject: Re: FUSE for LINUX?
Posted: Mon Jan 03, 2011 11:54 am
Offline
Hobbyist
Hobbyist
User avatar

Joined: Sat Jun 16, 2007 10:04 pm
Posts: 11
piorekf wrote:
I also have a small request:
If somebody with Mustang II could please connect it to a computer, run a "lsusb" command and send me the result I would be really grateful.


Here it is, a PM was also sent

-laptop:~$ lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 1ed8:0004
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 08ff:2810 AuthenTec, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-laptop:~$

Feel free to let me know if something else is required :)


Top
Profile
Fender Play Winter Sale 2020
Post subject: Re: FUSE for LINUX?
Posted: Mon Jan 03, 2011 12:04 pm
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
Thanks :-)
Now I see that Mustang 2 have the same usb VID:PID (1ed8:0004) as Mustang 1 so my program should also be able to find it and connect to it.

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


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Mon Jan 03, 2011 6:33 pm
Offline
Aspiring Musician
Aspiring Musician
User avatar

Joined: Sun Oct 31, 2010 8:55 pm
Posts: 859
Location: ʎʇıuıɟuı ɟo sʇɹıʞsʇno
Wow, I already thought people would have sent you that but yes, they're exactly the same, coolness - Here's mine for the hell of it :mrgreen: http://alinux.tv/fender/MustangII.txt

_________________
J. Hendrix / S.R.V. / E. Clapton / R. Hansen / F. Marino / B.B. King (now that's a neat six-pack) :)
Eminence The Wizard vs Stock Mustang II Speaker Shootout http://arttux.com/Fender-Mustang-II-Eminence-Wizard-Speaker-Swap/


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Mon Jan 03, 2011 9:14 pm
Offline
Hobbyist
Hobbyist
User avatar

Joined: Sat Jun 16, 2007 10:04 pm
Posts: 11
piorekf wrote:
Thanks :-)
Now I see that Mustang 2 have the same usb VID:PID (1ed8:0004) as Mustang 1 so my program should also be able to find it and connect to it.


Awesome! :)


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Tue Jan 04, 2011 5:08 am
Offline
Hobbyist
Hobbyist

Joined: Thu Oct 28, 2010 5:56 am
Posts: 11
Location: Findlay OH USA
@piorekf - Thank you for your work on this software ! I've been using it to reprogram my Mustang 1, so far everything appears to be working as it's supposed to. The only thing I'm not fond of is having to use sudo to run it - by default Ubuntu restricts write access on USB ports. Otherwise, well done, sir, well done. :)

Btw, I'm building it on Ubuntu 10.04, 32-bit.

Best,

dp

_________________
Similis sum folio de quo ludunt venti.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Tue Jan 04, 2011 7:07 am
Offline
Hobbyist
Hobbyist

Joined: Thu Oct 28, 2010 5:56 am
Posts: 11
Location: Findlay OH USA
pes laul wrote:
... I'll put my hand off the trigger and wait for a couple of suggestions from you before I go for it. Keep me posted!


I received this reference on the LAD list :

http://www.kernel.org/doc/Documentation/usb/usbmon.txt

HTH,

dp

_________________
Similis sum folio de quo ludunt venti.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Tue Jan 04, 2011 12:46 pm
Offline
Hobbyist
Hobbyist

Joined: Sat Dec 25, 2010 3:29 pm
Posts: 95
Location: Croatia
just to inform you that plug builds and runs on 64-bit Fedora 14. Nice work, man! :D


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Tue Jan 04, 2011 2:23 pm
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
davephillips wrote:
The only thing I'm not fond of is having to use sudo to run it - by default Ubuntu restricts write access on USB ports.

I have checked this, can confirm this and I have a solution. The whole problem is because Ubuntu for some reason set permissions to USB device files so that only root can access them while user in "plugdev" group also should have access to them. I don't know why Ubuntu dev's made it like this but here is the fix:

Create file (must do this with sudo) /etc/udev/rules.d/50-mustang.rules containing line:
Code:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", SYSFS{idVendor}=="1ed8", SYSFS{idProduct}=="0004", GROUP="plugdev"

save the file and either restart the computer or unplug your amp, and do
Code:
sudo service udev restart

and plug your amp back. Now everything should work. Of course you must be in plugdev group.

Thanks for all good words. It's really nice to hear them ;-)

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


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Jan 09, 2011 11:41 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
I have created binary packages for all people who doesn't like to compile. Packages can be downloaded from project's page or from bitbucket.

Also from now on I will stop spaming this forum with infos about new releases and will post infos only on project's page on piorekf.org/plug. So if you want to know all the news just subscribe to the RSS feed.

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


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Jan 30, 2011 4:00 pm
Offline
Hobbyist
Hobbyist

Joined: Sun Jan 30, 2011 3:55 pm
Posts: 6
Great work
Can we expect to be able to update fuse amp firmware from plug interface in near release ??


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Jan 30, 2011 5:47 pm
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
At last some functionality request. :D
The problem with firmware upgrade is that if anything goes wrong, there is a possibility to brick amplifier.
I will look how difficult this is and decide. If the process will be complicated, for the safety of users I won't do it. If it will look easy I will probably create separate program for upgrading firmware. Or do you want it to be integrated with PLUG?

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


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Mon Jan 31, 2011 1:13 pm
Offline
Hobbyist
Hobbyist

Joined: Thu Dec 23, 2010 2:28 am
Posts: 6
One more 'Great stuff, man!' for piorekf and Plug. I've already left couple of comments/suggestions on bitbucket, and I'm going to there now to click on 'Donate' button.


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Tue Feb 01, 2011 10:31 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
Thank you very much miroslavv. :)

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


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sat Feb 12, 2011 8:15 pm
Offline
Hobbyist
Hobbyist

Joined: Fri Jan 28, 2011 7:26 pm
Posts: 31
Interesting evolution of the thread, from discussing with Fender the port to abandoning it altogether with the community writing the replacement.
Not sure why Fender chose to use Silverlight for FUSE, but Fuse is pretty ambitious with its interface and connectivity. Not sure if they could have gotten what they wanted using less proprietary software.
What they might be able to do, aside from supporting PLUG officially, is create a FUSE port of the major functions, i.e. Amp and effect setups and presets. If they could condense it do enough, you could run it on an Android phone or such.
Lose the fancy interface, streamline the uploading, downloading of presets, and make it factory supported so you won't be afraid to "brick" your amp with a firmware change, and make it small and fast enough for the newest generation of tablets - and it would be a great addition. Wouldn't it be great to whip out you "smart" phone or tablet and hot-rod your amp with that - sure easier to lug around than the kind of laptop it takes to run FUSE well.

Mike


Top
Profile
Post subject: Re: FUSE for LINUX?
Posted: Sun Feb 13, 2011 6:55 am
Offline
Hobbyist
Hobbyist

Joined: Tue Dec 28, 2010 1:09 pm
Posts: 31
Location: Poland
Thread evolved in this direction because Fender said that they have no plans to write a Linux version of FUSE. So community decided that they have to do something about this.
Porting FUSE for Linux is not that hard as it seams because of it's server-client architecture. Only client side is written in Silverlight, while server is written in .NET and Mono (Linux implementation of .NET framework) is working pretty well. So the only thing which they have to do to make it work on Linux is client. And since communication between server and client is done using normal sockets, they can use any technology for the client.
Moving FUSE/PLUG to a mobile devices is completely different problem. Moving FUSE would be difficult since there is no .NET for mobile systems. And even if somebody would port Mono for example for Android, you still won't be able to use it since Android have it's own Java-like framework called Dalvik which it uses for all the programs.
For PLUG this is a bit easier since Qt have ports for mobile systems (except for Android and iOS since they have their own frameworks). So theoretically you can run PLUG on all Nokia phones with Symbian S60, Windows Mobile 5.0+ and Windows CE 5.0+. But there is one problem (also with FUSE) - USB communication. There is no USB communication library for any of this systems since this is not what they are created for.
So the only mobile devices capable of running PLUG are devices with USB host and running real Linux.

_________________
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, 2, 3, 4, 5, 6, 7, 8, 9  Next
Go to page Previous  1, 2, 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: