LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-01-2006, 03:36 PM   #1
Madd the Sane
Member
 
Registered: Apr 2006
Location: USA
Distribution: Ubuntu 12.04
Posts: 42

Rep: Reputation: 15
Belkin Flip KVM - Drivers?


Is there a driver for Linux for the Belkin Flip KVM? One main reason why I ask this is because I got the Mac OS X driver and discovered that I can switch either just the audio or video. For the most part, I listen to the music being played on my OS X computer while "Working" on my linux box.
 
Old 06-13-2006, 01:55 PM   #2
amaddr
LQ Newbie
 
Registered: Jul 2004
Location: USA
Distribution: Fedora
Posts: 2

Rep: Reputation: 0
I have the same setup: a PowerMac G4 running OS X Tiger and a FC5 box both attached to a Belkin Flip (USB version). What a disaster! Fedora Core just falls apart unless BOTH the Mac and the Linux box are powered up. It's so bad, I just got done ripping the Flip cables out of my workstation and chucked them into my dead hardware box. A complete waste of money.

My Linux box would report "No keyboard attached" when it was, indeed, attached. The Mac had no problem but I just couldn't trust the Belkin Flip to do its job. Sometimes the audio would disappear when switching between the two boxes. Sometimes the mouse would go dead. And don't even try to use the Flip unless both machines had completed their boot-up chores.
 
Old 04-06-2007, 12:19 PM   #3
dengel
LQ Newbie
 
Registered: Jun 2003
Distribution: Arch Linux
Posts: 23

Rep: Reputation: 0
flapjack Belkin Flip utility

I don't know if you are still interested, but there is a utility to flip the Flip. (Actually, I just wrote it and I'm looking for intrepid testers!)

It's called "flapjack" and you can get it at http://sourceharvest.com/flapjack

Enjoy!
-Dan
 
Old 04-07-2007, 12:15 AM   #4
Madd the Sane
Member
 
Registered: Apr 2006
Location: USA
Distribution: Ubuntu 12.04
Posts: 42

Original Poster
Rep: Reputation: 15
Thanks for the info. I am in the process of building it right now. The only problem that I have is that I have to mess around with the kernel stuff. I am not comfortable with this, but I will do it to try out this program.
 
Old 04-07-2007, 11:21 AM   #5
dengel
LQ Newbie
 
Registered: Jun 2003
Distribution: Arch Linux
Posts: 23

Rep: Reputation: 0
thanks for trying it

Let me know how it goes.

I don't know what kernel version you're using, but if the patch doesn't apply cleanly, then instead try this:

Go to your kernel source (usually something like /usr/src/linux) and open the file drivers/usb/input/hid-core.c

Search for the word "blacklist" and you'll find a long table of entries, each with three values. At the end of the table is the entry "{ 0, 0 }" (Yeah, I know--two values (shrug)).

Insert a line before the "{ 0, 0 }" entry that looks like this:

{ 0x050d, 0x3201, HID_QUIRK_HIDDEV },
The comma at the end is important.

Then rebuild and reinstall your kernel.

