-------------------------------------------------------------
the solution is at the end of this post (not in the replies)
-------------------------------------------------------------
Hello there!
First: I am using Slackware 13.37 64bits.
Second: perhaps my english is bad.. sorry!
Yesterday I upgraded my slackware (with slackpgk upgrade-all) (i think it was my first upgrade with the 13.37), everything upgrade ok, I think... also, when the upgrade finished, i tried to install google chrome, but i couldn't[*]
Suddenly, everything started to fail.. I couldn't execute anything (telling me that the command was not found) and KDE went crazy.., so I changed to another terminal and logged in as root, everything was ok, i could execute everything, so i tried to log in as my user and I couldn't.. with an strange error: "couldn't change to directory "/home/my_user". With the root user i checked that folder /home/myuser was there and with right permissions, and all was OK.. except because i couldn't log in with my user!, so, i rebooted and everything went back to normal, i could use my user, execute programs, etc.
as it was too late, i shuted down the computer and went to sleep...
But today... i realized i have no more internet connection! (now I am using windows..)
I am using an ADSL Huawei startax mt810 modem, it's old, but i don't understand what happened!
I know you might not have any clue, but... do you guys have any idea?
Bytes!
[*] about why i couldn't install google chrome... well, as i said it was late and i was a bit tired, but i needed the chrome! but the source code was too heavy to download, so I tried to download the slackware package that google recomends:
http://code.google.com/p/chromium/wi...romiumPackages
it is for slackware 32bits, but as i installed the multilibs some time ago, i thought it could work... well, it didn't, i had some missing [32bits] libraries, so I uninstalled the google-chrome package... then i thought of downloading the debian-64bits-package frome the oficial google page and convert it with "alien -t", i tried it but alien FAILED..., so in my fight against google chrome, I tried to install the debian package by my self.. it isn't hard.. it's just a tar and 7z compresed files.. so, somehow, I installed the google chrome, but, it didn't work either... i had some missing libraries [do'h]...
-----------------------------------------------
here is the solution!
-----------------------------------------------
the solution
the files /etc/ppp/pap-secrets and /etc/ppp/chap-secrets where empty (only comments) and in those files there must be the username and password, so I wrote there in both files
Quote:
|
"username@host" * "password"
|
(yes, with quotes, and yes.. replace with your user and your pass)
but i don't understand what happened, this is how the problem started (in few lines)
I have an slackware 13.37 64bits and i run slackpkg update and slackpgk upgrade-all.
at the same time, i was trying to install google chrome.
suddenly the machine went crazy, and after reboot everything was normal, but my adsl usb modem huawei smartax mt810 didn't connected (so i didn't have internet).
when i run pppoe-start (to connect to the internet), the modem tried to connect but after some secconds i received a timeout.. (if the message had been "wrong pass" or something like that...)
so, here is how i came to the solution:
after markush advices about multilibs and the slackpkg upgrade, i reinstalled the multilibs (anyway, the modem doesn't need them). as it didn't resolved the problem, i tried to reinstall the modem drivers and see if everything was ok, i reinstalled libatm and br2684ctl, but i didn't touched ppp or it's config. However, it didn't helped, ultil i read this tutorial (in spanish)
http://www.ubuntu-es.org/?q=node/45097&page=2
where it suggests you to see the files
/etc/ppp/pap-secrets
/etc/ppp/chap-secrets
and see that the user-pass were there... but my files didn't have anything but comments!.. so i wrote there the user and pass as described above
thanks markush!