Thank you for replying, jledhead. I sorted out the first three issues earlier today.
About the wireless:
I'm using a Sony VAIO VGN-N38Z. The network adapters are:
- LAN-Express AS IEEE 802.11g PCI-E adapter
- Marvell-Yukon 88E8036 PCI-E fast ethernet controller
Not sure which is the wireless. I have no idea how to configure anything to do with networking. I can gladly supply you with any additional information.
..........
And now more problems. I can't mount either my windows partition or my main data partition. Both give the following errors:
libhal-storage.c 1401 : info: called libhal_free_dbus_error but dbuserror was not set.
process 4317: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.
error: device /dev/sda1 is not removable
error: could not execute pmount
Here is the fdisk thing:
# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3826 30732313+ 7 HPFS/NTFS
/dev/sda2 3827 19457 125556007+ f W95 Ext'd (LBA)
/dev/sda5 3827 16868 104759833+ 7 HPFS/NTFS
/dev/sda6 16869 17912 8385898+ 83 Linux
/dev/sda7 17913 18173 2096451 82 Linux swap / Solaris
/dev/sda8 18174 19457 10313698+ 83 Linux
Note: sector size is 2048 (not 512)
Disk /dev/sdb: 1015 MB, 1015021568 bytes
32 heads, 61 sectors/track, 253 cylinders
Units = cylinders of 1952 * 2048 = 3997696 bytes
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 398636 983425 2283019262 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 116, 40) logical=(398635, 6, 23)
Partition 1 has different physical/logical endings:
phys=(357, 32, 45) logical=(983424, 30, 61)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 86419 1078237 3872056480 65 Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 115, 43) logical=(86418, 26, 1)
Partition 2 has different physical/logical endings:
phys=(367, 114, 50) logical=(1078236, 17, 53)
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 957932 1949749 3872056384 79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(366, 32, 33) logical=(957931, 2, 32)
Partition 3 has different physical/logical endings:
phys=(357, 32, 43) logical=(1949748, 25, 36)
Partition 3 does not end on cylinder boundary.
/dev/sdb4 ? 1478321 1478349 110998 d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 97, 50) logical=(1478320, 8, 25)
Partition 4 has different physical/logical endings:
phys=(0, 10, 0) logical=(1478348, 22, 13)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
... so I take it something is totally screwed.
