Verizon wireless modem not working in Porteus Version 3

Here you can post about your various experiences with PC hardware. You can also post about hardware that is not compatible with the linux kernel or not recommended for use with Porteus.
jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Verizon wireless modem not working in Porteus Version 3

Post#1 by jmhoward56 » 31 Aug 2014, 21:26

I have a Verizon Wireless usb modem that I use to connect to the internet. The modem works fine with the older versions of Porteus (V2.1) but not with the new V3.0. I have been trying to determine if it is due to slackware 14.1 or to porteus V3.0. I was wondering if anyone else has had any issues with this or a similar device. I have tried installing several packages such as the iso-codes package which I read had helped to correct some other problems but so far nothing has worked.

Thanking you in advance for any help with the matter,

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Verizon wireless modem not working in Porteus Version 3

Post#2 by fanthom » 01 Sep 2014, 06:39

hi jmhoward56,

please generate psinfo report in both: 2.1/3.0.1 versions -> upload to pastebin.com -> link here
so i can make comparison.

thank you.
Please add [Solved] to your thread title if the solution was found.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#3 by jmhoward56 » 01 Sep 2014, 15:50

fanthom, thank you for the prompt reply here are the links to the psinfo output.

Version 2 psinfo link ==> http://pastebin.com/kXRWPM54

Version 3 psinfo link ==> http://pastebin.com/tSKJD1b8

Thanks again.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Verizon wireless modem not working in Porteus Version 3

Post#4 by fanthom » 01 Sep 2014, 16:51

these links are private. if you dont want to make them public then please send me an email on fanthom@porteus.org.

thanks
Please add [Solved] to your thread title if the solution was found.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#5 by jmhoward56 » 01 Sep 2014, 18:28

Sorry, they should be public now.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Verizon wireless modem not working in Porteus Version 3

Post#6 by fanthom » 01 Sep 2014, 19:12

right - some weird things happens in 3.0.
looks like device gets the IP alright:

Code: Select all

Sep  1 10:11:03 porteus dhcpcd[3345]: eth1: soliciting a DHCP lease
Sep  1 10:11:05 porteus avahi-daemon[2219]: Registering new address record for fe80::d257:85ff:fe96:e438 on eth1.*.
Sep  1 10:11:06 porteus dhcpcd[3345]: eth1: offered 192.168.32.50 from 192.168.32.2
Sep  1 10:11:12 porteus dhcpcd[3345]: eth1: leased 192.168.32.50 for 604800 seconds
but the same second it gets removed for some reason:

Code: Select all

Sep  1 10:11:12 porteus dhcpcd[3345]: eth1: removing IP address 192.168.32.50/24
Sep  1 10:11:12 porteus avahi-daemon[2219]: Withdrawing address record for 192.168.32.50 on eth1.
Sep  1 10:11:12 porteus avahi-daemon[2219]: Leaving mDNS multicast group on interface eth1.IPv4 with address 192.168.32.50.
Sep  1 10:11:12 porteus dhcpcd[3345]: eth1: removing route to 192.168.32.0/24
from hardware point of view everything is ok. must be configuration/software issue.
please try to change settings in /etc/dhcpcd.conf. probably not related but please try solution from here:
http://forum.porteus.org/viewtopic.php? ... 921#p26913

unfortunately i have no other ideas at the moment.
Please add [Solved] to your thread title if the solution was found.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#7 by jmhoward56 » 01 Sep 2014, 20:51

Thank you I will, this has been driving me crazy for a couple of months now.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#8 by jmhoward56 » 01 Sep 2014, 22:25

Tried your suggestions with no luck.
Thank you for your help, when I find the solution I will post.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Verizon wireless modem not working in Porteus Version 3

Post#9 by francois » 02 Sep 2014, 01:47

@fanthom:
What about sns-tool or fanthom network setup tool? Did we got rid of that nice little tool?

@jmhoward:
Is it possible to give precision about your Verizon Wireless usb modem: specific model, specs...
Prendre son temps, profiter de celui qui passe.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#10 by jmhoward56 » 02 Sep 2014, 04:34

It is a Pantech UML295 usb modem, it shows up as eth1 when I connect to computer. It shows to be using cdc_ether driver when attached to Porteus V2.1 as I currently am. When I boot with Porteus V3 It appears to be connecting normally but a few seconds after connecting, light on modem goes blue and connection drops and will cycle on and off a few times before I remove it.
I have been trying to compare config files between V2.1 and V3 to see if I can see anything that might make a difference, so far all I found was guest not being member of plugdev in the group file but changing made no difference.
I do not have access to a computer running Slackware 14.1 to see if it works under that, my laptop has 14.0 installed currently and it works fine on it. I was using Porteus V3 to see how/if it would run on my laptop before upgrading to 14.1 when I encountered this problem.
I was also trying to determine if any changes to NetworkManager, ModemManager, dhcpd etc might be causing problems. I also was looking in to udevil since I have not had any experience with it. I also tried KDE, lxqt, and razorqt editions to see if they would make any difference which they did not.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Verizon wireless modem not working in Porteus Version 3

Post#11 by fanthom » 02 Sep 2014, 06:27

my laptop has 14.0 installed currently and it works fine on it.
very good.
please backup this installation and then upgrade 'dhcpcd' package to one from slackware-14.1 and check if that breaks your modem. if yes then it will be a matter of downgrading dhcpcd in your Porteus-3.x installation.

if you come across unresolved libs (slackware releases are not binary compatible) then please compile dhcpcd from the slackbuilds.

EDIT:\\ actually you could do this in Porteus 2.x and 3.x as it's safer (has 'Always Fresh' mode to revert changes).
Please add [Solved] to your thread title if the solution was found.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#12 by jmhoward56 » 02 Sep 2014, 17:08

fanthom, so this is what I did, grabbed the source for dhcpcd-6.0.5 from slackware mirror for slackware 14.1 and compiled on my system to avoid any dependency issues. I then removed the old dhcpcd-5 version and installed the new version. Other than the network icon missing from my taskbar at the top everything seems to be working fine so my guess it is not dhcpcd file.

[Edit] network icon is back on taskbar so everything is working.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Verizon wireless modem not working in Porteus Version 3

Post#13 by fanthom » 02 Sep 2014, 17:43

ok - so now please use kernel from 2.1 in 3.0 and check if your modem starts working.
all what you need to do is to swap /boot/syslinux/vmlinuz and /porteus/base/000-kernel.xzm between releases.

you could also move all modules to /porteus/optional except for 000 and 001. this way you will boot to text mode which is enough for testing network connectivity (use ping) and plain dhcpcd will be used instead of NetworkManager.

not sure if there is anything else what we could do ...
Please add [Solved] to your thread title if the solution was found.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#14 by jmhoward56 » 02 Sep 2014, 20:10

fanthom, tried the last suggestion and still no luck. Thank you for all your help. I will continue to work on this because I would like to upgrade to a 14.1 system on laptop but I hate installing then having to uninstall if it doesn't work. I also want to try lxqt but this requires slackware 14.1 to compile (tried and fails on pcmanfm-qt). Anyway thanks again.

jmhoward56
Black ninja
Black ninja
Posts: 37
Joined: 08 Dec 2011, 19:28
Location: USA

Re: Verizon wireless modem not working in Porteus Version 3

Post#15 by jmhoward56 » 07 Sep 2014, 14:54

Update; so if I insert the Pantech usb device and reboot the computer it will recognize the device and appears to be working as I am using it now. My question is what occurred during the boot process that would be different from simply plugging in after system starts? Does something different occur during initrd boot that inserts a different module or disables one when it chroots to the live system?

Post Reply