PXE2 发表于 2003-4-16 13:08:17

usb1.0移动硬盘要改

usb1.0移动硬盘要改
我的USB芯片是GL641,在goole里找"linux usb gl641",找到以下内容:

diff -urN linux-2.4.18-plain/drivers/usb/storage/unusual_devs.h linux-2.4.18-patch/drivers/usb/storage/unusual_devs.h
--- linux-2.4.18-plain/drivers/usb/storage/unusual_devs.h Mon Feb 25 20:38:07 2002
+++ linux-2.4.18-patch/drivers/usb/storage/unusual_devs.h Mon Apr 22 17:37:35 2002
@@ -292,6 +292,12 @@
US_FL_MODE_XLATE | US_FL_START_STOP ),
#endif

+UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0x9999,
+ "S.Y.C.T.",
+ "GL641 USB drive",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US_FL_FIX_INQUIRY | US_FL_START_STOP),
+
UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
"TEAC",
"Floppy Drive",


然后修改unusual_devs.h,编译,将生成的3个模块插入内核,就能用了

Bluedata 发表于 2003-4-17 19:39:53

没这么麻烦吧!……

MagicBoy 发表于 2003-4-18 11:32:35

哇,我想知道怎么知道自己的usb芯片是什么呢??? :-(:-(:-(:-(:-(

MagicBoy 发表于 2003-4-18 11:45:53

我用的是天朗移动硬盘,我挂接的时候!!!
fdisk -l 没有认出硬盘啊!!!! :-(:-(:-(:-(:-(:-(:-(

MagicBoy 发表于 2003-5-15 07:42:26

为什么没有人回答我的问题呢??? :-(:-(:-(:-(

cjacker 发表于 2003-5-15 08:51:36

Re: usb1.0移动硬盘要改

usb1.0移动硬盘要改
我的USB芯片是GL641,在goole里找"linux usb gl641",找到以下内容:

diff -urN linux-2.4.18-plain/drivers/usb/storage/unusual_devs.h linux-2.4.18-patch/drivers/usb/storage/unusual_devs.h
--- linux-2.4.18-plain/drivers/usb/storage/unusual_devs.h Mon Feb 25 20:38:07 2002
+++ linux-2.4.18-patch/drivers/usb/storage/unusual_devs.h Mon Apr 22 17:37:35 2002
@@ -292,6 +292,12 @@
US_FL_MODE_XLATE | US_FL_START_STOP ),
#endif

+UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0x9999,
+ "S.Y.C.T.",
+ "GL641 USB drive",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US_FL_FIX_INQUIRY | US_FL_START_STOP),
+
UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
"TEAC",
"Floppy Drive",


然后修改unusual_devs.h,编译,将生成的3个模块插入内核,就能用了
ok
纳入“TODO”中,以后会修正

andrew1979 发表于 2003-5-24 13:12:44

请问修改后该怎么编译这个文件,是不是这样:
gcc-cunusual_devs.h   还是要重新编译内核,有没有简便一点的办法?:?::?:

llc 发表于 2003-5-24 15:57:27

GL641的驱动,2.4.20应该支持了,unusual_devs.h里已经有这个0x05e3, 0x0702id的定义,不过,不是叫GL641

andrew1979 发表于 2003-5-25 22:40:50

2.4.20也不支持,我是重新编译以后才可以的
页: [1]
查看完整版本: usb1.0移动硬盘要改