Felipe, Great! If you want to automate the process and also connect with kppp. You may just run $ su - passwd: enter your password = passwd: # cd martian-full-20080625/scripts/ # ./automate.sh should set you up so you won't have to type # sudo modprobe martian_dev # martian_modem Do open the file with editior as root (su -) # /etc/rc.d/init.d/martian and change device=/dev/ttySM0 to /dev/modem or make a symbolic link and you can acess the modem with kppp # ln -s /dev/ttySM0 /dev/modem if you do this, please check with # ls /dev/modem -l and see that it maps to /dev/ttySM0. For the other modem, you may download the files http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20090222.tar.gz http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem-20080126.tar.gz Do extract them with $ tar -zxvf slmodem-2.9.11-20090222.tar.gz $ tar -zxvf ungrab-winmodem-20080126.tar.gz $ cd slmodem-2.9.11-20090222 $ make KERNEL_DIR= /lib/modules/2.6.27.7-9-pae/build $ make $ su -c make install $ cd ../ungrab-winmodem-20080126/ $ su -c 'make' enter your password $ su -c 'make install' To test if this modem functions or not, please do $ su - passwd: # modprobe ungrab-winmodem # modprobe slamr # slmodemd -c YOUR_COUNTRY /dev/slamr0 YOUR_COUNTRY can be USA if you are in USA. Then run seprate tests with wvdial, but please save your current working wvdial :) The two modems can work together, but currently (IMHO) In my humble opinion at the moment it might be better to stick with martian modem drivers. The smartlink modem drivers work, but in your case might/might not Predictive diagnostics for card in bus 05:00.0: Modem chipset detected on NAME="Modem: ALi Corporation SmartLink SmartPCI561 56K Modem" NAME="Modem: ALi Corporation SmartLink SmartPCI561 56K Modem" CLASS=0703 PCIDEV=10b9:5459 SUBSYS=10a5:5459 IRQ=20 IDENT=slamr CLASS=0703 PCIDEV=10b9:5459 SUBSYS=10a5:5459 IRQ=20 IDENT=slamr For candidate modem in: 05:00.0 0703 Modem: ALi Corporation SmartLink SmartPCI561 56K Modem Primary device ID: 10b9:5459 Support type needed or chipset: slamr Also if you decide to use smarlink modem the one on top, you might/could encounter kernel oops which you will not encounter while using martian modem drivers. BUG: sleeping function called from invalid context at include/linux/kernel.h:155 in_atomic(): 0, irqs_disabled(): 1, pid: 9712, name: slmodemd Pid: 9712, comm: slmodemd Tainted: P 2.6.30.1 #1 Call Trace: [<c042e75d>] __might_sleep+0xcf/0xd4 [<c053e161>] might_fault+0x12/0x19 [<c053e2a6>] copy_to_user+0x2c/0xfc [<fcc50286>] amrmo_read+0x49/0x5f [slamr] [<fcc5023d>] ? amrmo_read+0x0/0x5f [slamr] [<c04a7262>] vfs_read+0x81/0xdc [<c04a7356>] sys_read+0x3b/0x60 [<c0407f38>] sysenter_do_call+0x12/0x2d Do what you like and thankfully you have connected successfully. Regards, Antonio On 7/15/09, Felipe . <eufelipe@xxxxxxxxxxx> wrote: > > Thank You, I'm connected with Opensuse now (I don't believe), \o/.... =), > thanks!!! > But, I would like to know, how I can configure kppp, because in kppp I can't > find /dev/ttySM0 as the modem port. How can I know the speed of conection > too? > > And if I will want to install the other modem? Is there no conflict problem? > You said that: the other modem could be supported by slamr > (slmodem-2.9.11-20090222.tar.gz) (should be the same steps??), if I will > install the other modem, should be conflict problems?(sorry by the english > vocabulary) > > Thank you very much, > Felipe. > > > > >> Date: Wed, 15 Jul 2009 15:47:27 -0500 >> Subject: Re: Help: Agere SoftModem (Lucent) >> From: olivares14031@xxxxxxxxx >> To: eufelipe@xxxxxxxxxxx >> CC: discuss@xxxxxxxxxxxxx >> >> Everything looks correct. Now wvdialconf does not find a modem port >> /dev/ttySM0 >> >> please try to edit the wvdial.conf file and or type the following >> there in /etc/wvdial.conf. Please put everything as shown and put >> correct username, password and Phone number to connect to ISP. >> >> >> >> [Dialer Defaults] >> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 >> Modem Type = Analog Modem >> Phone = ISP's_phone_no._goes_here >> ISDN = 0 >> Username = your_username_goes_here >> Init1 = ATZ >> Password = Your_password >> Modem = /dev/ttySM0 >> Baud = 460800 >> Carrier Check = No >> # Stupid Mode = 1 >> >> remove the # on Line Stupid Mode = 1 if needed. report back after >> successfully saving /etc/wvdial.conf to look like above file and >> typing wvdial on terminal >> >> # wvdial >> >> to see if you can connect. >> >> Regards, >> >> Antonio >> On 7/15/09, Felipe . <eufelipe@xxxxxxxxxxx> wrote: >> > >> > >> > >> > I do the >> > exact things that you said, see them:If there is a mistake in sintaxe >> > please >> > say to me, I can't find /dev/ttySM0 as the modem port.The things are >> > separed >> > in terminals (2 terminals below) >> > Thank You,Felipe. >> > >> > >> > >> > >> > >> > In the >> > first terminal: >> > >> > >> > >> > linux-vqqf:~ >> > # cd Desktop >> > >> > linux-vqqf:~/Desktop >> > # ls >> > >> > Linmodemdiscuss Office.desktop Support.desktop novo >> > >> > MozillaFirefox.desktop SuSE.desktop myComputer.desktop >> > >> > linux-vqqf:~/Desktop >> > # cd Linmodemdiscuss >> > >> > linux-vqqf:~/Desktop/Linmodemdiscuss >> > # tar -zxvf >> > martian-full-20080625.tar.gz >> > >> > >> > martian-full-20080625/ >> > >> > >> > martian-full-20080625/martian.h >> > >> > martian-full-20080625/Makefile >> > >> > martian-full-20080625/INSTALL >> > >> > martian-full-20080625/Concept >> > >> > martian-full-20080625/Makefile~ >> > >> > martian-full-20080625/Cleaning.txt >> > >> > martian-full-20080625/README >> > >> > martian-full-20080625/kmodule/ >> > >> > martian-full-20080625/kmodule/Makefile >> > >> > martian-full-20080625/kmodule/marsio.h >> > >> > martian-full-20080625/kmodule/kmartian.h >> > >> > martian-full-20080625/kmodule/martian_ids.c >> > >> > martian-full-20080625/kmodule/fifo.h >> > >> > martian-full-20080625/kmodule/Files.txt >> > >> > martian-full-20080625/kmodule/mfifo.h >> > >> > martian-full-20080625/kmodule/martian.c >> > >> > martian-full-20080625/kmodule/kmodulefiles.txt >> > >> > martian-full-20080625/kmodule/marsio.c >> > >> > martian-full-20080625/kmodule/mfifo.c >> > >> > martian-full-20080625/kmodule/modules.order >> > >> > martian-full-20080625/kmodule/mixspinlock.h >> > >> > martian-full-20080625/scripts/ >> > >> > martian-full-20080625/scripts/martian >> > >> > martian-full-20080625/scripts/remove_outdated.sh >> > >> > martian-full-20080625/scripts/martian.in >> > >> > martian-full-20080625/scripts/wv.conf >> > >> > martian-full-20080625/scripts/automate.sh >> > >> > martian-full-20080625/ChangeLog >> > >> > martian-full-20080625/modem/ >> > >> > martian-full-20080625/modem/Makefile >> > >> > martian-full-20080625/modem/tweakcore.sh >> > >> > martian-full-20080625/modem/main.c >> > >> > martian-full-20080625/modem/debug_script.in >> > >> > martian-full-20080625/modem/ltmdmobj.o >> > >> > martian-full-20080625/modem/watch.gdb >> > >> > martian-full-20080625/modem/sysdep.h >> > >> > martian-full-20080625/modem/watch3.gdb >> > >> > martian-full-20080625/modem/dumpers.c >> > >> > martian-full-20080625/modem/elf386tweakrelocs.c >> > >> > martian-full-20080625/modem/log.h >> > >> > martian-full-20080625/modem/core_if.c >> > >> > martian-full-20080625/modem/coreadd.c >> > >> > martian-full-20080625/modem/mport.h >> > >> > martian-full-20080625/modem/coresubst.c >> > >> > martian-full-20080625/modem/ASWMLICENSE >> > >> > martian-full-20080625/modem/README >> > >> > martian-full-20080625/modem/mport.c >> > >> > martian-full-20080625/modem/isr.c >> > >> > martian-full-20080625/modem/core.h >> > >> > martian-full-20080625/modem/watch2.gdb >> > >> > martian-full-20080625/modem/tweakrelocsdynamic.c >> > >> > martian-full-20080625/modem/log.c >> > >> > martian-full-20080625/modem/session.c >> > >> > martian-full-20080625/modem/watch4.gdb >> > >> > martian-full-20080625/modem/pty.c >> > >> > martian-full-20080625/modem/sysdep.c >> > >> > martian-full-20080625/modem/common.h >> > >> > martian-full-20080625/modem/main.h >> > >> > martian-full-20080625/modem/smp.c >> > >> > martian-full-20080625/modem/modemfiles.txt >> > >> > martian-full-20080625/modem/watch.h >> > >> > martian-full-20080625/modem/overriden_core_functions >> > >> > martian-full-20080625/modem/profile.c >> > >> > martian-full-20080625/modem/link.c >> > >> > martian-full-20080625/modem/mixspinlock.h >> > >> > linux-vqqf:~/Desktop/Linmodemdiscuss >> > # cd >> > martian-full-20080625 >> > >> > linux-vqqf:~/Desktop/Linmodemdiscuss/martian-full-20080625 >> > # make all >> > >> > make -C kmodule/ modules >> > >> > >> > make[1]: >> > Entering directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule' >> > >> > >> > >> > make -C >> > /lib/modules/2.6.27.7-9-pae/build >> > M="/root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule" modules >> > >> > >> > make[2]: >> > Entering directory `/usr/src/linux-2.6.27.7-9-obj/i386/pae' >> > >> > make -C >> > ../../../linux-2.6.27.7-9 O=/usr/src/linux-2.6.27.7-9-obj/i386/pae/. >> > modules >> > >> > CC [M] >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian.o >> > >> > >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian.c: >> > In function ‘martian_isr’: >> > >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian.c:131: >> > warning: value computed is not used >> > >> > CC [M] >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/marsio.o >> > >> > >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/marsio.c:359: >> > warning: ‘mars_read_register_rem’ defined but not used >> > >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/marsio.c:372: >> > warning: ‘mars_write_register_rem’ defined but not used >> > >> > CC [M] >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/mfifo.o >> > >> > >> > LD [M] >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian_dev.o >> > >> > >> > Building modules, stage 2. >> > >> > MODPOST 1 modules >> > >> > CC >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian_dev.mod.o >> > >> > >> > LD [M] >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian_dev.ko >> > >> > >> > make[2]: >> > Leaving directory `/usr/src/linux-2.6.27.7-9-obj/i386/pae' >> > >> > make[1]: >> > Leaving directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule' >> > >> > >> > >> > make -C >> > modem/ all >> > >> > make[1]: >> > Entering directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/modem' >> > >> > >> > CC >> > main.o >> > >> > CC dumpers.o >> > >> > CC log.o >> > >> > CC session.o >> > >> > CC mport.o >> > >> > CC pty.o >> > >> > CC sysdep.o >> > >> > CC >> > isr.o >> > >> > CC >> > smp.o >> > >> > CC >> > core_if.o >> > >> > CC >> > coresubst.o >> > >> > CC link.o >> > >> > CC >> > tweakrelocsdynamic.o >> > >> > CC >> > coreadd.o >> > >> > CC >> > elf386tweakrelocs >> > >> > LD >> > marscore.o >> > >> > TWEAK marscore.o >> > >> > LD martian_modem >> > >> > >> > make[1]: >> > Leaving directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/modem' >> > >> > >> > linux-vqqf:~/Desktop/Linmodemdiscuss/martian-full-20080625 >> > # su -c 'make install' >> > >> > >> > make -C >> > kmodule/ install >> > >> > make[1]: >> > Entering directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule' >> > >> > >> > >> > make -C >> > /lib/modules/2.6.27.7-9-pae/build >> > M="/root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule" >> > modules_install >> > >> > make[2]: >> > Entering directory `/usr/src/linux-2.6.27.7-9-obj/i386/pae' >> > >> > make -C >> > ../../../linux-2.6.27.7-9 O=/usr/src/linux-2.6.27.7-9-obj/i386/pae/. >> > modules_install >> > >> > INSTALL >> > /root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule/martian_dev.ko >> > >> > >> > DEPMOD >> > 2.6.27.7-9-pae >> > >> > make[2]: >> > Leaving directory `/usr/src/linux-2.6.27.7-9-obj/i386/pae' >> > >> > if ! >> > /sbin/modprobe -nq martian_dev ; then /sbin/depmod -a; fi >> > >> > make[1]: >> > Leaving directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/kmodule' >> > >> > >> > >> > make -C >> > modem/ install >> > >> > make[1]: >> > Entering directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/modem' >> > >> > >> > LD >> > martian_modem.debug >> > >> > STRIP martian_modem.debug >> > >> > STRIP martian_modem.stripped >> > >> > INSTALL /usr/sbin/martian_modem >> > >> > INSTALL /usr/lib/debug/usr/sbin/martian_modem.debug >> > >> > make[1]: >> > Leaving directory >> > `/root/Desktop/Linmodemdiscuss/martian-full-20080625/modem' >> > >> > linux-vqqf:~/Desktop/Linmodemdiscuss/martian-full-20080625 >> > # su - >> > >> > Have a lot >> > of fun... >> > >> > Directory: >> > /root >> > >> > Wed Jul 15 >> > 17:02:07 BRT 2009 >> > >> > linux-vqqf:~ >> > # passwd: >> > >> > -bash: >> > passwd:: command not found >> > >> > linux-vqqf:~ >> > # su - passwd: >> > >> > su: user >> > passwd: does not exist >> > >> > linux-vqqf:~ >> > # modprobe martian_dev >> > >> > linux-vqqf:~ >> > # martian_modem >> > >> > martian: >> > info: smp: configuring >> > >> > martian: >> > info: Your port is /dev/ttySM0 >> > >> > martian: >> > info: session: Started Wed Jul 15 17:04:56 2009 >> > >> > >> > >> > >> > >> > In >> > another terminal: >> > >> > >> > >> > linux-vqqf:~ >> > # su - >> > >> > >> > Have a lot >> > of fun... >> > >> > Directory: >> > /root >> > >> > Wed Jul 15 >> > 17:04:31 BRT 2009 >> > >> > linux-vqqf:~ >> > # wvdialconf >> > /etc/wvdial.conf >> > >> > Editing >> > `/etc/wvdial.conf'. >> > >> > >> > >> > Scanning >> > your serial ports for a modem. >> > >> > >> > >> > ttyS0<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttyS0<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttyS0<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > ttyS1<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttyS1<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttyS1<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > ttyS2<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttyS2<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttyS2<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > ttyS3<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttyS3<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttyS3<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > ttyS4<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttyS4<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttyS4<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > ttyS5<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttyS5<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttyS5<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > Modem Port >> > Scan<*1>: S6 S7 >> > >> > WvModem<*1>: >> > Cannot get information for serial port. >> > >> > ttySM0<*1>: >> > ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud >> > >> > ttySM0<*1>: >> > ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud >> > >> > ttySM0<*1>: >> > ATQ0 V1 E1 -- and failed too at 115200, giving up. >> > >> > >> > >> > >> > >> > Sorry, no >> > modem was detected! Is it in use by >> > another program? >> > >> > Did you >> > configure it properly with setserial? >> > >> > >> > >> > Please read >> > the FAQ at http://open.nit.ca/wiki/?WvDial >> > >> > >> > >> > If you >> > still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>. >> > >> > linux-vqqf:~ >> > # su - >> > >> > >> > Have a lot >> > of fun... >> > >> > Directory: >> > /root >> > >> > Wed Jul 15 >> > 17:08:35 BRT 2009 >> > >> > linux-vqqf:~ >> > # wvdialconf >> > /etc/wvdial.conf >> > >> > Editing >> > `/etc/wvdial.conf'. >> > >> > >> > >> > Scanning >> > your serial ports for a modem. >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> >> Date: Wed, 15 Jul 2009 13:40:25 -0500 >> >> Subject: Fwd: Help: Agere SoftModem (Lucent) >> >> From: olivares14031@xxxxxxxxx >> >> To: discuss@xxxxxxxxxxxxx >> >> CC: eufelipe@xxxxxxxxxxx >> >> >> >> Felipe, >> >> >> >> You only want the LT Modem to work and not worry about the other modem >> >> that could be supported by slamr (slmodem-2.9.11-20090222.tar.gz >> >> >> >> Do download >> >> http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/martian-full-20080625.tar.gz >> >> >> >> as scanModem report below: >> >> >> >> However you have another problem reported by scanModem: >> >> >> >> 05:02.0 11c1:0440 11c1:0440 Communication controller: Agere Systems >> >> 56k WinModem >> >> >> >> Modem interrupt assignment and sharing: >> >> 9: 0 0 IO-APIC-fasteoi acpi >> >> --- Bootup diagnostics for card in PCI slot 05:02.0 ---- >> >> PCI: 0000:05:02.0 reg 10 32bit mmio: [ea101000, ea1010ff] >> >> PCI: 0000:05:02.0 reg 14 io port: [d100, d107] >> >> PCI: 0000:05:02.0 reg 18 io port: [d200, d2ff] >> >> pci 0000:05:02.0: supports D2 >> >> pci 0000:05:02.0: PME# supported from D2 D3hot D3cold >> >> pci 0000:05:02.0: PME# disabled >> >> >> >> The PCI slot 05:02.0 of the modem card may be disabled early in >> >> a bootup process, but then enabled later. If modem drivers load >> >> but the modem is not responsive, read DOCs/Bootup.txt about possible >> >> fixes. >> >> Send dmesg.txt along with ModemData.txt to discuss@xxxxxxxxxxxxx >> >> if help is needed. >> >> >> >> Follow the instructions i >> >> >> >> The modem has a Lucent/Agere/LSI Mars or Apollo DSP (digital signal >> >> processing) chipset. >> >> Support packages for 2.6.n kernels are at: >> >> http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ >> >> Always use the most update for kernels after 2.6.20, currently >> >> For kernels 2.6.20 and less, usr martian-full-20080407.tar.gz. >> >> >> >> See DOCs/AgereDSP.txt for Details. >> >> >> >> At >> >> http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ >> >> get the martian-full-20080625.tar.gz and follow Readme-NOW.html >> >> 0x0440 -- Mars 2 - data/fax/voice >> >> >> >> .$ tar -zxvf martian-full-20080625.tar.gz >> >> $ cd martian-full-20080625 >> >> $ make all >> >> $ su -c 'make install' >> >> $ su - >> >> passwd: >> >> # modprobe martian_dev >> >> # martian_modem >> >> >> >> Fire up another terminal and run >> >> >> >> $ su - >> >> passwd: >> >> # wvdialconf /etc/wvdial.conf >> >> >> >> it should scan and hopefully find /dev/ttySM0 as the modem port. >> >> >> >> Let me know how above suggestions work. Also please read up on >> >> Bootup.txt to see how to fix IRQs and Modem Interrupt problems. >> >> >> >> Regards, >> >> >> >> Antonio >> >> >> >> >> >> ---------- Forwarded message ---------- >> >> From: "Felipe ." <eufelipe@xxxxxxxxxxx> >> >> Date: Wed, 15 Jul 2009 16:51:40 +0000 >> >> Subject: Help: Agere SoftModem (Lucent) >> >> To: olivares14031@xxxxxxxxx >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> Hi, >> >> I'm new at Linux (I'm using OpenSUSE 11.1), I'm having problems with >> >> instaling the modem Lucent (I think chipset Agere, of 2 modem in the >> >> ModemData.txt I only want to install Agere Systems), I tried a lot, >> >> but it doesn't work, I installed a lot of package files, different >> >> versions, including martian version, but didn't work (I don't know >> >> what file should I use), if you could help-me or send-me tutorials for >> >> begginers how to install and compile, I'm very confuse with >> >> "linmodems". >> >> I'm glad, sorry by the english vocabulary. I'm don't talk english very >> >> well, >> >> Thank you, >> >> Felipe. >> >> >> >> _________________________________________________________________ >> >> Lauren found her dream laptop. Find the PC that’s right for you. >> >> http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 >> > >> > _________________________________________________________________ >> > Insert movie times and more without leaving Hotmail®. >> > http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009 > > _________________________________________________________________ > Lauren found her dream laptop. Find the PC that’s right for you. > http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290