Jump to content
Reliance Jio & Reliance Mobile Discussion Forums
avkavk

RConnect & Linux

Recommended Posts

I'm having trouble setting up Rconnect to work on Ubuntu with the LG2030 handset. I've followed cracker's "Four easy steps to setup Rconnect on Linux," but when I run wvdial R, it tells me that the device is not found on /dev/ttyACM0. Later I randomly (i.e. following my own guesses) substituted ttyUSB0 for ttyACM0 in the wvdial.conf file, and was able to get a little further. I saw the red light on my Rconnect cable light up and the script tried to execute the ATDT command, but never succeeded in getting a connection. I appreciate any help u guys can give me. (Note: I'm connected through wireless hub to Airtel broadband at home, but want to use Rconnect through prepaid Reliance account when traveling).

Here's what I did:

(1) ran sudo dmesg with the following results:

Linux version 2.6.15-27-386 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Fri Dec 8 17:51:56 UTC 2006

[17179569.184000] BIOS-provided physical RAM map:

[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)

[17179569.184000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)

[17179569.184000] BIOS-e820: 00000000000e0000 - 00000000000eee00 (reserved)

[17179569.184000] BIOS-e820: 00000000000eee00 - 00000000000ef000 (ACPI NVS)

[17179569.184000] BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)

[17179569.184000] BIOS-e820: 0000000000100000 - 000000001ef40000 (usable)

[17179569.184000] BIOS-e820: 000000001ef40000 - 000000001ef50000 (ACPI data)

[17179569.184000] BIOS-e820: 000000001ef50000 - 000000001f000000 (reserved)

[17179569.184000] BIOS-e820: 00000000fec10000 - 00000000fec20000 (reserved)

[17179569.184000] BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)

[17179569.184000] BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)

[17179569.184000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)

[17179569.184000] 0MB HIGHMEM available.

[17179569.184000] 495MB LOWMEM available.

[17179569.184000] On node 0 totalpages: 126784

[17179569.184000] DMA zone: 4096 pages, LIFO batch:0

[17179569.184000] DMA32 zone: 0 pages, LIFO batch:0

[17179569.184000] Normal zone: 122688 pages, LIFO batch:31

[17179569.184000] HighMem zone: 0 pages, LIFO batch:0

[17179569.184000] DMI 2.3 present.

[17179569.184000] ACPI: RSDP (v000 TOSHIB ) @ 0x000f0180

[17179569.184000] ACPI: RSDT (v001 TOSHIB 750 0x00970814 TASM 0x04010000) @ 0x1ef40000

[17179569.184000] ACPI: FADT (v002 TOSHIB 750 0x00970814 TASM 0x04010000) @ 0x1ef40058

[17179569.184000] ACPI: DBGP (v001 TOSHIB 750 0x00970814 TASM 0x04010000) @ 0x1ef400dc

[17179569.184000] ACPI: BOOT (v001 TOSHIB 750 0x00970814 TASM 0x04010000) @ 0x1ef40030

[17179569.184000] ACPI: DSDT (v001 TOSHIB AFCF7 0x20030326 MSFT 0x0100000e) @ 0x00000000

[17179569.184000] ACPI: PM-Timer IO Port: 0xd808

[17179569.184000] Allocating PCI resources starting at 20000000 (gap: 1f000000:dfc10000)

[17179569.184000] Built 1 zonelists

[17179569.184000] Kernel command line: root=/dev/hda1 ro quiet splash

[17179569.184000] Local APIC disabled by BIOS (or by default) -- you can enable it with "lapic"

[17179569.184000] mapped APIC to ffffd000 (013e1000)

[17179569.184000] Initializing CPU#0

[17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)

[17179569.184000] Detected 2194.712 MHz processor.

[17179569.184000] Using pmtmr for high-res timesource

[17179569.184000] Console: colour VGA+ 80x25

