LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-17-2008, 08:14 AM   #1
Karimo
Member
 
Registered: Aug 2007
Location: Valencia
Distribution: slackware64-current
Posts: 67

Rep: Reputation: 15
Exclamation Skype working on 12.1 kernel but no in custum one


Hi everybody!
I've a very strange and annoying problem: I have two different kernels in my slackware box; the first one is the pre-compiled 2.6.24.7-smp and the other is a custom self-compiled 2.6.27 kernel.
When I use the static binary of skype happens that with the pre-compiled kernel the login process works simply fine, but with my compiled kernel came out an error claiming for incorrect password (of course I know that my password is correct) even if internet works perfectly.
Is there a special setting to put into kernel's configuration to make skype login working? I really don't know how to address this issue.
Thanks very much for attention,

Karimo
 
Old 10-17-2008, 01:29 PM   #2
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Off hand I'd say to check the kernel options in the networking section -you've probably left out something there which is needed.
 
Old 10-17-2008, 06:35 PM   #3
Karimo
Member
 
Registered: Aug 2007
Location: Valencia
Distribution: slackware64-current
Posts: 67

Original Poster
Rep: Reputation: 15
I've activated almost all related to networking and ieee80211 stack (I'm connecting through wifi) with no result.
What's happening????
 
Old 10-18-2008, 04:30 AM   #4
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Maybe something in the cryptography section, things like md5, sha1 sums (i.e. hash functions)?
 
Old 10-18-2008, 06:01 AM   #5
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Compare the config file of the kernel that works with the one you compiled (try 'diff') and check what you have changed / left out in your kernel.
 
Old 10-18-2008, 07:26 AM   #6
Karimo
Member
 
Registered: Aug 2007
Location: Valencia
Distribution: slackware64-current
Posts: 67

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by niels.horn View Post
Compare the config file of the kernel that works with the one you compiled (try 'diff') and check what you have changed / left out in your kernel.
It's a pre-compiled standard linux kernel (all the world is compiled in it xD)
 
Old 10-18-2008, 08:08 AM   #7
Karimo
Member
 
Registered: Aug 2007
Location: Valencia
Distribution: slackware64-current
Posts: 67

Original Poster
Rep: Reputation: 15
Incredible...I've compiled in the new kernel quite all of the crypt chipers and algorithms...NOTHING...
no way...
 
Old 10-18-2008, 09:34 AM   #8
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Quote:
Originally Posted by Karimo View Post
It's a pre-compiled standard linux kernel (all the world is compiled in it xD)
The pre-compiled kernels in Slackware come with config files - see the /boot directory.
 
Old 10-18-2008, 09:50 AM   #9
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
It's a pre-compiled standard linux kernel (all the world is compiled in it xD)
Sounds like you are running the huge kernel - this will have everything compiled in. Nevertheless you have removed something that is causing a problem. This will get you a copy of the running kernel

Code:
zcat /proc/config > ~/myconfig
You may then
Code:
 cp -v ~/myconfig   /$wherever-mysources-are/config
Obviously replacing $wherever-mysources-are with something meaningful. You could do this on the kernel that works for you and then try removing bits at a time and checking it still works. Long winded maybe but it's not easy to say just what is giving Skype problems.
 
Old 10-19-2008, 06:05 AM   #10
Karimo
Member
 
Registered: Aug 2007
Location: Valencia
Distribution: slackware64-current
Posts: 67

Original Poster
Rep: Reputation: 15
I've configured the nwtworking/crypt parts of the new kernel just like a working one with no result. I'm gonna sniff with wireshark what's happening...any other suggestion?
 
Old 10-19-2008, 06:59 AM   #11
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
In Skype forums I found this thread about mysterious login failures. They mention Slackware and Gentoo systems but the cause is unknown (and no reference to the new kernel). But they mention Skype attempting to connect to a possibly wrong IP (I can't image how that could be, but...). Here it is:

http://forum.skype.com/index.php?showtopic=222461
 
Old 12-10-2008, 12:18 PM   #12
deloptes
Member
 
Registered: Feb 2004
Location: AT
Distribution: debian etch and SUSE 10.2
Posts: 123

Rep: Reputation: 15
Quote:
Originally Posted by Ilgar View Post
In Skype forums I found this thread about mysterious login failures. They mention Slackware and Gentoo systems but the cause is unknown (and no reference to the new kernel). But they mention Skype attempting to connect to a possibly wrong IP (I can't image how that could be, but...). Here it is:

http://forum.skype.com/index.php?showtopic=222461
Not a wrong IP but somehow a broken login server or peer. This has to be tracked by people who does have the problem i.e. trying to login from different location (net) / tracking the network packet flow.

regards
 
Old 12-10-2008, 01:27 PM   #13
Alstare
Member
 
Registered: Jul 2003
Location: Ontario, Canada
Distribution: Slackware
Posts: 79

Rep: Reputation: 15
If it helps at all I am running the Slackbuild skype package fine on slack 12.2RC1 with the generic smp kernel.

And I also have it running fine on my 12.1 generic-smp kernel aswell with the same Slackbuild.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Microphone not working in Skype bkorb Linux - Hardware 4 03-27-2012 10:01 AM
skype is not working... Mr.mick-duck Mandriva 5 03-13-2008 03:20 PM
How to get skype working peterfc Linux - Desktop 3 08-30-2006 08:54 PM
Login problem on custum system Creep Linux - Software 0 05-07-2005 12:44 PM
custum slackware install (no floppy) dnial Slackware 1 03-02-2005 11:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration