Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yyh2o

Pages: [1] 2
1
弱智想法

2
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 02, 2014, 03:59:30 pm »

@麥可貓 100 BTSX has been sent. pls check ,thanks.

@yyh2o please provide your account as well, i will tip you 10 BTSX for your research.
Thanks, forget it

4
中文 (Chinese) / 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 01:55:29 pm »
有人寫了教學在這裡:
http://ubuntuforums.org/showthread.php?t=2210930

你可以採用他的方法:

到這裡下載:
http://www.mediatek.com/en/downloads/mt7601u-usb/

然後解壓進去編譯模組
Code: [Select]
sudo apt-get install linux-headers-generic build-essential
cd ~/Desktop/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913
make clean
make
sudo make install
sudo modprobe mt7601Usta

不知道可不可以?
我按这个教程弄过了,make的时候过不了。

可以提供你的錯誤訊息嗎?

/home/crazybit/driver/os/linux/../../os/linux/rt_linux.c:2052:4: note: expected ‘const char *’ but argument is of type ‘UINT32 *’
/home/crazybit/driver/os/linux/../../os/linux/rt_linux.c:2037:22: warning: unused variable ‘macValue’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
home/crazybit/driver/os/linux/../../os/linux/rt_linux.c:2037:9: warning: unused variable ‘macAddr’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/crazybit/driver/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSIRQRelease’:
/home/crazybit/driver/os/linux/../../os/linux/rt_linux.c:2173:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
struct net_device *net_dev = (struct net_device *)pNetDev;
make[2]: *** [/home/crazybit/driver/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/crazybit/driver/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [LINUX] Error 2

第一步,下载linux上的驱动,可以去官网下载


第二步:没有gcc的,安装gcc。。。 解压下载得到的驱动的压缩包,修改里面的/os/linux/rt_linux.c 的1211行和1222行的

                pOSFSInfo->fsuid = current_fsuid();
                pOSFSInfo->fsuid = current_fsuid();

                把他们两个改为

                pOSFSInfo->fsuid = *(int *)&current_fsuid();
                pOSFSInfo->fsuid = *(int *)&current_fsuid();

               在common/rtusb_dev_id.c中找到#ifdef MT7601U

                在其下面添加

                {USB_DEVICE(0x148f,0x760b)}, /* 360 Wifi Gen 2*/
                {USB_DEVICE(0x2955,0x1001)}, /* Xiao Du Wifi*/

                {USB_DEVICE(0x2717,0x4106)}, /* XiaoMi wifi */

第三步:

make
make install
modprobe mt7601Usta


5
中文 (Chinese) / btsx别名---热血争霸赛
« on: July 29, 2014, 03:14:36 pm »
参赛ID: yun , 钱包搬到云上

6
中文 (Chinese) / Re: 钱包更新太慢了
« on: July 26, 2014, 09:24:32 am »

肯定不行的   块和块是一个接一个  如果你只要下载最新的  那不是可以多重支付了吗
此言差矣,中本聪已解决此问题


Sent from my iPhone using Tapatalk

7
中文 (Chinese) / Re: DPOS出块速度太快的副作用
« on: July 26, 2014, 07:57:08 am »

没错,是不是可以出现轻量级钱包,或者普通客户端只是保存部分数据
再或者能否实现数据的更新为从后往前更新
bts需要创新,增强的体验啊
+5


Sent from my iPhone using Tapatalk

8

如题

直接从官网下的钱包,然后修改了下170起的几个字段。 :D
其他地方没动过。
+1


Sent from my iPhone using Tapatalk

9
General Discussion / Re: solve the windows client crash
« on: July 25, 2014, 02:52:52 am »
+5


Sent from my iPhone using Tapatalk

10
PTS2呼之欲出


Sent from my iPad using Tapatalk

11
中文 (Chinese) / Re: bitshares客户端建议汇总贴
« on: July 23, 2014, 04:32:04 am »

建议增加同时发送给多个人功能(像btc客户端里那样即可)。
像发红包这种,不会要一个人一个人发吧,手续费很多。。。。。。
+5


Sent from my iPhone using Tapatalk

12
中文 (Chinese) / Re: xp下无法用钱包的看过来
« on: July 23, 2014, 12:27:37 am »
+5


Sent from my iPhone using Tapatalk

13
log说的对啊


Sent from my iPad using Tapatalk

14
我也是 yyh2o


Sent from my iPad using Tapatalk

15
中文 (Chinese) / Re: 曾经骂过3I的进来悔过!
« on: July 19, 2014, 11:33:58 pm »



Sent from my iPad using Tapatalk

Pages: [1] 2