[17179571.308000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

[17179571.308000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)[17179571.320000] Memory: 492212k/507136k available (1976k kernel code, 14292k reserved, 606k data, 288k init, 0k highmem)

[17179571.320000] Checking if this processor honours the WP bit even in supervisor mode... Ok.

[17179571.400000] Calibrating delay using timer specific routine.. 4393.43 BogoMIPS (lpj=8786867)

[17179571.400000] Security Framework v1.0.0 initialized

[17179571.400000] SELinux: Disabled at boot.

[17179571.400000] Mount-cache hash table entries: 512

[17179571.400000] CPU: After generic identify, caps: bfebf9ff 00000000 00000000 00000000 00004400 00000000 00000000

[17179571.400000] CPU: After vendor identify, caps: bfebf9ff 00000000 00000000 00000000 00004400 00000000 00000000

[17179571.400000] CPU: Trace cache: 12K uops, L1 D cache: 8K

[17179571.400000] CPU: L2 cache: 512K

[17179571.400000] CPU: After all inits, caps: bfebf9ff 00000000 00000000 00000080 00004400 00000000 00000000

[17179571.400000] mtrr: v2.0 (20020519)

[17179571.400000] CPU: Intel Mobile Intel® Pentium® 4 - M CPU 2.20GHz stepping 09

[17179571.400000] Enabling fast FPU save and restore... done.

[17179571.400000] Enabling unmasked SIMD FPU exception support... done.

[17179571.400000] Checking 'hlt' instruction... OK.

[17179571.416000] checking if image is initramfs... it is

[17179572.032000] Freeing initrd memory: 6617k freed

[17179572.044000] ACPI: Looking for DSDT ... not found!

[17179572.044000] ACPI: setting ELCR to 0200 (from 0e00)

[17179572.044000] NET: Registered protocol family 16

[17179572.044000] EISA bus registered

[17179572.044000] ACPI: bus type pci registered

[17179572.044000] PCI: PCI BIOS revision 2.10 entry at 0xfd317, last bus=3

[17179572.044000] PCI: Using configuration type 1

[17179572.044000] ACPI: Subsystem revision 20051216

[17179572.048000] ACPI: Interpreter enabled

[17179572.048000] ACPI: Using PIC for interrupt routing

[17179572.048000] ACPI: PCI Interrupt Link [LNKA] (IRQs *10)

[17179572.048000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)

[17179572.048000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)

[17179572.048000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)

[17179572.052000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)

[17179572.052000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)

[17179572.052000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *11)

[17179572.052000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)

[17179572.052000] ACPI: PCI Root Bridge [PCI0] (0000:00)

[17179572.052000] PCI: Probing PCI hardware (bus 00)

[17179572.052000] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0

[17179572.052000] Boot video device is 0000:00:02.0

[17179572.052000] PCI quirk: region d800-d87f claimed by ICH4 ACPI/GPIO/TCO

[17179572.052000] PCI quirk: region eec0-eeff claimed by ICH4 GPIO

[17179572.052000] PCI: Enabled i801 SMBus device

[17179572.052000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1

[17179572.056000] PCI: Transparent bridge - 0000:00:1e.0

[17179572.056000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

[17179572.056000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]

[17179572.060000] ACPI: Power Resource [PFAN] (off)

[17179572.060000] Linux Plug and Play Support v0.97 © Adam Belay

[17179572.060000] pnp: PnP ACPI init

[17179572.064000] pnp: PnP ACPI: found 11 devices

[17179572.064000] PnPBIOS: Disabled by ACPI PNP

[17179572.064000] PCI: Using ACPI for IRQ routing

[17179572.064000] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report

[17179572.064000] PCI: Cannot allocate resource region 4 of device 0000:00:1d.0

[17179572.068000] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0

[17179572.068000] PCI: Bus 2, cardbus bridge: 0000:01:0b.0

[17179572.068000] IO window: 0000c000-0000c0ff

[17179572.068000] IO window: 0000c400-0000c4ff

[17179572.068000] PREFETCH window: 28000000-29ffffff

[17179572.068000] MEM window: 2c000000-2dffffff

[17179572.068000] PCI: Bridge: 0000:00:1e.0

[17179572.068000] IO window: c000-cfff

[17179572.068000] MEM window: cff00000-cfffffff

[17179572.068000] PREFETCH window: 28000000-29ffffff

[17179572.072000] PCI: Setting latency timer of device 0000:00:1e.0 to 64

[17179572.072000] PCI: Enabling device 0000:01:0b.0 (0000 -> 0003)

[17179572.072000] **** SET: Misaligned resource pointer: de9ab7c2 Type 07 Len 0

[17179572.072000] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11

[17179572.072000] PCI: setting IRQ 11 as level-triggered

[17179572.072000] ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11

[17179572.072000] Simple Boot Flag at 0x7c set to 0x1

[17179572.072000] audit: initializing netlink socket (disabled)

[17179572.072000] audit(1168138627.072:1): initialized

[17179572.072000] VFS: Disk quotas dquot_6.5.1

[17179572.072000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[17179572.072000] Initializing Cryptographic API

[17179572.072000] io scheduler noop registered

[17179572.072000] io scheduler anticipatory registered

[17179572.072000] io scheduler deadline registered

[17179572.072000] io scheduler cfq registered

[17179572.072000] isapnp: Scanning for PnP cards...

[17179572.424000] isapnp: No Plug & Play device found

[17179572.440000] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12

[17179572.456000] serio: i8042 AUX port at 0x60,0x64 irq 12

[17179572.456000] serio: i8042 KBD port at 0x60,0x64 irq 1

[17179572.456000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled

[17179572.460000] PCI: Enabling device 0000:00:1f.6 (0000 -> 0001)

[17179572.460000] **** SET: Misaligned resource pointer: dec6f3c2 Type 07 Len 0

[17179572.460000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11

[17179572.460000] ACPI: PCI Interrupt 0000:00:1f.6 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11

[17179572.460000] ACPI: PCI interrupt for device 0000:00:1f.6 disabled

[17179572.460000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize

[17179572.460000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

[17179572.460000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

[17179572.460000] mice: PS/2 mouse device common for all mice

[17179572.460000] EISA: Probing bus 0 at eisa.0

[17179572.460000] Cannot allocate resource for EISA slot 1

[17179572.460000] EISA: Detected 0 cards.

[17179572.460000] NET: Registered protocol family 2

[17179572.492000] input: AT Translated Set 2 keyboard as /class/input/input0

[17179572.496000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

[17179572.496000] TCP established hash table entries: 16384 (order: 4, 65536 bytes)

[17179572.496000] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)

[17179572.496000] TCP: Hash tables configured (established 16384 bind 16384)

[17179572.496000] TCP reno registered

[17179572.496000] TCP bic registered

[17179572.496000] NET: Registered protocol family 1

[17179572.496000] NET: Registered protocol family 8

[17179572.496000] NET: Registered protocol family 20

[17179572.496000] Using IPI Shortcut mode

[17179572.496000] ACPI wakeup devices:

[17179572.496000] MPC0 MPC1 LAN VIY0 USB1 USB4 AMDM LID PWRB

[17179572.496000] ACPI: (supports S0 S3 S4 S5)

[17179572.496000] Freeing unused kernel memory: 288k freed

[17179572.548000] vga16fb: initializing

[17179572.548000] vga16fb: mapped to 0xc00a0000

[17179572.676000] Console: switching to colour frame buffer device 80x25

[17179572.676000] fb0: VGA16 VGA frame buffer device

[17179573.748000] Capability LSM initialized

[17179573.868000] ACPI: Fan [FAN] (off)

[17179573.872000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])

[17179573.872000] ACPI: Thermal Zone [THRM] (31 C)

[17179574.452000] ICH4: IDE controller at PCI slot 0000:00:1f.1

[17179574.452000] **** SET: Misaligned resource pointer: de99f3c2 Type 07 Len 0

[17179574.456000] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11

[17179574.456000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

[17179574.456000] ICH4: chipset revision 3

[17179574.456000] ICH4: not 100% native mode: will probe irqs later

[17179574.456000] ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, hdb:pio

[17179574.456000] ide1: BM-DMA at 0xbfa8-0xbfaf, BIOS settings: hdc:DMA, hdd:pio

[17179574.456000] Probing IDE interface ide0...

[17179574.744000] hda: TOSHIBA MK4021GAS, ATA DISK drive

[17179575.416000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

[17179575.480000] Probing IDE interface ide1...

[17179576.216000] hdc: DW-224E-A, ATAPI CD/DVD-ROM drive

[17179576.888000] ide1 at 0x170-0x177,0x376 on irq 15

[17179576.896000] hda: max request size: 128KiB

[17179576.908000] hda: 78140160 sectors (40007 MB), CHS=65535/16/63, UDMA(100)

[17179576.908000] hda: cache flushes supported

[17179576.908000] hda: hda1 hda2 < hda5 >

[17179577.012000] hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 1658kB Cache, UDMA(33)

[17179577.012000] Uniform CD-ROM driver Revision: 3.20

[17179577.276000] usbcore: registered new driver usbfs

[17179577.276000] usbcore: registered new driver hub

[17179577.276000] USB Universal Host Controller Interface driver v2.3

[17179577.276000] **** SET: Misaligned resource pointer: dea1b702 Type 07 Len 0

[17179577.276000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10

[17179577.276000] PCI: setting IRQ 10 as level-triggered

[17179577.276000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10

[17179577.276000] PCI: Setting latency timer of device 0000:00:1d.0 to 64

[17179577.276000] uhci_hcd 0000:00:1d.0: UHCI Host Controller

[17179577.276000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1

[17179577.276000] uhci_hcd 0000:00:1d.0: irq 10, io base 0x000018c0

[17179577.280000] hub 1-0:1.0: USB hub found

[17179577.280000] hub 1-0:1.0: 2 ports detected

[17179577.384000] PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)

[17179577.384000] **** SET: Misaligned resource pointer: dea1b402 Type 07 Len 0

[17179577.384000] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11

[17179577.384000] ACPI: PCI Interrupt 0000:00:1d.7[D] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11

[17179577.384000] PCI: Setting latency timer of device 0000:00:1d.7 to 64

[17179577.384000] ehci_hcd 0000:00:1d.7: EHCI Host Controller

[17179577.384000] ehci_hcd 0000:00:1d.7: debug port 1

[17179577.384000] PCI: cache line size of 128 is not supported by device 0000:00:1d.7

[17179577.384000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2

[17179577.384000] ehci_hcd 0000:00:1d.7: irq 11, io mem 0x2a080000

[17179577.388000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004

[17179577.388000] hub 2-0:1.0: USB hub found

[17179577.388000] hub 2-0:1.0: 6 ports detected

[17179577.588000] Attempting manual resume

[17179577.664000] EXT3-fs: mounted filesystem with ordered data mode.

[17179577.668000] kjournald starting. Commit interval 5 seconds

[17179578.280000] usb 1-1: new full speed USB device using uhci_hcd and address 2

[17179578.664000] usb 1-2: new low speed USB device using uhci_hcd and address 3[17179592.164000] Linux agpgart interface v0.101 © Dave Jones

[17179592.168000] agpgart: Detected an Intel 855 Chipset.

[17179592.168000] agpgart: Detected 16252K stolen memory.

[17179592.176000] agpgart: AGP aperture is 128M @ 0xd8000000

[17179592.588000] input: PC Speaker as /class/input/input1

[17179592.632000] Real Time Clock Driver v1.12

[17179592.644000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5

[17179592.652000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

[17179592.696000] hw_random: RNG not detected

[17179592.936000] **** SET: Misaligned resource pointer: db771e42 Type 04 Len 42[17179592.936000] **** SET: Misaligned resource pointer: db771ec6 Type 01 Len 42[17179592.936000] pnp: Device 00:08 activated.

[17179592.936000] parport: PnPBIOS parport detected.

[17179592.936000] pnp: Device 00:08 disabled.

[17179593.036000] usbcore: registered new driver hiddev

[17179593.052000] input: Acrox USB & PS/2 Mouse as /class/input/input2

[17179593.052000] input: USB HID v1.10 Mouse [Acrox USB & PS/2 Mouse] on usb-0000:00:1d.0-2

[17179593.052000] usbcore: registered new driver usbhid

[17179593.052000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver

[17179593.240000] input: PS/2 Mouse as /class/input/input3

[17179593.268000] ts: Compaq touchscreen protocol output

[17179593.268000] ath_hal: module license 'Proprietary' taints kernel.

[17179593.268000] ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)

[17179593.296000] input: AlpsPS/2 ALPS GlidePoint as /class/input/input4

[17179593.428000] wlan: 0.8.6.0 (EXPERIMENTAL)

[17179593.432000] ath_rate_sample: 1.2

[17179593.448000] ath_pci: 0.9.6.0 (EXPERIMENTAL)

[17179593.452000] ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11

[17179593.812000] Build date: Oct 30 2006

[17179593.812000] Debugging version (IEEE80211)

[17179593.812000] ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps

[17179593.812000] ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps

[17179593.812000] ath0: H/W encryption support: WEP AES AES_CCM TKIP

[17179593.812000] ath0: mac 5.6 phy 4.1 radio 1.7

[17179593.812000] ath0: Use hw queue 1 for WME_AC_BE traffic

[17179593.812000] ath0: Use hw queue 0 for WME_AC_BK traffic

[17179593.812000] ath0: Use hw queue 2 for WME_AC_VI traffic

[17179593.812000] ath0: Use hw queue 3 for WME_AC_VO traffic

[17179593.812000] ath0: Use hw queue 8 for CAB traffic

[17179593.812000] ath0: Use hw queue 9 for beacons

[17179593.812000] Debugging version (ATH)

[17179593.812000] ath0: Atheros 5212: mem=0xcffe0000, irq=11

[17179593.920000] ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11

[17179593.920000] Yenta: CardBus bridge found at 0000:01:0b.0 [1179:0001]

[17179593.972000] usbcore: registered new driver usbserial

[17179593.972000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic

[17179593.972000] usbcore: registered new driver usbserial_generic

[17179593.972000] drivers/usb/serial/usb-serial.c: USB Serial Driver core

[17179594.012000] e100: Intel® PRO/100 Network Driver, 3.4.14-k4-NAPI

[17179594.012000] e100: Copyright© 1999-2005 Intel Corporation

[17179594.012000] **** SET: Misaligned resource pointer: d9ffd7c2 Type 07 Len 0

[17179594.012000] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11

[17179594.012000] ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11

[17179594.052000] e100: eth0: e100_probe: addr 0xcffff000, irq 11, MAC addr 00:00:39:76:C8:2E

[17179594.052000] Yenta: ISA IRQ mask 0x00b8, PCI irq 11

[17179594.052000] Socket status: 30000007

[17179594.052000] Yenta: Raising subordinate bus# of parent bus (#01) from #03 to #05

[17179594.052000] pcmcia: parent PCI bridge I/O window: 0xc000 - 0xcfff

[17179594.052000] cs: IO port probe 0xc000-0xcfff: clean.

[17179594.056000] pcmcia: parent PCI bridge Memory window: 0xcff00000 - 0xcfffffff

[17179594.056000] pcmcia: parent PCI bridge Memory window: 0x28000000 - 0x29ffffff

[17179594.100000] drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device

[17179594.100000] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected

[17179594.100000] drivers/usb/serial/ftdi_sio.c: Detected FT8U232AM

[17179594.104000] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0

[17179594.104000] usbcore: registered new driver ftdi_sio

[17179594.104000] drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver

[17179594.148000] PCI: Enabling device 0000:00:1f.5 (0000 -> 0003)

[17179594.148000] ACPI: PCI Interrupt 0000:00:1f.5 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11

[17179594.148000] PCI: Setting latency timer of device 0000:00:1f.5 to 64

[17179594.592000] cs: IO port probe 0x100-0x3af: excluding 0x1e0-0x1e7

[17179594.596000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7

[17179594.596000] cs: IO port probe 0x820-0x8ff: clean.

[17179594.596000] cs: IO port probe 0xc00-0xcf7: clean.

[17179594.596000] cs: IO port probe 0xa00-0xaff: clean.

[17179595.416000] AC'97 1 does not respond - RESET

[17179595.416000] AC'97 1 access is not valid [0xffffffff], removing mixer.

[17179595.416000] Unable to initialize codec #1

[17179595.472000] intel8x0_measure_ac97_clock: measured 55409 usecs

[17179595.472000] intel8x0: clocking to 48000

[17179595.880000] lp: driver loaded but no devices found

[17179595.940000] Adding 1461872k swap on /dev/hda5. Priority:-1 extents:1 across:1461872k

[17179596.084000] EXT3 FS on hda1, internal journal

[17179596.340000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27

[17179596.340000] md: bitmap version 4.39

[17179596.920000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com

[17179597.784000] cdrom: open failed.

[17179600.116000] NET: Registered protocol family 17

[17179603.768000] NET: Registered protocol family 10

[17179603.768000] lo: Disabled Privacy Extensions

[17179603.768000] IPv6 over IPv4 tunneling driver

[17179603.780000] ACPI: AC Adapter [ADP1] (on-line)

[17179603.784000] ACPI: Battery Slot [bAT1] (battery present)

[17179603.876000] ACPI: Power Button (FF) [PWRF]

[17179603.876000] ACPI: Lid Switch [LID]

[17179603.876000] ACPI: Power Button (CM) [PWRB]

[17179603.984000] ibm_acpi: ec object not found

[17179604.016000] pcc_acpi: loading...

[17179604.088000] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19a-dev

[17179604.088000] toshiba_acpi: HCI method: \_SB_.VALD.GHCI

[17179604.092000] toshiba_acpi: Toshiba hotkeys are sent as ACPI events

[17179604.092000] toshiba_acpi: ktoshkeyd will check 2 times per second

[17179604.092000] toshiba_acpi: Dropped 0 keys from the queue on startup

[17179604.112000] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)[17179612.508000] [drm] Initialized drm 1.0.1 20051102

[17179612.568000] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10

[17179612.568000] [drm] Initialized i915 1.4.0 20060119 on minor 0

[17179612.568000] PCI: Enabling device 0000:00:02.1 (0000 -> 0002)

[17179612.568000] [drm] Initialized i915 1.4.0 20060119 on minor 1

[17179614.588000] ppdev: user-space parallel port driver

[17179614.688000] ath0: no IPv6 routers present

[17179615.380000] apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)

[17179615.380000] apm: overridden by ACPI.

[17179623.468000] ip_tables: © 2000-2002 Netfilter core team

[17179623.584000] Netfilter messages via NETLINK v0.30.

[17179623.692000] ip_conntrack version 2.4 (3962 buckets, 31696 max) - 232 bytes per conntrack

[17179625.408000] Bluetooth: Core ver 2.8

[17179625.408000] NET: Registered protocol family 31

[17179625.408000] Bluetooth: HCI device and connection manager initialized

[17179625.408000] Bluetooth: HCI socket layer initialized

[17179625.440000] Bluetooth: L2CAP ver 2.8

[17179625.440000] Bluetooth: L2CAP socket layer initialized

[17179625.504000] Bluetooth: RFCOMM socket layer initialized

[17179625.504000] Bluetooth: RFCOMM TTY layer initialized

[17179625.504000] Bluetooth: RFCOMM ver 1.7

[17179851.812000] usb 1-1: USB disconnect, address 2

[17179851.812000] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0

[17179851.812000] ftdi_sio 1-1:1.0: device disconnected

[17179854.360000] usb 1-1: new low speed USB device using uhci_hcd and address 4[17179854.556000] input: HID Keyboard Device as /class/input/input5

[17179854.556000] input: USB HID v1.10 Keyboard [HID Keyboard Device] on usb-0000:00:1d.0-1

[17179854.592000] input: HID Keyboard Device as /class/input/input6

[17179854.592000] input: USB HID v1.10 Device [HID Keyboard Device] on usb-0000:00:1d.0-1

[17180124.040000] ibm_acpi: ec object not found

[17181322.232000] usb 1-1: USB disconnect, address 4

[17181326.252000] usb 1-1: new full speed USB device using uhci_hcd and address 5

[17181326.396000] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected

[17181326.396000] drivers/usb/serial/ftdi_sio.c: Detected FT8U232AM

[17181326.396000] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0

(2) Edited /etc/wvdial.conf file to make it the following:

[Modem0]

Modem= /dev/ttyACM0

Baud= 230400

SetVolume=0

DialCommand= ATDT

FlowControl= Hardware(CRTSCTS)

[Dialer R]

Username= tel no. (I put mine in)

Password= tel no. (I put mine in)

Phone= #777

StupidMode= 1

Inherits= Modem0

(3) Edited /etc/resolv.conf to make it the following:

service named start

nameserver 202.138.103.100

nameserver 202.138.97.193

nameserver 127.0.0.1

(4) Ran wvdial R to receive the following error message:

--> WvDial: Internet dialer version 1.55

--> Cannot open /dev/ttyACM0: No such file or directory

--> Cannot open /dev/ttyACM0: No such file or directory

--> Cannot open /dev/ttyACM0: No such file or directory

(5) Substituted ttyUSB0 for ttyACM0 in the wvdial.conf file and ran wvdial R again, receiving the following results:

--> WvDial: Internet dialer version 1.55

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

ATZ

OK

--> Modem initialized.

--> Sending: ATDT#777

--> Waiting for carrier.

ATDT#777

CONNECT

--> Carrier detected. Waiting for prompt.

--> Don't know what to do! Starting pppd and hoping for the best.

--> Starting pppd at Sun Jan 7 09:24:09 2007

--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied

--> --> PAP (Password Authentication Protocol) may be flaky.

--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied

--> --> CHAP (Challenge Handshake) may be flaky.

--> Pid of pppd: 8349

--> Using interface ppp0

--> pppd: ������[05][08]��[05][08]

--> pppd: ������[05][08]��[05][08]

--> pppd: ������[05][08]��[05][08]

--> pppd: ������[05][08]��[05][08]

--> pppd: ������[05][08]��[05][08]

--> Disconnecting at Sun Jan 7 09:24:19 2007

--> The PPP daemon has died: A modem hung up the phone (exit code = 16)

--> man pppd explains pppd error codes in more detail.

--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.

--> Auto Reconnect will be attempted in 5 seconds

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Disconnecting at Sun Jan 7 09:25:00 2007

Share this post


Link to post
Share on other sites

joverdorf, solution sent to my by cracker

open terminal and type

sudo gedit   /etc/options

and delete every thing and enter this

# /etc/ppp/options
# 
# Originally created by Jim Knoble &lt;jmknoble@mercury.interpath.net&gt;
# Modified for Debian by alvar Bray &lt;alvar@meiko.co.uk&gt;
# Modified for PPP Server setup by Christoph Lameter &lt;clameter@debian.org&gt;
#
# To quickly see what options are active in this file, use this command:
#   egrep -v '#|^ *$' /etc/ppp/options

# Specify which DNS Servers the incoming Win95 or WinNT Connection should use
# Two Servers can be remotely configured
# ms-dns 192.168.1.1
# ms-dns 192.168.1.2

# Specify which WINS Servers the incoming connection Win95 or WinNT should use
# ms-wins 192.168.1.50
# ms-wins 192.168.1.51

# Run the executable or shell command specified after pppd has
# terminated the link.  This script could, for example, issue commands
# to the modem to cause it to hang up if hardware modem control signals
# were not available.
#disconnect "chat -- \d+++\d\c OK ath0 OK"

# async character map -- 32-bit hex; each bit is a character
# that needs to be escaped for pppd to receive it.  0x00000001
# represents '\x01', and 0x80000000 represents '\x1f'.
asyncmap 0

# Require the peer to authenticate itself before allowing network
# packets to be sent or received.
# Please do not disable this setting. It is expected to be standard in
# future releases of pppd. Use the call option (see manpage) to disable
# authentication for specific peers.
auth

# Use hardware flow control (i.e. RTS/CTS) to control the flow of data
# on the serial port.
crtscts

# Use software flow control (i.e. XON/XOFF) to control the flow of data
# on the serial port.
#xonxoff

# Specifies that certain characters should be escaped on transmission
# (regardless of whether the peer requests them to be escaped with its
# async control character map).  The characters to be escaped are
# specified as a list of hex numbers separated by commas.  Note that
# almost any character can be specified for the escape option, unlike
# the asyncmap option which only allows control characters to be
# specified.  The characters which may not be escaped are those with hex
# values 0x20 - 0x3f or 0x5e.
#escape 11,13,ff

# Don't use the modem control lines.
#local

# Specifies that pppd should use a UUCP-style lock on the serial device
# to ensure exclusive access to the device.
lock

# Don't show the passwords when logging the contents of PAP packets.
# This is the default.
hide-password

# When logging the contents of PAP packets, this option causes pppd to
# show the password string in the log message.
#show-password

# Use the modem control lines.  On Ultrix, this option implies hardware
# flow control, as for the crtscts option.  (This option is not fully
# implemented.)
modem

# Set the MRU [Maximum Receive Unit] value to &lt;n&gt; for negotiation.  pppd
# will ask the peer to send packets of no more than &lt;n&gt; bytes. The
# minimum MRU value is 128.  The default MRU value is 1500.  A value of
# 296 is recommended for slow links (40 bytes for TCP/IP header + 256
# bytes of data).
#mru 542

# Set the interface netmask to &lt;n&gt;, a 32 bit netmask in "decimal dot"
# notation (e.g. 255.255.255.0).
#netmask 255.255.255.0

# Disables the default behaviour when no local IP address is specified,
# which is to determine (if possible) the local IP address from the
# hostname. With this option, the peer will have to supply the local IP
# address during IPCP negotiation (unless it specified explicitly on the
# command line or in an options file).
#noipdefault

# Enables the "passive" option in the LCP.  With this option, pppd will
# attempt to initiate a connection; if no reply is received from the
# peer, pppd will then just wait passively for a valid LCP packet from
# the peer (instead of exiting, as it does without this option).
#passive

# With this option, pppd will not transmit LCP packets to initiate a
# connection until a valid LCP packet is received from the peer (as for
# the "passive" option with old versions of pppd).
#silent

# Don't request or allow negotiation of any options for LCP and IPCP
# (use default values).
#-all

# Disable Address/Control compression negotiation (use default, i.e.
# address/control field disabled).
#-ac

# Disable asyncmap negotiation (use the default asyncmap, i.e. escape
# all control characters).
#-am

# Don't fork to become a background process (otherwise pppd will do so
# if a serial device is specified).
#-detach

# Disable IP address negotiation (with this option, the remote IP
# address must be specified with an option on the command line or in
# an options file).
#-ip

# Disable IPCP negotiation and IP communication. This option should
# only be required if the peer is buggy and gets confused by requests
# from pppd for IPCP negotiation.
#noip

# Disable magic number negotiation.  With this option, pppd cannot
# detect a looped-back line.
#-mn

# Disable MRU [Maximum Receive Unit] negotiation (use default, i.e.
# 1500).
#-mru

# Disable protocol field compression negotiation (use default, i.e.
# protocol field compression disabled).
#-pc

# Require the peer to authenticate itself using PAP.
#+pap

# Don't agree to authenticate using PAP.
#-pap

# Require the peer to authenticate itself using CHAP [Cryptographic
# Handshake Authentication Protocol] authentication.
#+chap

# Don't agree to authenticate using CHAP.
#-chap

# Disable negotiation of Van Jacobson style IP header compression (use
# default, i.e. no compression).
#-vj

# Increase debugging level (same as -d).  If this option is given, pppd
# will log the contents of all control packets sent or received in a
# readable form.  The packets are logged through syslog with facility
# daemon and level debug. This information can be directed to a file by
# setting up /etc/syslog.conf appropriately (see syslog.conf(5)).  (If
# pppd is compiled with extra debugging enabled, it will log messages
# using facility local2 instead of daemon).
#debug

# Append the domain name &lt;d&gt; to the local host name for authentication
# purposes.  For example, if gethostname() returns the name porsche,
# but the fully qualified domain name is porsche.Quotron.COM, you would
# use the domain option to set the domain name to Quotron.COM.
#domain &lt;d&gt;

# Enable debugging code in the kernel-level PPP driver.  The argument n
# is a number which is the sum of the following values: 1 to enable
# general debug messages, 2 to request that the contents of received
# packets be printed, and 4 to request that the contents of transmitted
# packets be printed.
#kdebug n

# Set the MTU [Maximum Transmit Unit] value to &lt;n&gt;. Unless the peer
# requests a smaller value via MRU negotiation, pppd will request that
# the kernel networking code send data packets of no more than n bytes
# through the PPP network interface.
#mtu &lt;n&gt;

# Set the name of the local system for authentication purposes to &lt;n&gt;.
# This is a privileged option. With this option, pppd will use lines in the
# secrets files which have &lt;n&gt; as the second field when looking for a
# secret to use in authenticating the peer. In addition, unless overridden
# with the user option, &lt;n&gt; will be used as the name to send to the peer
# when authenticating the local system to the peer. (Note that pppd does
# not append the domain name to &lt;n&gt;.)
#name &lt;n&gt;

# Enforce the use of the hostname as the name of the local system for
# authentication purposes (overrides the name option).
#usehostname

# Set the assumed name of the remote system for authentication purposes
# to &lt;n&gt;.
#remotename &lt;n&gt;

# Add an entry to this system's ARP [Address Resolution Protocol]
# table with the IP address of the peer and the Ethernet address of this
# system.
proxyarp

# Use the system password database for authenticating the peer using
# PAP. Note: mgetty already provides this option. If this is specified
# then dialin from users using a script under Linux to fire up ppp wont work.
# login

# If this option is given, pppd will send an LCP echo-request frame to the
# peer every n seconds. Normally the peer should respond to the echo-request
# by sending an echo-reply. This option can be used with the
# lcp-echo-failure option to detect that the peer is no longer connected.
#lcp-echo-interval 30

# If this option is given, pppd will presume the peer to be dead if n
# LCP echo-requests are sent without receiving a valid LCP echo-reply.
# If this happens, pppd will terminate the connection.  Use of this
# option requires a non-zero value for the lcp-echo-interval parameter.
# This option can be used to enable pppd to terminate after the physical
# connection has been broken (e.g., the modem has hung up) in
# situations where no hardware modem control lines are available.
#lcp-echo-failure 4

# Set the LCP restart interval (retransmission timeout) to &lt;n&gt; seconds
# (default 3).
#lcp-restart &lt;n&gt;

# Set the maximum number of LCP terminate-request transmissions to &lt;n&gt;
# (default 3).
#lcp-max-terminate &lt;n&gt;

# Set the maximum number of LCP configure-request transmissions to &lt;n&gt;
# (default 10).
#lcp-max-configure &lt;n&gt;

# Set the maximum number of LCP configure-NAKs returned before starting
# to send configure-Rejects instead to &lt;n&gt; (default 10).
#lcp-max-failure &lt;n&gt;

# Set the IPCP restart interval (retransmission timeout) to &lt;n&gt;
# seconds (default 3).
#ipcp-restart &lt;n&gt;

# Set the maximum number of IPCP terminate-request transmissions to &lt;n&gt;
# (default 3).
#ipcp-max-terminate &lt;n&gt;

# Set the maximum number of IPCP configure-request transmissions to &lt;n&gt;
# (default 10).
#ipcp-max-configure &lt;n&gt;

# Set the maximum number of IPCP configure-NAKs returned before starting
# to send configure-Rejects instead to &lt;n&gt; (default 10).
#ipcp-max-failure &lt;n&gt;

# Set the PAP restart interval (retransmission timeout) to &lt;n&gt; seconds
# (default 3).
#pap-restart &lt;n&gt;

# Set the maximum number of PAP authenticate-request transmissions to
# &lt;n&gt; (default 10).
#pap-max-authreq &lt;n&gt;

# Set the maximum time that pppd will wait for the peer to authenticate
# itself with PAP to &lt;n&gt; seconds (0 means no limit).
#pap-timeout &lt;n&gt;

# Set the CHAP restart interval (retransmission timeout for
# challenges) to &lt;n&gt; seconds (default 3).
#chap-restart &lt;n&gt;

# Set the maximum number of CHAP challenge transmissions to &lt;n&gt;
# (default 10).
#chap-max-challenge

# If this option is given, pppd will rechallenge the peer every &lt;n&gt;
# seconds.
#chap-interval &lt;n&gt;

# With this option, pppd will accept the peer's idea of our local IP
# address, even if the local IP address was specified in an option.
#ipcp-accept-local

# With this option, pppd will accept the peer's idea of its (remote) IP
# address, even if the remote IP address was specified in an option.
#ipcp-accept-remote

# Disable the IPXCP and IPX protocols.
# To let pppd pass IPX packets comment this out --- you'll probably also
# want to install ipxripd, and have the Internal IPX Network option enabled
# in your kernel.  /usr/doc/HOWTO/IPX-HOWTO.gz contains more info.
noipx

# Exit once a connection has been made and terminated. This is the default,
# unless the `persist' or `demand' option has been specified.
#nopersist

# Do not exit after a connection is terminated; instead try to reopen
# the connection.
#persist

# Terminate after n consecutive failed connection attempts.
# A value of 0 means no limit. The default value is 10.
#maxfail &lt;n&gt;

# Initiate the link only on demand, i.e. when data traffic is present. 
# With this option, the remote IP address must be specified by the user on
# the command line or in an options file.  Pppd will initially configure
# the interface and enable it for IP traffic without connecting to the peer. 
# When traffic is available, pppd will connect to the peer and perform
# negotiation, authentication, etc.  When this is completed, pppd will
# commence passing data packets (i.e., IP packets) across the link.
#demand

# Specifies that pppd should disconnect if the link is idle for &lt;n&gt; seconds.
# The link is idle when no data packets (i.e. IP packets) are being sent or
# received.  Note: it is not advisable to use this option with the persist
# option without the demand option.  If the active-filter option is given,
# data packets which are rejected by the specified activity filter also
# count as the link being idle.
#idle &lt;n&gt;

# Specifies how many seconds to wait before re-initiating the link after
# it terminates.  This option only has any effect if the persist or demand
# option is used.  The holdoff period is not applied if the link was
# terminated because it was idle.
#holdoff &lt;n&gt;

# Wait for up n milliseconds after the connect script finishes for a valid
# PPP packet from the peer.  At the end of this time, or when a valid PPP
# packet is received from the peer, pppd will commence negotiation by
# sending its first LCP packet.  The default value is 1000 (1 second).
# This wait period only applies if the connect or pty option is used.
#connect-delay &lt;n&gt;

# Packet filtering: for more information, see pppd(8)
# Any packets matching the filter expression will be interpreted as link
# activity, and will cause a "demand" connection to be activated, and reset
# the idle connection timer. (idle option)
# The filter expression is akin to that of tcpdump(1)
#active-filter &lt;filter-expression&gt;

# ---&lt;End of File&gt;---

now connect rconnect with wvdial command u will not face disconnection problem

Share this post


Link to post
Share on other sites

Hi guys,

I tried this, and still no success. This time I'm not able to get beyond the following response:

--> WvDial: Internet dialer version 1.55

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

--> Initializing modem.

--> Sending: ATZ

--> Sending: ATQ0

ATQ0

OK

--> Re-Sending: ATZ

ATZ

OK

Thanks!

Share this post


Link to post
Share on other sites

the sollution is ise rim string

i guess it start from something

AT+CGDCONT

Share this post


Link to post
Share on other sites

How can i install LG LSP-350R in RedHat Linux Enterprise 5 edition, pls send configuration details & full details

Share this post


Link to post
Share on other sites

Hi,

I wud like to sell my netconnect USB card as im travelling abroad..Please contact me at ssrividhya_cse@yahoo.co.in...

Thanks,

Srividhya

Share this post


Link to post
Share on other sites

Hi

I bought LG 6250 phone, Its an excellent phone, being an user of LG 2130 for 3 years, this phone

is a piece of wonder.

I am trying to use the rconnect from its bluetooth in Ubuntu, But i am unable to proceed.

KDE detects the phone correctly tells it ID aswell as channel no when I attach a bluetooth dongle

Can use to use wvdial. Is there any docs or pointer

which I can use ubuntu with Rconnect using bluetooth

Any links will be greatly helpful

/Tom

Share this post


Link to post
Share on other sites

Hi All,

I am planning to purchase a new set of RIM in order to connect Internet using it in Linux(Fedora Core 4). Can any one please suggest me which set of LG will be MOST suitable for me from the point of view of Internet connection with RIM set in Fedora Core 4?

Best Regards ...

ccpplinux

Share this post


Link to post
Share on other sites

I installed the driver given on the Reliance website for LG RD2030 but it gives an error saying Unexpected ")". What do I do?

It doesn't say anything in this thread about the driver installation, just how to configure the dialer. Don't I need the driver too?

When I looked for my USB drives, I got this.

[	1.500596] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[	1.501378] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[	1.501779] 0000:01:0a.0: ttyS1 at I/O 0xe808 (irq = 16) is a 16450
[	1.501924] 0000:01:0a.0: ttyS2 at I/O 0xe810 (irq = 16) is a 8250
[	1.502070] 0000:01:0a.0: ttyS3 at I/O 0xe818 (irq = 16) is a 16450
[25429.659490] usb 1-2: FTDI USB Serial Device converter now attached to ttyUSB0
[25429.983586] usb 1-2: usbfs: interface 0 claimed by ftdi_sio while 'brltty' sets config #1
[25429.994044] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0

Edited by TCP/IP

Share this post


Link to post
Share on other sites

Can anyone tell tht how can i connect through rconnect via data card or usb dongle of reliance i am using Redhat enterprise edition.... please tell fully....

Share this post


Link to post
Share on other sites

hi i am a new guy

I have Fedora 7 installed on a HCL leaptop c9509

i use a Nokia 2112 and a CA-42 data cable

i tried to configure my internet access with the instructions given here

but i get the error message of NO CARRIER

Can any one please help me........ :Riendo:

Edited by nag_atul

Share this post


Link to post
Share on other sites
for some models. u needs to tweak udev scripts.(specially if u r using r-connect script provided by reliance)

now with udev u can mount your device anywhere u like.

BTW,

In above pic shown "Intialization String 1" may varies with model to model.

that u can look up from your windows installation for same model.(Control Panel > Phone and Modem > Modem Tab > {Click LG/Samsung/Nokia usb Modem} > Advance Tab)

I used r-connect on FC3 for 2 months 8 hrs a day. and ones install find much stable then on windows-xp.

I have Sony Vaio Laptop with Win XP. I am trying out Fedora 7 (frustrated with Windows). I am a newbie to Linux. Can anyone help me out as to how can I connect to Net using Reliance USB NetConnect Card - Huawei EC325. Thanks in advance.

Share this post


Link to post
Share on other sites

Ok, I did come across a few posts that describe how ZTE MC315 can be connected and used to access Internet.

Any ideas, how I can use it to send SMS?

I own an LG RD 3330 phone and a ZTE MC315 Card.

I am able to send emails using my phone. However, I would also like to be notified by SMS everytime I receive email.

The service from Reliance (R World) is a bit slow and charges Rs. 3 per session. In addition, it gives me an email address of the kind MYPHONENUMBER@reliancemail.com

I would like to use myexistingemail@mytld.com

This is what I am planning to do:

  • Use fetchmail to periodically check for messages on the server.
  • Retrieve message
  • Parse retrieved message and recreate a smaller version enough to fit in 1 SMS.
  • SMS the message to me using ZTE Card

(My computer is on almost 24 hours so this is not a problem)

Can someone advise how I can establish this? That is, how I can use the ZTE Card from Linux to send SMS?

You can use http://www.SMSmyEmail.com

managed by http://www.vahati.com

Edited by anilmaurya

Share this post


Link to post
Share on other sites

please help me. I have a reliance net connectiom ( prepaid @ 115.2 kbps). I connect to Internet via bluetooth from my mobile (Sony Ericsson Z550i ). now I want to connect from fedora linux (v 8.0) and I can't do that, I can't setup network connection. Any body can help me what I have to do after installing the linux ?

Share this post


Link to post
Share on other sites

Hi guys,

I've a Reliance FWP Land Phone LG LSP-340E and using it to connect internet with a dial up connection in windows xp. But in linux i got mad to connect it because it does not have any driver installer for lnux.

Then I knew that reliance itself providing a package for driver installer for linux. It is called rconnect-cmdline-1.0.tar and it can be downloaded from this web page:- http://www.rcom.co.in/Communications/rcom/RNetconnect/ecare_cable_linux.html. But the problem is that they have not provided any link to download that file.

SO I'm requesting you, if you have that package and the user guide plz send it to me

If you do so, I would glad to you...............

Share this post


Link to post
Share on other sites

Hello to all,

Please guide me to connect my Zen C440 handset to my Linux Operating System (Fedora 9). It's actually my cousin's handset. I own LG RD5130 and am able to rconnect it on my linux pc. I don't know how to configure Zen C440. So, please guide me at the earliest.

Regards,

Cindy

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×