View Single Post
  #3  
Old March 7th 19, 07:41 PM posted to alt.windows7.general
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default Problems with connecting to Internet via Linux but Win7Pro connectseasily.

Daniel60 wrote:
I dual boot this HP 6730b Laptop with Win7Pro and Mageia Linux.

I can connect to the Internet on Win7Pro using my 3G USB Dongle but
cannot via the Dongle with my Linux .... at the moment!! It did, but not
now!!

I can see the Linux trying to make a connection, but it quickly gets a
"NO CARRIER" signal. In Linux, when it did work, the sequence ended like
this ....

Feb 23 19:51:38 localhost chat[15206]: AT+CGATT?^M^M
Feb 23 19:51:38 localhost chat[15206]: +CGATT: 1^M
Feb 23 19:51:38 localhost chat[15206]: ^M
Feb 23 19:51:38 localhost chat[15206]: OK
Feb 23 19:51:38 localhost chat[15206]: -- got it
Feb 23 19:51:38 localhost chat[15206]: send (ATDT*99***3#^M)
Feb 23 19:51:38 localhost chat[15206]: timeout set to 120 seconds
Feb 23 19:51:38 localhost chat[15206]: expect (CONNECT)
Feb 23 19:51:38 localhost chat[15206]: ^M
Feb 23 19:51:38 localhost chat[15206]: ATDT*99***3#^M^M
Feb 23 19:51:38 localhost chat[15206]: CONNECT
Feb 23 19:51:38 localhost chat[15206]: -- got it
Feb 23 19:51:38 localhost chat[15206]: send (^M)
Feb 23 19:51:38 localhost chat[15206]: timeout set to 5 seconds

(Note the fourth last line .... CONNECT.)

Again, on Linux, when it doesn't work, it ended like this ....

Mar 03 16:32:52 localhost chat[12336]: AT+CGATT?^M^M
Mar 03 16:32:52 localhost chat[12336]: +CGATT: 1^M
Mar 03 16:32:52 localhost chat[12336]: ^M
Mar 03 16:32:52 localhost chat[12336]: OK
Mar 03 16:32:52 localhost chat[12336]: -- got it
Mar 03 16:32:52 localhost chat[12336]: send (ATDT*99***3#^M)
Mar 03 16:32:52 localhost chat[12336]: timeout set to 120 seconds
Mar 03 16:32:52 localhost chat[12336]: expect (CONNECT)
Mar 03 16:32:52 localhost chat[12336]: ^M
Mar 03 16:32:52 localhost chat[12336]: ATDT*99***3#^M^M
Mar 03 16:32:52 localhost chat[12336]: NO CARRIER
Mar 03 16:32:52 localhost chat[12336]: -- failed
Mar 03 16:32:52 localhost chat[12336]: Failed (NO CARRIER)

(Note the third last line ... NO CARRIER.)

I am wanting to see if the signals sent to/received from the Dongle are
similar in Win7. Does anyone know where I might look to see what's going
on when I press the "Connect" button on the Win7 Wireless Broadband
Program?? Can I look at a file/log, somewhere, that gets written to when
making a connection or something??


Here's an idea for Windows. I've not tried this, as
I have nothing I can rely on to generate log events.

http://www.i-helpdesk.com.au/index.p...ndows-ppp-logs

Run 'cmd' in 'startrun'

type 'netsh'

type 'ras'

type 'set tracing PPP enable'

[presumably, type 'exit' ???]

Look for C:\windows\tracing\, find PPP.log

And who knows, it might not work the same way in all Windows versions.

Since you have "No carrier" on Linux, that suggests
some module is missing to provide a driver. Or maybe
some "firmware" that needs to be loaded into the unit
during boot, that isn't happening. You could try, in
Linux, "lsmod" and review the modules in usage. Something
like that. Firmwares might be in /lib/firmware.
And run "dmesg" and review what is happening during
the boot process.

HTH,
Paul
Ads