**** BEGIN LOGGING AT Thu Sep 23 02:59:58 2010 Sep 23 05:45:23 tgh: You'll have to edit /etc/config/fon Sep 23 05:45:35 tgh: The other two files are generated from there Sep 23 06:03:14 blathijs thanks Sep 23 06:34:44 tgh: You can peek the relevant settings from http://trac.fonosfera.org/fon-ng/browser/trunk/luci/modules/admin-fon/luasrc/model/cbi/fon_inet/internet.lua Sep 23 06:35:05 Everything that depends on mode "wifi" is for repeater mode Sep 23 06:35:33 tgh: Alternatively, you can get that file and save it to /usr/lib/lua/luci/model/cbi/fon_inet/internet.lua (I think, you should overwrite the compiled lua file there) Sep 23 06:35:47 and then uncomment line 31 Sep 23 06:35:56 to get repeater mode back in the gui Sep 23 08:20:07 hello everyone! Sep 23 08:48:11 CONGA!!!!!!!!!!!! Sep 23 09:12:42 aloha Sep 23 09:23:33 if I overwrite the compiled /usr/lib/lua/luci/cbi/fon_inet/internet.lua that is compiled with the trac.fonosfera.org one that it is not compiled, there is any problem??? Sep 23 09:25:10 No, that should work. Lua doesn't care wether the code is compiled or not Sep 23 09:32:05 oki, I'm going to try it Sep 23 09:32:08 thanks a lot Sep 23 09:39:26 hi all Sep 23 09:42:19 any ideas to get k3765-z 3g stick working with my fonera 2.0n? Sep 23 09:43:58 Hey scarecrow Sep 23 09:44:18 hola blathijs Sep 23 09:51:12 unfortunately this guide doesnt work Sep 23 09:51:14 http://www.nervous.it/lang/en-us/2010/06/huawei-k3765-and-fonera-20n/ Sep 23 09:51:33 atleast with last firmware and k3765-Z Sep 23 09:51:46 There's a ticket here, which has some info (but not a solution yet): http://trac.fonosfera.org/fon-ng/ticket/840 Sep 23 09:52:31 well its recognized Sep 23 09:52:35 but it doesnt connect Sep 23 09:52:41 still "connecting" Sep 23 09:52:42 msg Sep 23 09:52:56 It's recognized only when you do the echo "0x12d1 0x1465" >/sys/bus/usb-serial/drivers/option1/new_id command, I expect? Sep 23 09:53:08 not exctly Sep 23 09:53:15 0x19d2 0x2000 Sep 23 09:53:30 that are my lucky numbers :) Sep 23 09:54:14 hm, funky Sep 23 09:54:45 Not even the most recent 2.6 kernel knows those numbers :-P Sep 23 09:55:10 But this probably means that there's two different units both sold as K3765, then Sep 23 09:55:19 i got it from cat /proc/usb Sep 23 09:55:21 or perhaps it's the -z part that indicates the differences Sep 23 09:55:56 yes maybe Sep 23 09:56:50 Ah, this is a ZTE thing, not a Huawei thing, I guess Sep 23 09:57:04 yes Sep 23 09:57:06 ZTE Sep 23 09:57:22 atleast its recognized as ZTE from kernel Sep 23 09:57:26 According to this guide, the 0x2000 is the id before modeswitch: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=2253&sid=6c5b6e0c08aad9244e7874b49e2f01ce Sep 23 09:57:34 So the device might need a modeswitch config Sep 23 09:58:27 You can try putting the modeswitch.conf file from that page and save it as /etc/usb_modeswitch.d/19d2:2000 Sep 23 09:58:30 ok so first i need to modify that and then follow the first ghuide? Sep 23 09:58:49 Yes Sep 23 09:59:00 ok i'll try Sep 23 09:59:55 congaaaaaaaaaaaaaaa Sep 23 10:00:12 wait i need to disconnect :) Sep 23 10:00:18 and plug in to fonera Sep 23 10:00:19 eheh Sep 23 10:00:26 i'll be back in 5 min Sep 23 10:01:45 scarecrow: Let me know the result :_) Sep 23 11:32:14 K3765 from vodadfone exists in 2 variants Sep 23 11:32:19 huawei and zte Sep 23 11:40:16 blogic: Yeah, we discovered that already Sep 23 11:40:54 blogic: There's a bunch of comments on #840 about this. I think we need to upgrade the option kernel driver for it (or at least import the newest device ids) Sep 23 11:41:18 and upgrade usb-modeswitch for the ZTE variant, but I already have that change queued here Sep 23 12:41:13 CONGAAAAAAAAAA Sep 23 12:41:26 hi again :) Sep 23 12:41:42 blathijs: tryedwith usb_modeswitch Sep 23 12:41:48 now its recognized Sep 23 12:42:00 but still not connecting to my carrier (vodafone) Sep 23 12:52:48 i need to change the message content in modeswitch? Sep 23 12:53:01 maybe its different for my device? Sep 23 12:58:05 hi Sep 23 12:58:25 hi Sep 23 12:59:07 i change the internet.lua file and uncomment line 31 to enable the wifi-repeater mode, but I don't get any change Sep 23 12:59:46 reboot the unit Sep 23 12:59:52 the luci pages are cached Sep 23 13:00:06 I reboot two times the fonera... Sep 23 13:00:22 i try another time Sep 23 13:01:58 scarecrow: After reading that forum thread some more, it turns out the first modeswitch.conf posted might not be enough Sep 23 13:02:18 scarecrow: You could try http://pastebin.com/VNwsc8z5 Sep 23 13:02:32 scarecrow: That's from the official usb_modeswitch-data package Sep 23 13:02:47 I reboot another time and the same thing Sep 23 13:02:54 no wifi mode in internet option Sep 23 13:03:22 can i clean the cached pages? Sep 23 13:03:25 scarecrow: Also, in the other howto you posted, it says to change /etc/config/umtsd. In there, there is a line "config 'umtsdevice' 'option12D11465' Sep 23 13:03:54 You should change the numbers to your device id (after modeswitch) so it actually gets used Sep 23 13:04:07 tgh: Did you actually replace a lua file, or did you create a new one? Sep 23 13:04:28 I replace with the file http://trac.fonosfera.org/fon-ng/browser/trunk/luci/modules/admin-fon/luasrc/model/cbi/fon_inet/internet.lua Sep 23 13:04:34 and uncomment line 31 Sep 23 13:04:42 as you tell me this morning Sep 23 13:04:58 I was thinking the path I gave you to save it to might be wrong, but it seems ok Sep 23 13:05:23 blathijs: yes i put 19d22000 Sep 23 13:05:33 there was another file in that path, i rename it to internet.lua.old Sep 23 13:05:46 scarecrow: That's the usb id before modeswitch, it should change after modeswitch Sep 23 13:05:57 tgh: That's good Sep 23 13:06:05 blathijs: how i can check? Sep 23 13:06:22 Hi! I have a problem: when insert an harddisk in the USB of fonera. Transmission start automatically... can I disable this autostart? Sep 23 13:06:27 scarecrow: cat /proc/bus/usb/devices Sep 23 13:06:33 oky Sep 23 13:06:41 after usbmodedwitch-?= Sep 23 13:07:01 tgh: Ah, it's this file, and line 30: http://trac.fonosfera.org/fon-ng/browser/trunk/luci/modules/admin-fon/luasrc/model/cbi/fon_inet/main.lua Sep 23 13:07:23 tgh: The one you changed now can be reached by clicking your IP address in the lower left corner of the dashboard Sep 23 13:07:29 scarecrow: yes Sep 23 13:07:36 ok i'll try again :) Sep 23 13:07:43 be back Sep 23 13:08:10 can anyone help me? Sep 23 13:08:18 scarecrow: I'll be away for the rest of the afternoon, though Sep 23 13:08:42 blathijs: and where is the path of that new file, the same as before?? Sep 23 13:09:37 IhaveAproblem: Change "autostart" in /etc/config/fmg Sep 23 13:09:49 tgh: Same directory, just different filename Sep 23 13:10:14 yes, i'm browsing that Sep 23 13:10:16 blathijs: though ssh? Sep 23 13:10:21 I'm going to change and test Sep 23 13:10:24 thanks Sep 23 13:12:10 blathijs: though ssh, i see "autostart: 1"... i put 0, ok? Sep 23 13:12:11 IhaveAproblem: Yes, or sftp Sep 23 13:12:15 IhaveAproblem: Yes Sep 23 13:12:23 tgh: Have fun :-) Sep 23 13:12:27 * blathijs is off Sep 23 13:13:34 blathijs: thanks a lot! rebooting and then try it! Sep 23 13:20:42 blathijs: works! THANK YOU VERY MUCH! Sep 23 13:20:56 :) Sep 23 13:22:58 now i have the wifi mode enabled Sep 23 13:23:27 but it doesn't connect Sep 23 13:25:13 on 20g ? Sep 23 13:25:15 or 20n ? Sep 23 13:25:20 20n Sep 23 13:25:24 yes Sep 23 13:25:28 it is disabled for a reason Sep 23 13:25:31 we will fix it soonish Sep 23 13:25:50 yes i know, i'm trying to make some test with ssh commands Sep 23 13:26:00 ok Sep 23 13:26:23 i know that it is not enabled Sep 23 13:27:03 but i want to test and if that test are useful for you, perfect Sep 23 13:27:25 if not, I learn something about this fonera Sep 23 13:28:09 because old fonera with openwrt i understand ok Sep 23 13:28:40 how can I do to connect to a wireless network? Sep 23 13:30:45 CONGA! Sep 23 13:31:14 i try with some iwconfig commands: Sep 23 13:31:16 iwconfig apcli0 essid "Hero-Tomas" Error for wireless request "Set ESSID" (8B1A) : SET failed on device apcli0 ; Operation not supported. Sep 23 13:33:38 tgh: The wifi driver doesn't understand normal iwconfig commands, it uses all kinds of iwpriv settings Sep 23 13:33:55 tgh: See /lib/wifi/rt3052.sh Sep 23 13:34:01 ;) oki Sep 23 13:34:51 tgh: But if you set it through the webgui, I think it should try to connect at least (i.e., it's not disabled anywhere else AFAIK) Sep 23 13:35:03 but now I'm really away :-) Sep 23 13:36:06 I try to connect to a wep wireless and to a open wireless Sep 23 13:41:13 I try with iwpriv apcli0 set SSID "Hero-Tomas" Sep 23 13:41:22 and after that i make a iwconfig Sep 23 13:41:27 and the result is Sep 23 13:41:55 apcli0 RTWIFI SoftAP ESSID:"" Nickname:"" Mode:Managed Channel=1 Access Point: Not-Associated Bit Rate:54 Mb/s Sep 23 13:42:08 there is no essid associated... Sep 23 13:42:31 and I think that it mus to set this name and search for a acces point isn't it Sep 23 13:42:33 ? Sep 23 13:44:35 yes Sep 23 13:45:11 and can I make some thing to force to that??? Sep 23 13:47:06 :s work time, I try another time this night Sep 23 13:47:11 thanks... Sep 23 13:47:30 see you Sep 23 14:08:30 ok Sep 23 14:09:00 doesnt seems to work Sep 23 14:09:07 i redo all from scritch Sep 23 14:09:10 scratch Sep 23 14:09:19 resetting to default factory Sep 23 14:09:22 T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=19d2 ProdID=2000 Rev= 0.00 S: Manufacturer=ZTE,Incorporated S: Product=ZTE CDMA Technologies MSM S: SerialNumber=P673A1VDF_MS C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=500mA I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=option E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms E: Ad=81(I) Sep 23 14:09:33 usbmodeswitch doesnt change Sep 23 14:09:43 stils 19d2:2000 Sep 23 14:11:15 i used this http://pastebin.com/VNwsc8z5 Sep 23 14:11:31 as /etc/usb-modeswitch/19d2:2000 Sep 23 15:08:06 ok Sep 23 15:08:10 nothing :/ Sep 23 15:09:53 :( Sep 23 15:10:28 now it doesnt change the id Sep 23 15:10:29 i am off Sep 23 15:10:36 cya tomorrow or so Sep 23 15:10:50 cya **** BEGIN LOGGING AT Thu Sep 23 20:48:15 2010 **** BEGIN LOGGING AT Fri Sep 24 02:04:35 2010