[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Size of a kernel module is different at build place and after installation



Hi,

Does the install software strip extra symbols from the driver?

$ ls -l /lib/modules/2.6.31/kernel/drivers/video/nvidia.ko
-rw-r--r-- 1 root root 9.2M 2009-09-13 03:59 /lib/modules/2.6.31/kernel/drivers/video/nvidia.ko

$ strip nvidia.ko

$ ls -l nvidia.ko
-rw-r--r-- 1 war users 7.9M 2009-09-22 10:45 nvidia.ko

Justin.

On Tue, 22 Sep 2009, Emanoil Kotsev wrote:

sobtwmxt wrote:

Emanoil Kotsev <deloptes <at> yahoo.com> writes:


are you using the same filesystem on both (i.e. ext3)?



It is ext3 on both.

then may be the disks are different type?

do on both machines as root

fdisk -l /dev/<disk>

i.e.

fdisk -l /dev/sda
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x23f12d67

  Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          17      136521   83  Linux
/dev/sda2              18        9729    78011640   83  Linux



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: