LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-07-2005, 10:40 AM   #1
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Rep: Reputation: 15
Merlin C201


I am trying to figure out how to use a Sprint wireless modem (Merlin C201) on a new Dell Inspiron 700m running SimplyMEPIS 3.3. It seems clear that the card is recognized, because the card's signal light goes from red to green after a minute or so.

After searching around, I found this shell script that is supposed to automatically enable the card:

http://bigjoe.perlmonk.org/projects/start_sprint_pcs.sh

I tried running that as root, but did see any action--but then, I have no idea what I am doing , and am not actually sure of the best way to "run" a shell script!

I'd be grateful for any advice.
 
Old 04-07-2005, 12:22 PM   #2
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Have you tried using the regular tool to set it up?

startmenu > Internet > Connection > KPPP

From what I just googled, it sounds like it should act like a regular dialup device.

The page where the scriptwriter got his info is [ here ]. It is a tutorial with lots of good debugging helps too, but it also looks like it may be holdover from older versions of linux that had less support for easy dialup configuration. If the card is there and recognized by the system, try setting it up in KPPP first.

On second thought, you could also run the following command (at the command line) to see if it is truely recognized. Have the card plugged into the slot when you run the command.
Code:
lspci

Last edited by dping; 04-07-2005 at 12:27 PM.
 
Old 04-07-2005, 02:39 PM   #3
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Thanks for that suggestion, I think from what I have read since that it is correct that it is just a serial device.

I did lspci, with this output for the device:

0000:02:05.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)

Then I did a lsmod with this output for the device:

bcm4400--35276--0

(Module--Size--Used by)

When I tried using KPPP, I got the message "modem busy" no matter which one I specified (tty0, tty1, etc.).

So I have basic questions: how can I find out which tty the Merlin card is assigned to, and how can I get a connection through it?

Thanks.
 
Old 04-07-2005, 04:58 PM   #4
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Type "dmesg" at the command line and scroll through the output looking for mention of the card or any of the ttyS devices.

I'm assuming you were talking about ttyS0, ttyS1, .... The monitor is generally associated with tty0 , it isn't even an option in kppp.

I looked over the script, it is quite simple and should work, however it assumes that the card is initialized as ttyS3, which could have been the initial problem. If you need to change that, you will now need to modify one file by hand that the script generated (basically change "ttyS3" to the proper device name). That file is /etc/ppp/peers/cdma . And you will also need to change "ttyS3" at the bottom of the script.

Kppp should work too, and it will have better integration with the desktop. Make sure that pppd isn't running and hogging the device you need (hit CTRL-ESC simultaneously to pull up the "systemguard").

EDIT: And in case you don't know, the phone number to use with that card should be 777. The script automatically uses that number, but kppp will likely need you to input it.

Last edited by dping; 04-07-2005 at 05:12 PM.
 
Old 04-11-2005, 07:47 PM   #5
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Sorry I have not answered sooner, but have been out of town. I appreciate your looking at the script, and will try to get it working over the next couple of days. I already tried changing ttyS3 to ttyS1 but that did not appear to do anything, and I still get the message that the "modem is busy." But now I have some time to go at it with a vengance!

This is the only thing that has not worked with SimplyMEPIS, and it is really minor, but I want it all to work without having to keep M$ XP around, if you know what I mean.
 
Old 04-20-2005, 07:29 PM   #6
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Well, I am back in town and have returned to this problem. I cleaned off all the files and folders I had created following posted advice, and ran the script in a terminal. It appeared to set the card to ttyS3 dynamically and create the files it needs, so I was on the wrong track all together!

The script now starts just fine, and then goes to "Connecting"--where it hangs! It is clear that I am a lot closer to having it work, I just need to get through the last few yards/meters...

Any thoughts? Thanks.
 
Old 04-20-2005, 09:49 PM   #7
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
The script does not dynamically set which ttyS the card is recognized as, it only assumes that the card is ttyS3. Did you verify that the card is in fact ttyS3 (dmesg should have input regarding that) ?
 
Old 04-21-2005, 05:04 AM   #8
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
I was looking at this part of the script when I said that:

echo "Please enter the Serial Port you want to use for your PCS connection \[/dev/ttyS3\]";
read COM_PORT_NEW
if [ ! $COM_PORT_NEW ]; then
COM_PORT_NEW=/dev/ttyS3
fi;
echo "$COM_PORT_NEW is the port you are going to use";

Since I accepted the default, it appears that to me that the script then sets the port as ttyS3--not?

dmesg has no mention of ttyS3 anywhere, just ttyS0 and ttyS1 which have been there from when I installed
 
Old 04-21-2005, 11:31 AM   #9
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
That part of the script sets which serial device you attempt to connect to. The kernel sets up which serial device your card is.

If the kernel sets up ttyS3, then it *should* list it in the system logs (ie: dmesg).

ttyS0 and ttyS1 commonly correspond to (in windows-speak) com1 and com2, the two serial "com" ports/sockets that many computers have on the back (often near the monitor's socket). Many newer computers have only one com port, are you sure that both ttyS0 and ttyS1 have been there since installation?

Try plugging, unplugging, and re-plugging in the card, then check the bottom of dmesg. What does it say?

I don't know if it would get you anything, but you could try looking through the system info center in the control center for mention of your card, the ttyS devices, or the card ID number that you get from lspci. That is hard to read though.
 
Old 04-21-2005, 07:39 PM   #10
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Both ttyS0 and ttyS1 have been there, I see them even when I use the live CD on another machine.

Output of dmesg (unsure of where to begin):

mtrr: 0xe8000000,0x8000000 overlaps existing 0xe8000000,0x80
0000
[drm] Initialized i830 1.3.2 20021108 on minor 0:
mtrr: 0xe8000000,0x8000000 overlaps existing 0xe8000000,0x80
0000
[drm] Initialized i830 1.3.2 20021108 on minor 1:
mtrr: base(0xe8020000) is not aligned on a size(0x180000) bo
undary
mtrr: 0xe8000000,0x8000000 overlaps existing 0xe8000000,0x80
0000
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13672 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13674 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=1 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13675 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13676 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13678 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:88:64:7
e:08:00 SRC=192.168.0.2 DST=255.255.255.255 LEN=124 TOS=0x00
PREC=0x00 TTL=64 ID=18418 PROTO=UDP SPT=56528 DPT=2222 LEN=
104
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13679 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13680 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=2 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13681 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13682 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:88:64:7
e:08:00 SRC=192.168.0.2 DST=255.255.255.255 LEN=124 TOS=0x00
PREC=0x00 TTL=64 ID=18419 PROTO=UDP SPT=56529 DPT=2222 LEN=
104
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13684 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13685 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13686 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
78 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=137 DPT=1
37 LEN=58
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13687 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13688 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13690 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=3 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13691 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13692 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13693 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13694 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13696 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13697 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13699 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13701 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13715 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13719 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13722 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=4 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
78 TOS=0x00 PREC=0x00 TTL=64 ID=1 DF PROTO=UDP SPT=137 DPT=1
37 LEN=58
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13727 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13728 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13729 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13730 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13731 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13733 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13734 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13735 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13736 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13737 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:88:64:7
e:08:00 SRC=192.168.0.2 DST=255.255.255.255 LEN=124 TOS=0x00
PREC=0x00 TTL=64 ID=18783 PROTO=UDP SPT=56548 DPT=2222 LEN=
104
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13741 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=5 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
78 TOS=0x00 PREC=0x00 TTL=64 ID=2 DF PROTO=UDP SPT=137 DPT=1
37 LEN=58
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13751 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:88:64:7
e:08:00 SRC=192.168.0.2 DST=255.255.255.255 LEN=124 TOS=0x00
PREC=0x00 TTL=64 ID=18894 PROTO=UDP SPT=56549 DPT=2222 LEN=
104
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13756 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13757 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13758 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13759 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13760 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13762 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13766 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13767 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13768 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
78 TOS=0x00 PREC=0x00 TTL=64 ID=3 DF PROTO=UDP SPT=137 DPT=1
37 LEN=58
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13769 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13771 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13773 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=6 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13774 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13775 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13780 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13782 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13783 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13784 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13796 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13797 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13798 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13800 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
78 TOS=0x00 PREC=0x00 TTL=64 ID=4 DF PROTO=UDP SPT=137 DPT=1
37 LEN=58
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13801 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13802 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:88:64:7
e:08:00 SRC=192.168.0.2 DST=255.255.255.255 LEN=124 TOS=0x00
PREC=0x00 TTL=64 ID=19010 PROTO=UDP SPT=56550 DPT=2222 LEN=
104
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13813 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13840 PROTO=2
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13842 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13843 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13844 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN= OUT=wlan0 SRC=192.168.0.5 DST=192.168.0.255 LEN=
268 TOS=0x00 PREC=0x00 TTL=64 ID=7 DF PROTO=UDP SPT=138 DPT=
138 LEN=248
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PR
EC=0x00 TTL=1 ID=13851 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=01:00:5e:00:00:01:00:30:ab:1b:74:3
0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0
x00 TTL=1 ID=13852 PROTO=2
cs: memory probe 0xa0000000-0xa0ffffff: clean.
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:30:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PREC=0x00 TTL=1 ID=13854 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:88:64:7e:08:00 SRC=192.168.0.2 DST=255.255.255.255 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=19137 PROTO=UDP SPT=56551 DPT=2222 LEN=104
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:30:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PREC=0x00 TTL=1 ID=13855 PROTO=UDP SPT=520 DPT=520 LEN=52
DROPPED IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:30:ab:1b:74:30:08:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=72 TOS=0x00 PREC=0x00 TTL=1 ID=13856 PROTO=UDP SPT=520 DPT=520 LEN=52

I wonder if there is a conflict between the wireless modem, which is on wlan0, and this Merlin modem. Is that possible?

Thanks for your help.
 
Old 04-21-2005, 08:29 PM   #11
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Now this is interesting! I put the card into an older laptop (Dell Inspiron 3800) that does not have an internal wireless card or an internal modem. Then inserted the live CD SimplyMEPIS, and I could see during boot and in dmesg that it found ttyS03:

ttyS03 at port 0x02e8 (irq-9) is a 16C950/954

What does that mean? Is there an irq conflict? Do I have to I reinstall MEPIS on my new laptop, this time with the card in, to get it to work?

I appreciate your staying with this question.
 
Old 04-22-2005, 08:08 PM   #12
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Hmm. That is interesting. Perhaps there is some kind of conflict.
You shouldn't need to reinstall with the card in, hotplug should take care of that when the card is inserted. You could try it, but I wouldn't expect magic results (though you never know).

To continue debugging what you've got, type the following, as root, at the command line:
Code:
tail -f /var/log/messages
That command will show you the very bottom (tail ) of the system messages, and will dynamically add new messages as they occur.

While tail is showing you the messages, unplug and replug the card, and see what messages you get.

EDIT: By the way, did it work on the older laptop?

Last edited by dping; 04-22-2005 at 08:09 PM.
 
Old 04-24-2005, 02:26 PM   #13
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Starting with your last question: yes, I connected and was able to use email and browser! It did not however seem to recognize the command given at the bottom of the script to disconnect:

stop_sprint_pcs.sh

Maybe I needed to specify location:

/sbin/stop_sprint_pcs.sh

To be clear: SimplyMEPIS 3.3 was installed on that old laptop, but the card did not work on the laptop itself. But when I used the live CD with the install option "older hardware" then it ran fine. I can't remember which option I used when I installed on the old laptop, but I am wondering if going that install route inserts serial (or other) modules that are not used for the "newer hardware" route. I am going to reinstall on the old laptop using the "older hardware" option with the card inserted when I get a chance to see if it makes a difference.

Now I will turn to your other point and get back. Thanks again.
 
Old 04-24-2005, 02:55 PM   #14
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Here is the tail when I plugged the card in:

Apr 24 15:52:30 Jerry2005 kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.

It showed no message when I took it out.
 
Old 04-24-2005, 02:59 PM   #15
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
Finally, I wonder if this post on the MEPIS site is relevant:

http://www.mepis.org/node/982
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Novatel Merlin V620 CDMA PC Card: How To? sipples Linux - Hardware 94 02-07-2008 08:31 AM
RH8 and T40 - Mad Merlin Please Help!!! calderonr Linux - Hardware 1 01-27-2004 08:33 PM
linux support merlin g100 card hwood7587 Linux - Networking 0 11-19-2003 05:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 06:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration