Sponsored Content
Special Forums IP Networking How to connect internet in Linux OS Post 302788705 by Corona688 on Tuesday 2nd of April 2013 11:15:14 AM
Old 04-02-2013
I had been hoping users more knowledgeable than me would chime in since this is something I have never done before.

You need to convince the kernel that your USB phone is really a serial port. Be sure to connect it in 'PC Suite' mode.

Code:
modprobe usbserial vendor=0x0421 product=0x0486

That should hopefully create a /dev/ttyUSB0 or /dev/ttyUSB1 which you can use to connect via PPP like this thread shows. Unfortunately my experience with PPP is very limited.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cannot connect to the Internet

I running HPUX 11.0, Netscape gives me an error "Unable to locate Server" when using a www.something.com address. If I use an IP address I get past the router and onto the Internet. My workstation can get to the Router @ 192.168.0.1 and also it's local APACHE server. I have DHCP enabled... (8 Replies)
Discussion started by: johnalt
8 Replies

2. Solaris

trying to connect to internet

i have just installed solaris 10 on a 60 gb hard drive. now im trying to install my nic driver but when i put in the floppy disk for the nic card it cant read it, so then i found that i have to mount the floppy drive and i tried putting in the mount command but i dont know where to mount it and if... (38 Replies)
Discussion started by: vutty81
38 Replies

3. Solaris

How to connect to Internet

Hi I installed solaris developer edition 1/08 today.I want to connect to Broadband internet through my ADSL 2+ Modem/Router with a username and password. plz help in this case,I am new to sun solaris:confused: the modem itself is a router it worked well on ubuntu and red hat (3 Replies)
Discussion started by: santugvd
3 Replies

4. SuSE

Help:how to connect gprs internet in linux

:mad: iam connecting to internet using gprs ccellphone in windows in linux how to connect to gprs internet presently iam using linux distribution opensuse 10.3 my phone is LGB2070 using com1 port the driver for windows is in .inf format ... (4 Replies)
Discussion started by: seshumohan
4 Replies

5. Linux

how to connect internet????