(By the way, I have no idea how much you do or don't know about programming, so please forgive me for "talking down" to you. On the other hand, if you need more detail, let me know. Whatever help I give you will go into the documentation in the next release.

Thanks,
-Dan
 
Old 07-24-2007, 11:51 AM   #6
paklan
LQ Newbie
 
Registered: Jun 2006
Distribution: OpenSuSe
Posts: 5

Rep: Reputation: 0
Hi Dan,
This utility is exactly what I am looking for - as my manual switch on my Belkin Switch2 is broken and the only way out of Linux is to use a software switch. (a work around that I was using until now is that as I run Windows under VMWARE on Linux I installed the software switch there and that enables me to get out of Linux to my alternate machine.)

From looking at your documentation for release 0.3 of flapjack I presume the patch to hid-core.c is for distributions prior to 2.6.20.4; as the doc does not make any mention of having to do the patch (except for the presence of a patch file in the doc directory); I only saw mention of doing the patch in this thread.

So does that mean that the changes to hid-core.c are correctly in for kernels from 2.6.20.4 onwards?
(I am planning to upgrade soon, but this may change my decision if I need a minimum level of kernel to use flapjack without patching the source.)

regards

Patrick.
 
Old 07-24-2007, 05:39 PM   #7
dengel
LQ Newbie
 
Registered: Jun 2003
Distribution: Arch Linux
Posts: 23

Rep: Reputation: 0
It's in the kernel, but I'm not sure when

Patrick,

Thanks for checking out the flapjack.

Kernel version 2.6.20.3 was the latest version at the time of developing flapjack. At the same time I put flapjack "out there," I submitted a kernel patch for the hid-core.c file.

I know the patch was not present as of 2.6.21.1. The earliest kernel version in which I know the patch is present is 2.6.22.1. In the interim, the USB code has been significantly reorganized, but if you get 2.6.22.1, you can be assured that you will be able to use the utility without applying a kernel patch.

I apologize for not making the state of things more clear in the documentation.

Thanks,
-Dan
 
Old 07-25-2007, 03:12 AM   #8
paklan
LQ Newbie
 
Registered: Jun 2006
Distribution: OpenSuSe
Posts: 5

Rep: Reputation: 0
flapjack Belkin Flip utility

Hi Dan,
thanks for the info. I will try to get the patch in and the kernel rebuilt when I get a chance. As this is my work machine I am not sure when I will get to do it (I usually only use the supplied kernels for stability), but I will let you know if I do.
It looks like OpenSuSe 10.3 (due in October) will have at least the 2.6.22 kernel. Hopefully that will include the changes to hid-core.c.

regards and thanks

Patrick.
 
Old 07-07-2008, 11:40 AM   #9
paklan
LQ Newbie
 
Registered: Jun 2006
Distribution: OpenSuSe
Posts: 5

Rep: Reputation: 0
Works very well

Hi Dan,
At last I have upgraded to OpenSuse 10.3. Downloaded flapjack 0.4 and hey presto it works beautifully.

regards
Patrick.
 
Old 07-07-2008, 06:04 PM   #10
dengel
LQ Newbie
 
Registered: Jun 2003
Distribution: Arch Linux
Posts: 23

Rep: Reputation: 0
That's great to hear!
 
Old 12-05-2008, 04:05 PM   #11
sssraj
LQ Newbie
 
Registered: Dec 2008
Posts: 1

Rep: Reputation: 0
Hi Dan,
I tried to use flapjack on FC9 but when I switch back from Windows, I see the kernel panic error and the keyboard and mouse does not respond and have to reboot FC9.

Is there any solution for this?

Thanks
 
Old 05-06-2009, 07:23 PM   #12
afgun
LQ Newbie
 
Registered: Apr 2009
Posts: 2

Rep: Reputation: 0
Worked great on OpenSuSE 11.0 and still on 11.1. Thanks!
 
Old 12-01-2009, 07:49 PM   #13
afgun
LQ Newbie
 
Registered: Apr 2009
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by afgun View Post
Worked great on OpenSuSE 11.0 and still on 11.1. Thanks!
Unfortunately, I can't say the same for OpenSuSE 11.2... shortly after using the flapjack command to flip to my other system, my Linux box reboots. Any thoughts on how to go about debugging this?
 
Old 05-10-2017, 08:13 PM   #14
cbass74
LQ Newbie
 
Registered: May 2017
Location: Ottawa, Canada
Distribution: Ubuntu 16
Posts: 1

Rep: Reputation: Disabled
Works great with Ubuntu 16!

Almost ten years after the first post on this and flapjack worked perfectly for me. Now I can listen to my Google Play Music on my Linux machine while switching the Key/Vid/Mouse over to my work Windows PC. Awesome!
 
  


Reply

Tags
belkin, driver, drivers, kvm



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Belkin Omniview KVM DVI with USB stops responding when switching back to SuSE Pitcher Linux - Hardware 3 03-15-2006 09:05 AM
Drivers for Belkin F5D6020 ninjabob7 Linux - Wireless Networking 1 12-11-2005 06:03 AM
Belkin KVM "kills" the mouse when switching to Linux {usuario} Linux - Hardware 1 06-07-2005 01:15 AM
Belkin SOHO KVM, Linux and the mouse (problema and solution) fthomas Linux - Newbie 1 05-18-2005 01:10 AM
redhat 9 problems with belkin omnicube kvm logos Linux - Hardware 2 09-03-2003 01:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration