On Tuesday 02 Apr 2013 16:48:26 Stefan G. Weichinger wrote:
> Am 02.04.2013 16:27, schrieb Stefan G. Weichinger:
> > Am 02.04.2013 15:52, schrieb Stefan G. Weichinger:
> >> So I am back on cdc_ncm now. And I removed all the stuff I installed
> >> when testing that huawei-driver-package.
> > 
> > phew.
> > 
> > Next small steps (but somehow promising):
> > 
> > I was able to connect via wvdial and pull an IPv4-IP-adress via dhcpcd
> > ...
> > 
> > but the connection only lasted for maybe 10 seconds. Wrong parameters?
> > 
> > After that I have to re-plug the modem to get it working again.
> 
> Update:
> 
> It works. Although rather "un-polished":
> 
> I run wvdial ... it connects ... in a second terminal I pull an
> IP-adress via dhcpcd and then started a ping to some remote IP immediately.
> 
> The wvdial-session then somehow loses connection to the modem or
> something (I have to retry and provide the logs ... right now I am so
> happy to have it working that I don't want to stop the connection  )
> .... this mislead me all the times as I thought it lost connectivity.
> 
> But it still pings and works thereafter.
> 
> So it is somehow useable for me as an admin ... not so much for an
> end-user.
> 
> Contacted the dev from the thread ... he told me that the modules coming
> with linux 3.8.5 should work just fine.
> 
> So it's more of a UI-issue right now ;-)
> 
> connectivity is good so far ...
> 
> phew!

Glad to hear to you got somewhere with this effort!  :-)

If you configure your /etc/conf.d/net for wwan0 (or whatever it is now called) 
to use dhcpcd you should not need to manually attempt getting an IP address:

  config_wwan0="dhcpc"

Don't forget to create a symlink for your interface in /etc/init.d/net.lo:

  cd /etc/init.d

  ln -s net.lo net.wwan0

  rc-update add net.wwan0 default

PS.  No idea if NM will barf with these settings, but this is the vanilla 
gentoo approach to network configuration and it will deal with the non-admin 
user problem.
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to