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 - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-03-2006, 03:51 PM   #46
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244

Quote:
Originally Posted by LonelyTraveler
When running apt-get install madwifi-source=0.svnr1644.0.9.0-1bpo1 the it tells me there is a unmet dependency. Ive tried to download the version it want but can't find it.

C
Code:
onrad:/home/conradtheart# apt-get install madwifi-source=0.svnr1644.0.9.0-1bpo1
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  madwifi-source: Depends: debhelper (>= 5.0.0) but 4.2.32 is to be installed
E: Broken packages
Ok use apt-cache policy debhelper then the version number you see for anything 5.0.0 or higher use with the apt-get install debhelper=1.2.5-56 you can put both packages on the command line to have them install at the same time.
Quote:
Your link to download this gives me the following:
Code:
Conrad:/home/conradtheart# wget http://user.eastlink.ca/~stephencormier/madwifi-modules-2.6.16-2-686_0.svnr1644.0.9.0-1bpo1_i386.deb
--16:02:14--  http://user.eastlink.ca/%7Estephencormier/madwifi-modules-2.6.16-2-686_0.svnr1644.0.9.0-1bpo1_i386.deb
           => `madwifi-modules-2.6.16-2-686_0.svnr1644.0.9.0-1bpo1_i386.deb'
Resolving user.eastlink.ca... failed: Host not found.
I did re-enable the backports.
Shit damn typo it should be users.eastlink..... not user.eastlink.....
 
Old 09-03-2006, 04:08 PM   #47
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Madwifi gave me this:

Code:
Conrad:/home/conradtheart# m-a a-i -i -t -f madwifi
Warning, /usr/src/linux-headers-2.6.16-2 seems to contain unconfigured
kernel source!
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  madwifi-source: Depends: debhelper (>= 5.0.0) but 4.2.32 is to be installed
E: Broken packages
Installation of the madwifi-source source failed.
Ignoring this package. Maybe you need to add something to sources.list,
maybe the contrib and non-free archives.

.
Updated infos about 1 packages
Is this the error you where talking about? What do I do from here?
 
Old 09-03-2006, 04:24 PM   #48
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
Madwifi gave me this:

Code:
Conrad:/home/conradtheart# m-a a-i -i -t -f madwifi
Warning, /usr/src/linux-headers-2.6.16-2 seems to contain unconfigured
kernel source!
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  madwifi-source: Depends: debhelper (>= 5.0.0) but 4.2.32 is to be installed
E: Broken packages
Installation of the madwifi-source source failed.
Ignoring this package. Maybe you need to add something to sources.list,
maybe the contrib and non-free archives.

.
Updated infos about 1 packages
Is this the error you where talking about? What do I do from here?

Nope that is telling you the debhelper is not at the version required use apt-get install debhelper=5.0.34bpo1 then try the m-a again, I just checked the notes I took during install and that is the version that was installed.
 
Old 09-03-2006, 04:29 PM   #49
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
This subject changed so I guess we going to have to post in the hardware thread again.
 
Old 09-23-2006, 12:57 PM   #50
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
I don't know if anyone is still subscribed to this thread, but I'm still getting that same "unconfigured kernel source" warning when I start module assistant. Can anyone please explain to me how to fix this as I want to use module-assistant to build a module for ALSA with my 2.6 kernel. Thanks.
 
Old 09-23-2006, 10:52 PM   #51
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
I don't know if anyone is still subscribed to this thread, but I'm still getting that same "unconfigured kernel source" warning when I start module assistant. Can anyone please explain to me how to fix this as I want to use module-assistant to build a module for ALSA with my 2.6 kernel. Thanks.
You still have the kernel headers for your running kernel and are they linked properly (m-a prepare)? BTW what module do you need to build?
 
Old 09-24-2006, 04:04 AM   #52
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Hey HappyTux. I did some digging and found out that that version of Module Assistant had bugs. So I upgraded it and now it works fine. I need to build a ALSA module. I have another thread on that located at http://www.linuxquestions.org/questi...46#post2435546
 
Old 09-27-2006, 05:47 PM   #53
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by HappyTux
You still have the kernel headers for your running kernel and are they linked properly (m-a prepare)? BTW what module do you need to build?
Hi again. If you don't mind, would you go to http://www.linuxquestions.org/questi...46#post2435546 and see if you can figure out something there? It sounds like you have a big Linux brain on you!
 
  


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
distro suggestion that supports nvidia geforce fx5200 snip128 Linux - Newbie 19 10-18-2006 01:58 PM
which x server to use with nvidia geforce fx5200 on debian new install? aerostarlegacy Linux - Hardware 4 07-25-2006 01:29 PM
Using S-Video output on nVidia GeForce FX5200 in FC5 Icy Linux - Hardware 2 06-04-2006 04:20 PM
mandrake 10.2LE nvidia geforce fx5200 krnl2.6.111-12mdk r0ssar00 Linux - Software 3 08-30-2005 02:54 PM
Nvidia GeForce FX5200 Xserver not starting pinkyponky Linux - Hardware 3 03-17-2005 05:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:22 PM.

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