LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-01-2007, 02:22 PM   #31
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Original Poster
Rep: Reputation: 15

no problem. Its working means that after that patch, it works well?
 
Old 09-05-2007, 02:02 AM   #32
antivirus
Member
 
Registered: Feb 2007
Location: Bangladesh
Distribution: Fedora Core 9
Posts: 59

Rep: Reputation: 15
Quote:
Originally Posted by sblantipodi View Post
no problem. Its working means that after that patch,
Yes your patch is working.

[QUOTE=it works well?[/QUOTE]

Its working coooooooooooooooooooooooooooool, nice work brother. Thank you again for your help. Its nice to work with you. Anyway take care and have fun.
 
Old 09-05-2007, 03:37 AM   #33
Lake-end
LQ Newbie
 
Registered: Aug 2004
Location: Tampere, Finland
Distribution: Suse 10
Posts: 21

Rep: Reputation: 15
V3xx

Has anyone managed to sync the calendar with linux with V3xx so far?
 
Old 09-05-2007, 04:24 AM   #34
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by antivirus View Post
Yes your patch is working.



Its working coooooooooooooooooooooooooooool, nice work brother. Thank you again for your help. Its nice to work with you. Anyway take care and have fun.
Ok, well...
 
Old 09-08-2007, 04:40 AM   #35
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Original Poster
Rep: Reputation: 15
I am working to include this patch into the official kernel (if the mainteiner approve)...

To do this I need your help Antivirus.
You should try to recompile your kernel with different patches and tell me what works.

This patch works, ok. No need to retry it.
UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
"Motorola",
"V",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY | US_FL_FIX_INQUIRY | US_FL_IGNORE_RESIDUE ),

Try this please:
UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
"Motorola",
"V",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY | US_FL_IGNORE_RESIDUE ),

Also this please:
UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
"Motorola",
"V",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_IGNORE_RESIDUE ),

And this:
UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
"Motorola",
"V",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ),


Please try this patch and tell me the one that works.
Hope you'll help me.
Thanks.
 
Old 09-08-2007, 08:17 AM   #36
sakitram
LQ Newbie
 
Registered: Sep 2007
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by sblantipodi View Post
Ok, now you should learn how to recompile your kernel.
After that you need to insert this in your
~/linux/drivers/usb/storage/unusual_devs.h file


UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
"Motorola",
"V",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY | US_FL_FIX_INQUIRY | US_FL_IGNORE_RESIDUE ),


recompile the kernel and have fun
Hi,

I have similar problem, I posted a thread also at the following address.
http://www.linuxquestions.org/questi...97#post2883397


But as quoted above, I do not have "unusual_devs.h" file in my Fedora 5 operating system. What to do?
[root@localhost storage]# pwd
/usr/src/kernels/2.6.15-1.2054_FC5-i686/drivers/usb/storage
[root@localhost storage]# ls -l
total 20
-rw-r--r-- 1 root root 5063 Mar 15 2006 Kconfig
-rw-r--r-- 1 root root 1052 Mar 15 2006 Makefile
 
Old 09-14-2007, 06:21 PM   #37
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Original Poster
Rep: Reputation: 15
ANTIVIRUS: I helped you, now why you don't help me?
 
Old 09-17-2007, 03:45 AM   #38
antivirus
Member
 
Registered: Feb 2007
Location: Bangladesh
Distribution: Fedora Core 9
Posts: 59

Rep: Reputation: 15
Quote:
Originally Posted by sblantipodi View Post
ANTIVIRUS: I helped you, now why you don't help me?

Dear sir don't get me wrong. Ri8 now i'm out of my country for medical purpose. I will do every thing for you and your patches after getting well. Till then have fun......
 
Old 09-17-2007, 04:59 AM   #39
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by antivirus View Post
Dear sir don't get me wrong. Ri8 now i'm out of my country for medical purpose. I will do every thing for you and your patches after getting well. Till then have fun......
oops, I'm sorry.
Hopes nothing important. Bye.
 
  


Reply



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
Motorola "Moto Razr" sync with Linux? Yalla-One Linux - Hardware 6 08-04-2009 03:08 AM
Motorola Razr Bluetooth PIN issue nikolayds Linux - Hardware 6 02-08-2008 07:50 PM
Vaio T250 and RAZR V3, rfcomm issues getzburg Linux - Laptop and Netbook 0 11-30-2005 01:59 PM
Mount Motorola V400 as filesystem (or, how do I transfer files to/from V400?) KimVette Linux - Hardware 8 08-24-2005 08:53 PM
Motorola G Card Zuggy Linux - Wireless Networking 0 11-03-2004 07:40 PM

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

All times are GMT -5. The time now is 11:04 PM.

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