Find the answer to your Linux question:
Results 1 to 3 of 3
I recently installed Debian 3.1 with kernel version 2.4.27 and I'm trying to install the kernel sources for setting up my video drivers and wireless card. I don't currently have ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Location
    Aberdeen, Scotland
    Posts
    64

    Sarge Kernel Sources

    I recently installed Debian 3.1 with kernel version 2.4.27 and I'm trying to install the kernel sources for setting up my video drivers and wireless card. I don't currently have access to the internet from Debian.

    I downloaded the sources from here but when I try:

    Code:
    dpkg -i kernel-sources...
    It says that Verification of the package failed and it doesn't install.

    Can someone give me some pointers?

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    It would seem that the package you downloaded is the right, however you can try to re-download it, but this from here.

    Then the usual :
    Code:
    dpkg -i kernel-source-2.4.27_2.4.27-10sarge5_all.deb
    However, can't you configure the access to Internet first ? Which wireless card is that ? I very doubt it will work at all using a 2.4 Linux kernel.

    Perhaps the md5sum verification of the package you downloaded failed.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Location
    Aberdeen, Scotland
    Posts
    64
    Quote Originally Posted by antidrugue
    It would seem that the package you downloaded is the right, however you can try to re-download it, but this from here.

    Then the usual :
    Code:
    dpkg -i kernel-source-2.4.27_2.4.27-10sarge5_all.deb
    However, can't you configure the access to Internet first ? Which wireless card is that ? I very doubt it will work at all using a 2.4 Linux kernel.

    Perhaps the md5sum verification of the package you downloaded failed.
    It's a Belkin F5D7000uk which uses the RT2500 chipset so I need the kernel sources to compile the driver for it. (I don't have a long enough Ethernet cable to reach the router )

    Cheers for the reply,
    B

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •