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 - 麥可貓

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 18
121
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 05:07:25 pm »
oh yeah, we make it, thanks for your kindly help, please give me your BTSX account.

same error encountered.

root@crazybit:/etc# su
root@crazybit:/etc# ls Wireless
Wireless
root@crazybit:/etc# cd Wireless
bash: cd: Wireless: Not a directory

i think we will make it soon, it is a bit wired that the root account can not create the required folder to install the driver.any idea? i even can not "cd" to the existing folder 'etc/Wireless'

sudo make install
make[1]: Entering directory `/home/crazybit/driver/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
mkdir: cannot create directory ‘/etc/Wireless/RT2870STA’: Not a directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/crazybit/driver/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux'
make: *** [install] Error 2


你得先裝dkms:
Code: [Select]
sudo apt-get install dkms
然後
把$sudo make install
改成這樣:

Code: [Select]
$sudo su
$make install
$echo $?

我這邊成功了

我這邊本來就有這個資料夾
或許是內建的某個套件安裝時建立的
但是我的目錄裡面又只有你這個驅動程式

或許你可以先試試看安裝wireless的套件:
Code: [Select]
sudo apt-get install wireless-tools iw

看看這個資料夾有沒有出現
如果沒有

乾脆先自己建立:
Code: [Select]
sudo su
mkdir /etc/Wireless

然後再make install

我的帳號是michaelcat

此外, 可以請你總結一下你是怎麼解決的嗎?
我覺得這會對有類似需求的人幫助很大
因為如你所見, 網絡上的討論有很多版本

謝謝

122
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 04:22:51 pm »
same error encountered.

root@crazybit:/etc# su
root@crazybit:/etc# ls Wireless
Wireless
root@crazybit:/etc# cd Wireless
bash: cd: Wireless: Not a directory

i think we will make it soon, it is a bit wired that the root account can not create the required folder to install the driver.any idea? i even can not "cd" to the existing folder 'etc/Wireless'

sudo make install
make[1]: Entering directory `/home/crazybit/driver/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
mkdir: cannot create directory ‘/etc/Wireless/RT2870STA’: Not a directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/crazybit/driver/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux'
make: *** [install] Error 2


你得先裝dkms:
Code: [Select]
sudo apt-get install dkms
然後
把$sudo make install
改成這樣:

Code: [Select]
$sudo su
$make install
$echo $?

我這邊成功了

我這邊本來就有這個資料夾
或許是內建的某個套件安裝時建立的
但是我的目錄裡面又只有你這個驅動程式

或許你可以先試試看安裝wireless的套件:
Code: [Select]
sudo apt-get install wireless-tools iw

看看這個資料夾有沒有出現
如果沒有

乾脆先自己建立:
Code: [Select]
sudo su
mkdir /etc/Wireless

然後再make install

123
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 04:08:21 pm »
i think we will make it soon, it is a bit wired that the root account can not create the required folder to install the driver.any idea? i even can not "cd" to the existing folder 'etc/Wireless'

sudo make install
make[1]: Entering directory `/home/crazybit/driver/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
mkdir: cannot create directory ‘/etc/Wireless/RT2870STA’: Not a directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/crazybit/driver/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux'
make: *** [install] Error 2


你得先裝dkms:
Code: [Select]
sudo apt-get install dkms
然後
把$sudo make install
改成這樣:

Code: [Select]
$sudo su
$make install
$echo $?

我這邊成功了

124
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 03:42:30 pm »
居然在一个帖子里见到麦可猫踩了这么多楼.不容易呀.

真是不好意思 :-[

125
错误提示为:An instance of ButshareX is already running,Please close it and try again.

可以試試看:
Code: [Select]
ps aux | grep BitSharesX
應該會類似這樣:
Code: [Select]
michael+  3515  5.4  3.2 3660640 268736 pts/1  Sl+  15:59  17:54 ./BitSharesX
第二個號碼是它的程序編號
那你就強制關掉它:
Code: [Select]
sudo kill -9 3515
再試試看可以嗎?


不好意思 我以為你的系統是linux :-[
請參考cgafeng的方法

126
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 02:35:21 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


我下載了也碰到一樣的狀況
我是了yyh2o的方法還是一樣


我後來是採用下列連結提到的方法才成功的:
http://www.arnelborja.com/compiling-rt2870-wifi-driver-in-fedora/


也就是說
重新解壓縮一份驅動檔案
修改目錄底下include/os/rt_linux.h
這一個檔案

裡面開頭有一段原本是:
Code: [Select]
typedef struct _OS_FS_INFO_
 {
int fsuid;
int fsgid;



把中間那兩個改成:


Code: [Select]
typedef struct _OS_FS_INFO_
 {
kuid_t fsuid;
kgid_t fsgid;

重新編譯
我這邊是成功, 不會有錯誤訊息
make完你可以用
Code: [Select]
echo $?看是不是0, 0就是成功

然後再接著作make install等等
如果模組認不到你的裝置
我想你需要作像是yyh2o在common/rtusb_dev_id.c的事情
你可以插入你的無線網卡
用lsusb得知它的ID
搜尋common/rtusb_dev_id.c裡面看有沒有你的ID
沒有的話就用yyh2o的方法插入

127
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 01:33:06 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的时候过不了。

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

128
错误提示为:An instance of ButshareX is already running,Please close it and try again.

可以試試看:
Code: [Select]
ps aux | grep BitSharesX
應該會類似這樣:
Code: [Select]
michael+  3515  5.4  3.2 3660640 268736 pts/1  Sl+  15:59  17:54 ./BitSharesX
第二個號碼是它的程序編號
那你就強制關掉它:
Code: [Select]
sudo kill -9 3515
再試試看可以嗎?

129
中文 (Chinese) / Re: 悬赏100btsx弄个ubuntu USB无线网卡驱动
« on: August 01, 2014, 01:04:26 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

不知道可不可以?

130
KeyID / Re: Keyhotee -> KeyID namespace surgury
« on: July 31, 2014, 06:34:57 am »
Keyhotee Founder:  "Apple" ->  "chloe"
Is your desired KeyID squatted on BTSX?:   yes, "chloe" has been registered by me

131
中文 (Chinese) / Re: Bitshares感谢计划
« on: July 31, 2014, 05:43:39 am »
我也自荐一个,希望能挤进荣誉榜  :)

Snail,比特股之家(www.bts.hk)创始人。@比特股之家 新浪微博,致力于研究、跟进、传播、推广比特股DACs。

1、整理或编写比特股相关文章超过90篇(网站现有相关文章101篇)。

2、在网站、社区、Q群回答相关问题。

3、在BTSX发布后迅速编写了7个新手使用教程。http://www.bts.hk/category/xinshou现在教程有些落后了,下次版本更新会重新修订。

PTS地址:PkdoQZrLe8MPBKy2dbZCre5Tm8tUKqNEGd
BTC地址:1C7Ja4AvD357sgBSPyCCYAh2kj1oS6dm9b
BTSX账号:www-bts-hk
+5% +5% +5%

132
Keyhotee / Re: Keyhotee Status Update
« on: July 27, 2014, 03:06:08 pm »

quesiont: is login password part of "profile data" ?
No, I checked the code and it's not used in the key generation itself, so you don't need to remember it for regeneration of your key.

I used the name,  brain password,  password,  founder code recorded in my keepass,  but I still can not get my ID back.  Is there anything I can do to get my ID back? I have the original email and pts address used for my IDs.


Can you see your id with console command blockchain_get_account <name>?


Also remember that the wallet_import_keyhotee the Keyhotee id at the end IS case sensative.  If you had Steve as your keyhotee id and steve shows up in the blockchain you'll need to specify Steve on the command line.


For me it was (because I didn't use a middle name):


wallet_import_keyhotee Bob "" Smith "My brain key went here" Riverhead

Thank you.
Using the method you mentioned, I registered "jimewu" and the interface returned "OK".
However, the strange thing is that I lost all my account in "My Accounts" in qt_wallet, but I can click into the acocunt names shown in transaction histroy.
Then I sent 10 BTSX from another ID to "jimewu",  but till now the balance of "jimewu" is still zero.

Another ID "Apple" did not register succesfully.
Using the method you mentioned, it returned the following:
Code: [Select]
10 assert_exception: Assert Exception
false: Account name is already registered under a different key
    {}
    bitshares  wallet.cpp:1417 add_contact_account

    {"account_name":"apple","key":"BTSX56fKG3fD6pYxsBXSrmX2v7GSfGnmZa7zEouYV9GiipYxRQhiaf"}
    bitshares  wallet.cpp:1448 add_contact_account

    {"account_name":"apple"}
    bitshares  wallet.cpp:1619 import_private_key
error creating private key using keyhotee info.
    {"firstname":"Yi-Pei","middlename":"","lastname":"Lin","brainkey":"3P1XoZeK10ulpBOxyrHBGEDnNU5GEBKv","keyhoteeid":"Apple"}
    bitshares  wallet.cpp:3931 import_keyhotee

    {}
    bitshares  common_api_client.cpp:675 wallet_import_keyhotee

    {"command":"wallet_import_keyhotee"}
    bitshares  cli.cpp:540 execute_command

How come the founder ID is registered? Isn't it reserved?

133
Keyhotee / Re: Keyhotee Status Update
« on: July 27, 2014, 05:06:13 am »

quesiont: is login password part of "profile data" ?
No, I checked the code and it's not used in the key generation itself, so you don't need to remember it for regeneration of your key.

I used the name,  brain password,  password,  founder code recorded in my keepass,  but I still can not get my ID back.  Is there anything I can do to get my ID back? I have the original email and pts address used for my IDs.

134
Keyhotee / Re: Keyhotee Status Update
« on: July 25, 2014, 05:02:08 pm »
Sorry that I've tried all possible combinations, but they don't work.
Is there any solution for this kind of situation? Or should I just give up?

I just went thru the founder server logs and if I'm interpreting things correctly, it looks you originally used the correct capitalization, but that you had the wrong Founder code entered. Is the email address you used when you initially got your Keyhotee ID unchanged? If so, I can resend you your founder code.


Hello,
It turns out the founder codes you sent are the same with what I have now.
I think the difference should be the pubkey.
the pubkey of "jimewu" when I try to register now is "7SFLVfajtLFRPn4DKax8DxgxzupumUZ54dP48xDs2g449J2f9D",
but it was "8ZC9yw9XSB1WyQqpVRphEa27VQz1uE6okjhdvzeDYu1uvpGQtK" in pre-0.7.0,
and "8feWmErUhkgxD8QnFpi1tixYvnDrZwjddDhHADFHm9zFv2mz7Q".

The sitution of another ID "Apple" is the same.

Also I found no matter what password I choose, the pubkey of "jimewu" always returns "7SFLVfajtLFRPn4DKax8DxgxzupumUZ54dP48xDs2g449J2f9D", rather than "8feWmErUhkgxD8QnFpi1tixYvnDrZwjddDhHADFHm9zFv2mz7Q" I recorded.
Shouldn't them be correlated?

Anything else I could do?
Thank you

135
Keyhotee / Re: Keyhotee Status Update
« on: July 25, 2014, 02:44:46 pm »
Sorry that I've tried all possible combinations, but they don't work.
Is there any solution for this kind of situation? Or should I just give up?

I just went thru the founder server logs and if I'm interpreting things correctly, it looks you originally used the correct capitalization, but that you had the wrong Founder code entered. Is the email address you used when you initially got your Keyhotee ID unchanged? If so, I can resend you your founder code.

These two founder IDs, namely "jimewu" and "Apple", were registered by two different email addresses.
Please re-send founder code to their original email addresses, and I wish this can work out.
Thank you.

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 18