-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Shamail Tayyab wrote: > INDER BAGGA wrote: >> hello 2 everyone............have a bindass >> evening..........!!!!!!!!!!!!!!1111 >> > Read this http://db.tidbits.com/article/5386 >> i'm using wvdialconf......command to detect the wireless modem,to >> connect to >> internet....but it's not working....any soln >> > Yes.. > First identify the node in /dev where the device is plugged. > For this, do > $ ls /dev > /tmp/one > Then, plug the modem and > $ ls /dev > /tmp/two > Perform a diff as > $ diff /dev/{one,two} > It will show you something like > 0a1 >> /dev/ttyACM0
Just run the command # dmesg > > This is your device that you will use for further references. > > Now write this in /etc/wvdial.conf > > *[Dialer Defaults] > Modem = /dev/ttyACM0 > ; replace internet with the access point name that you got from your > provider > Init1 = at+cgdcont=1,"ip","internet" > Phone = *99# > Username = ss > Password = ss > Stupid mode = 1 > New PPPD = yes* > > Replace internet with the access point name, e.g airtelfun.com for > airtel, internet for idea etc. Reliance won't work with that number maybe others too. > > Then issue command wvdial to dial. > Read more at > http://tuxatwork.blogspot.com/2007/11/getting-internet-up-on-roam.html > >> i'VE to install gcc under fedora10, which is not >> preinstalled..........help >> regarding the same >> >> > Use yum install build-essential gcc as root. This ain't no ubuntu , so no *build-essential* Instead try this # yum groupinstall "Development Tools" and get it done! > > > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > - -- RHCE/RHCSS Certificate number: 804006843818597 Type: pub bits/keyID: 1024D/483B234C Date: 2007/06/29 Key Server: pgp.mit.edu User ID: Deependra Singh Shekhawat (Fedora Project) <[email protected]> <[email protected]> Key fingerprint: ED45 62EA A4D7 53FB 44C7 774A D55B F3F0 483B 234C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkn3HV4ACgkQ1Vvz8Eg7I0ynygCdHG/0dEaZWk88ACGIuR0gvMgd aiIAoK9gs8DbCem7FfME8LCsxuvtezql =fUoG -----END PGP SIGNATURE----- _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