HI, Am using GPRS ( MOB # 3230 ) internet connection in windows Hw to use internet r connect in linux.. ( Red Hat Linux Ver.10 ) Please help me.. Thanks in adv.. (1 Reply)
Discussion started by: bharath raja
1 Replies

6. Linux

What is the easies Linux Distribution to connect to internet?

Hi everyone. I use modem(ethernet adaptor and realtek driver) but after installing ubuntu, I had no chance of installing internet so I decided to look for another linux distribution. Sorry for bothering you, but what do you think is the easiest linux distribution to connect to internet? (1 Reply)
Discussion started by: Sechki
1 Replies

7. Solaris

Can't connect to Internet

Dear freinds... I downloaded solaris for x86 and was able to configure the lan correctly.. I can ping and share with other destops through lan... but still I can't connect to internet ? can you please help.. I put my default gateway which is 192.168.1.1 to /etc/defaultrouter but with no use..... (13 Replies)
Discussion started by: yahyaaa
13 Replies

8. Linux

How to connect to internet

Hi, Can someone guide me regarding how to connect to internet. what are steps? Thanks in advance (2 Replies)
Discussion started by: naren nandale
2 Replies

9. Red Hat

How to connect internet in Linux OS?

What all is required so that I can use internet on my Linux OS My OS: Red Hat Fedora version: 2.6 I have to connect via my Nokia cell phone via cable. This way only I had been using internet on my Windows OS. If any software is required to install on my UNIX for internet, then I don't... (1 Reply)
Discussion started by: ravisingh
1 Replies

10. UNIX for Dummies Questions & Answers

Linux/UNIX Server won't connect to Internet

I know nothing about Linux/Unix. The fact that it is Linux/Unix is what someone told me the server is. It has been set up with the work stations in my home and would connect to the internet (DSL) and work with the other stations. We now have an actual office that does not have DSL, but rather has... (2 Replies)
Discussion started by: BgDunbar
2 Replies
IRNET(4)						       Linux-IrDA man pages							  IRNET(4)

NAME
irnet - IrNET protocol device DESCRIPTION
File /dev/irnet is used to access and configure the IrNET protocol part of the Linux-IrDA stack. IrNET is a protocol allowing to create TCP/IP connections between two IrDA peers in an efficient fashion, and generally to enable standard networking over IrDA. It is a thin layer, passing PPP packets to IrTTP and vice versa. It uses PPP in synchronous mode, because IrTTP offer a reliable sequenced packet service (as opposed to a byte stream). In fact, you could see IrNET as carrying TCP/IP in a IrDA socket, using PPP to provide the glue. The main difference with traditional PPP over IrCOMM is that it avoids the framing and serial emulation which are a performance bottleneck. It also allows multipoint communications in a sensible fashion. And finally, it can automatically handle incomming connections through irnetd. The main difference with IrLAN is that we use PPP for the link management, which is more standard, interoperable and flexible than the IrLAN protocol. For example, PPP adds authentication, encryption, compression, header compression and automated routing setup. And, as IrNET let PPP do the hard work, the implementation is much simpler than IrLAN. IrNET connections are initiated and managed with pppd(8). File /dev/irnet also offer a control channel. Reads from /dev/irnet will return various IrNET events. Write to /dev/irnet allow to configure the IrNET connection. CONFIGURATION
If your system does not have /dev/irnet created already, it can be created with the following commands: mknod -m 644 /dev/irnet c 10 187 chown root:root /dev/irnet You will also need to have IrNET support in your kernel or as module and the Linux-IrDA stack installed and configured (see irattach(8)). File /dev/irnet is supposed to only be used with the PPP line discipline or for accessing the control channel, other use are unsupported. IrNET support multiple concurent connections (limited by the IrDA stack), all those connections are multiplexed on a single /dev/irnet device (as opposed to IrCOMM which as one device per connection). PARAMETERS
Writing commands to /dev/irnet allow to configure the IrNET connection being made. This need to be done through pppd(8) (see below for examples). Commands are separated by comas. name <peer> Connect to the IrDA device which IrDA nickname is <peer>. The IrDA nickname is a string up to 31 characters. daddr <peer> Connect to the IrDA device which IrDA address is <peer>. The IrDA address is a 32 bits hexadecimal number. raddr <port> Restrict connections to the local IrDA interface which IrDA address is <port>. The IrDA address is a 32 bits hexadecimal number. DISPLAY
Reading from /dev/irnet will show various IrNET events. This is usually done with the command cat /dev/irnet. Found Dump of the current IrNET discovery log. Discovered New IrNET device discovered. Expired Previously discovered IrNET device no longer present. Connected to This computer successfully established an IrNET connection to a peer. Connection from A peer successfully established an IrNET connection to this computer. Request from A peer attempted to connect to this computer, but no IrNET connection was waiting for it. No-answer from This computer attempted to connect to a peer, but no IrNET connection was waiting for it. Blocked link with The IrDA link of the IrNET connection is currently blocked. Disconnection from A peer successfully terminated an IrNET connection with this computer. Disconnected to This computer successfully terminated an IrNET connection with a peer. File /proc/net/irda/irnet will also show the current state of the various IrNET connections. EXAMPLE
Start a IrNET server accepting any incomming connection: pppd /dev/irnet 9600 local noauth nolock passive Start a IrNET client connecting to any IrDA peer: pppd /dev/irnet 9600 local noauth nolock Start a IrNET client connecting to the IrDA peer called MyIrDANode: pppd /dev/irnet 9600 local noauth nolock connect "echo name MyIrDANode" Start a IrNET server accepting incomming connection from peer with IrDA address 0x12345678 only on IrDA port 0x87654321: pppd /dev/irnet 9600 local noauth nolock passive connect "echo daddr 0x12345678 , saddr 0x87654321" AUTHOR
Jean Tourrilhes - jt@hpl.hp.com FILES
/dev/irnet /proc/net/irda/irnet SEE ALSO
irda(7), irnetd(8), pppd(8), irattach(8), irdadump(8). irda-utils 2 May 2003 IRNET(4)
All times are GMT -4. The time now is 09:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy