Page 2 of 2
Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Thu Dec 31, 2015 12:54 am
by dlogictech
Just flashed all my routers to: 1.9.X (Built 20151228-2140 git@b93d5e4)
D-Link DIR-835 Rev. A1
TP-Link TL-WR1043ND Ver. 1.6
TP-Link TL-WR740N Ver. 1.10
All flashed properly and running fine.
Awesome work, you guys are fantastic.
Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Thu Dec 31, 2015 4:24 am
by -KAPMA-
Lantis wrote:
the LAN subnet of router 2 should be different to that of router 1? Have you done that?
Ip addresses of the two routers are on the same subnet.
Chances are what is needed more correcting.
Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Sat Jan 02, 2016 11:36 am
by andox
Hello
I just flashed my TL-WDR4300 hw 1.7 and failed to retrieve a WAN IP from my ISP (via DHCP).
My home setup is a bit uncommon maybe, however it works under 1.7.2.
A TP cable from a "fiber box" to a managed switch on port 8, then port 7 is connected to the WAN port of WDR4300. The switch is setup to tag packets on port 7 for vlan 1 and vlan 2.
On gargoyle I change the switch0 config to allow me to use one cable for both WAN & LAN traffic.
Code: Select all
swconfig dev switch0 vlan 1 set ports '0t 1 2 3 4 5'
swconfig dev switch0 vlan 2 set ports '0t 1t'
I reverted back to 1.7.2 and it worked directly again

Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Sat Jan 02, 2016 6:46 pm
by Lantis
When you run those commands, do they update the uci config?
My thoughts are that the config is being reloaded to the default state via uci.
Try making those changes in /etc/config/network, then reboot.
Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Sat Jan 02, 2016 6:58 pm
by andox
I did update/etc/config/network file (and rebooted) with the switch0 changes (same as I do with 1.7.2)

Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Sun Jan 03, 2016 2:58 pm
by n8b
n8b wrote:In this new build I still see problems with tl-wdr4300 and package 'kmod-usb-net-cdc-ether' when trying to get a Huawei E3372 hilink modem working.
So I tried on a tl-wdr3600. I know 3600 and 4300 are almost identical.
Anyway tl-wdr3600 also failed to connect to Huawei E3372 hilink modem.
When pluging in the modem I get this logread:
Code: Select all
Sun Jan 3 19:40:28 2016 kern.info kernel: [ 112.840000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
Sun Jan 3 19:40:29 2016 kern.info kernel: [ 113.020000] usb-storage 1-1.1:1.0: USB Mass Storage device detected
Sun Jan 3 19:40:29 2016 kern.info kernel: [ 113.040000] scsi host0: usb-storage 1-1.1:1.0
Sun Jan 3 19:40:29 2016 kern.info kernel: [ 113.620000] usb 1-1.1: USB disconnect, device number 3
Sun Jan 3 19:40:30 2016 kern.info kernel: [ 114.050000] usb 1-1.1: new high-speed USB device number 4 using ehci-platform
Sun Jan 3 19:40:30 2016 kern.info kernel: [ 114.310000] usb-storage 1-1.1:1.2: USB Mass Storage device detected
Sun Jan 3 19:40:30 2016 kern.info kernel: [ 114.310000] scsi host1: usb-storage 1-1.1:1.2
Sun Jan 3 19:40:31 2016 kern.notice kernel: [ 115.320000] scsi 1:0:0:0: Direct-Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
Sun Jan 3 19:40:31 2016 kern.notice kernel: [ 115.350000] sd 1:0:0:0: [sda] Attached SCSI removable disk
Sun Jan 3 19:40:32 2016 daemon.err block: Unkown action change
Sun Jan 3 19:40:33 2016 daemon.err block: Unkown action change
#opkg list-installed kmod-usb-net-cdc-ether
returns zero lines i.e. kmod-usb-net-cdc-ether is not installed.
When I try to install it I get this error:
Code: Select all
root@Gargoyle:~# opkg update
Downloading package list for chaos_calmer_base source...
Package list for chaos_calmer_base downloaded successfully.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for chaos_calmer_packages source...
Package list for chaos_calmer_packages downloaded successfully.
Downloading package list for chaos_calmer_telephony source...
Package list for chaos_calmer_telephony downloaded successfully.
Downloading package list for chaos_calmer_routing source...
Package list for chaos_calmer_routing downloaded successfully.
Downloading package list for chaos_calmer_management source...
Package list for chaos_calmer_management downloaded successfully.
root@Gargoyle:~# opkg install kmod-usb-net-cdc-ether
ERROR: Dependency kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) of package kmod-usb-net-cdc-ether is installed,
but has incompatible version 3.18.23-1-42d23b9f92ee71af0952fe64712159a5 and is marked as 'hold'
root@Gargoyle:~#
So my question:

Package kmod-usb-net-cdc-ether is supposed to be there, right?
Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Sun Jan 03, 2016 7:52 pm
by Lantis
n8b wrote:n8b wrote:In this new build I still see problems with tl-wdr4300 and package 'kmod-usb-net-cdc-ether' when trying to get a Huawei E3372 hilink modem working.
So I tried on a tl-wdr3600. I know 3600 and 4300 are almost identical.
Anyway tl-wdr3600 also failed to connect to Huawei E3372 hilink modem.
When pluging in the modem I get this logread:
Code: Select all
Sun Jan 3 19:40:28 2016 kern.info kernel: [ 112.840000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
Sun Jan 3 19:40:29 2016 kern.info kernel: [ 113.020000] usb-storage 1-1.1:1.0: USB Mass Storage device detected
Sun Jan 3 19:40:29 2016 kern.info kernel: [ 113.040000] scsi host0: usb-storage 1-1.1:1.0
Sun Jan 3 19:40:29 2016 kern.info kernel: [ 113.620000] usb 1-1.1: USB disconnect, device number 3
Sun Jan 3 19:40:30 2016 kern.info kernel: [ 114.050000] usb 1-1.1: new high-speed USB device number 4 using ehci-platform
Sun Jan 3 19:40:30 2016 kern.info kernel: [ 114.310000] usb-storage 1-1.1:1.2: USB Mass Storage device detected
Sun Jan 3 19:40:30 2016 kern.info kernel: [ 114.310000] scsi host1: usb-storage 1-1.1:1.2
Sun Jan 3 19:40:31 2016 kern.notice kernel: [ 115.320000] scsi 1:0:0:0: Direct-Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
Sun Jan 3 19:40:31 2016 kern.notice kernel: [ 115.350000] sd 1:0:0:0: [sda] Attached SCSI removable disk
Sun Jan 3 19:40:32 2016 daemon.err block: Unkown action change
Sun Jan 3 19:40:33 2016 daemon.err block: Unkown action change
#opkg list-installed kmod-usb-net-cdc-ether
returns zero lines i.e. kmod-usb-net-cdc-ether is not installed.
When I try to install it I get this error:
Code: Select all
root@Gargoyle:~# opkg update
Downloading package list for chaos_calmer_base source...
Package list for chaos_calmer_base downloaded successfully.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for chaos_calmer_packages source...
Package list for chaos_calmer_packages downloaded successfully.
Downloading package list for chaos_calmer_telephony source...
Package list for chaos_calmer_telephony downloaded successfully.
Downloading package list for chaos_calmer_routing source...
Package list for chaos_calmer_routing downloaded successfully.
Downloading package list for chaos_calmer_management source...
Package list for chaos_calmer_management downloaded successfully.
root@Gargoyle:~# opkg install kmod-usb-net-cdc-ether
ERROR: Dependency kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) of package kmod-usb-net-cdc-ether is installed,
but has incompatible version 3.18.23-1-42d23b9f92ee71af0952fe64712159a5 and is marked as 'hold'
root@Gargoyle:~#
So my question:

Package kmod-usb-net-cdc-ether is supposed to be there, right?
Ok so i've checked out my build root and it isn't building the kmod. God knows why. Just when i think i understand these things something like this happens and i don't understand it anymore lol.
Before doing the following, i recommend doing a backup of your config and being familiar with failsafe operation. This shouldn't lead to that... but fair warnings and all the rest.
Can you try,
gpkg update
gpkg install kmod-usb-net-cdc-ether --force-depends
This is going to tell it to ignore the fact that our Kernel version is higher than it is expecting.
Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Fri Jan 29, 2016 7:37 pm
by n8b
Lantis wrote:Can you try,
gpkg update
gpkg install kmod-usb-net-cdc-ether --force-depends
OK I replied in a newer thread. Maybe you missed my reply.
Code: Select all
root@Gargoyle:~# gpkg install kmod-usb-net-cdc-ether --force-depends
ERROR: Dependency kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) of package kmod-usb-net-cdc-ether is installed,
but has incompatible version 3.18.23-1-42d23b9f92ee71af0952fe64712159a5 and is marked as 'hold'
Still failing

Re: gargoyle-ispy 2015-December-29 22:12.torrent
Posted: Fri Jan 29, 2016 7:56 pm
by Lantis
n8b wrote:Lantis wrote:Can you try,
gpkg update
gpkg install kmod-usb-net-cdc-ether --force-depends
OK I replied in a newer thread. Maybe you missed my reply.
Code: Select all
root@Gargoyle:~# gpkg install kmod-usb-net-cdc-ether --force-depends
ERROR: Dependency kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) of package kmod-usb-net-cdc-ether is installed,
but has incompatible version 3.18.23-1-42d23b9f92ee71af0952fe64712159a5 and is marked as 'hold'
Still failing

I saw it.
I don't have a solution for you currently. i also don't have a lot of time to look into it.
You could try building your own version?
Or you could try replacing gpkg with the full version of opkg and then using force depends. That might work.
This will then break the plugins installer though