you have .iso files and you want to make cd's out of them.
let's explore all the ways nero can help you with this task.
1. create an ISO disc - this is great, you get a cd with the iso file on it that's totally unusable! (except i guess for carrying the file around with you, which would be pretty fun, maybe)
2. create a bootable disc using the .iso as the image - this is super great, cuz when you try to boot up with it, it says "1.44 floppy emulation" on your screen, which is fun to look at. you can even try this several times using different options. you can make cd's that will say all sorts of different things when you try to use them... "no emulation" , "hard drive emulation" it just goes on and on! all of these messages are really cool to read. the really cool part is when you try to browse the cd's in windows, there's actually nothing on them - they're in Super-Spy Stealth Mode!!
then you can look around on the internet and find out that you have to click on 'burn image' in the file menu. this will hopefully make cd's that you can actually use! (update later)
why cant these fux0rs program in some little box to pop up and say "oh by the way this cd you are making will be totally useless, but go ahead, knock yourself out"
― ron (ron), Tuesday, 18 February 2003 06:29 (twenty-three years ago)
― ron (ron), Tuesday, 18 February 2003 06:31 (twenty-three years ago)
― [email protected], Tuesday, 18 February 2003 10:59 (twenty-three years ago)
"pretty talk about learnings. putted a little candy in chewding mouth too"
― zemko (bob), Tuesday, 18 February 2003 11:24 (twenty-three years ago)
― stevem (blueski), Tuesday, 18 February 2003 11:36 (twenty-three years ago)
― Andrew (enneff), Tuesday, 18 February 2003 12:38 (twenty-three years ago)
when you use any of the filters on an audio cd, it will get a buffer underrun unless you click the 'calculate audio filters on the fly' box. i wasted many cds before figuing that out. why not just automatically enable that when somebody has used the filters??
anyway, i made the cds and now i have a redhat installation dual booting with xp. and i was successful in making the nt bootloader see the linux boot info. next problem: linux isn't seeing either my modem or ethernet card. any ideas?? (i have no linux knowledge, i'm kind of flying blind in there)
― ron (ron), Tuesday, 18 February 2003 15:58 (twenty-three years ago)
― Tim (Tim), Tuesday, 18 February 2003 16:02 (twenty-three years ago)
is it an internal modem? linux probably won't like it if it is. they don't call them winmodems for nothing.
the dmesg command will show you what it's doing during bootup, it's in there that you can see it failing to find your modem and network card. what modem and network card do you have? have you looked them up in linux hardware compatability lists?
andy
― koogs (koogs), Tuesday, 18 February 2003 16:30 (twenty-three years ago)
― RJG (RJG), Tuesday, 18 February 2003 16:32 (twenty-three years ago)
― Tim (Tim), Tuesday, 18 February 2003 16:33 (twenty-three years ago)
― Ed (dali), Tuesday, 18 February 2003 16:38 (twenty-three years ago)
(the DOS COM1-COM4 ports are normally called /dev/ttyS0 - /dev/ttyS3)
The Ethernet card: you probably need to find out the chipset then load a kernel driver module. If it's a PCI card then the 'file' /proc/pci will hopefully have some useful information. If it's an old ISA card, then look in /proc/isapnp instead. The documentation for all the various drivers should be in /usr/src/linux/Documentation/networking. Each driver might be compiled into the kernel already, or might be available as a kernel module. If you think it's been compiled into the kernel, use 'dmesg' to look at the kernel boot messages and try to find errors. If it's been installed as a module, use '/sbin/insmod [module-name]' to load it. If you can't find the module (network drivers are usually stored in '/lib/modules/[kernel-version]/kernel/drivers/net', I think), you will probably need to reconfigure and rebuild your kernel.
(I know this is probably a mass of confusing, contradictory information, but I hope it's useful. Feel free to ask for clarification).
― caitlin (caitlin), Tuesday, 18 February 2003 16:44 (twenty-three years ago)
― chris sallis, Tuesday, 18 February 2003 19:15 (twenty-three years ago)
― chris sallis, Tuesday, 18 February 2003 23:03 (twenty-three years ago)
― Tracer Hand (tracerhand), Tuesday, 18 February 2003 23:51 (twenty-three years ago)
i'm looking at a few websites for info as well, and i found some documentation on the ethernet drivers disk. there are drivers on it for linux, and instructions for installing to redhat 5.x. i would assume redhat 8.0 would work very similarly (i hope!!) it said to download some files that aren't at the specified url anymore, but one of them is tulip, which as far as i can tell should be already included in this distribution.
btw chris i was burning the redhat disks
thx again andy and caitlin
quilting bees? :-)
― ron (ron), Wednesday, 19 February 2003 03:38 (twenty-three years ago)
i spent a while looking at the dmesg, trying to figure out where it was talking about the ethernet card. i couldn't really identify it :(
i'm gonna post it even though its long and maybe someone has some ideas.
i had no luck so far with any of the things i was supposed to try
[ron@localhost ron]$ dmesgLinux version 2.4.18-14 ([email protected]) (gcc version 3.220020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009e800 (usable) BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001fffc000 (usable) BIOS-e820: 000000001fffc000 - 000000001ffff000 (ACPI data) BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)0MB HIGHMEM available.511MB LOWMEM available.On node 0 totalpages: 131068zone(0): 4096 pages.zone(1): 126972 pages.zone(2): 0 pages.Kernel command line: auto BOOT_IMAGE=linux ro BOOT_FILE=/boot/vmlinuz-2.4.18-14hdc=ide-scsi root=LABEL=/ide_setup: hdc=ide-scsiInitializing CPU#0Detected 1816.142 MHz processor.Speakup v-1.00 CVS: Tue Jun 11 14:22:53 EDT 2002 : initializedConsole: colour VGA+ 80x25Calibrating delay loop... 3609.95 BogoMIPSMemory: 511452k/524272k available (1326k kernel code, 10252k reserved, 999k data, 212k init, 0k highmem)Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)Inode cache hash table entries: 32768 (order: 6, 262144 bytes)Mount cache hash table entries: 8192 (order: 4, 65536 bytes)ramfs: mounted with options: ramfs: max_pages=64203 max_file_pages=0 max_inodes=0 max_dentries=64203Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)Page-cache hash table entries: 131072 (order: 7, 524288 bytes)CPU: Before vendor init, caps: 3febfbff 00000000 00000000, vendor = 0CPU: L1 I cache: 0K, L1 D cache: 8KCPU: L2 cache: 256KCPU: After vendor init, caps: 3febfbff 00000000 00000000 00000000Intel machine check architecture supported.Intel machine check reporting enabled on CPU#0.CPU: After generic, caps: 3febfbff 00000000 00000000 00000000CPU: Common caps: 3febfbff 00000000 00000000 00000000CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz stepping 02Enabling fast FPU save and restore... done.Enabling unmasked SIMD FPU exception support... done.Checking 'hlt' instruction... OK.POSIX conformance testing by UNIFIXmtrr: v1.40 (20010327) Richard Gooch ([email protected])mtrr: detected mtrr type: IntelPCI: PCI BIOS revision 2.10 entry at 0xf11f0, last bus=2PCI: Using configuration type 1PCI: Probing PCI hardwareUnknown bridge resource 0: assuming transparentPCI: Using IRQ router PIIX [8086/2440] at 00:1f.0PCI: Found IRQ 3 for device 02:0b.0PCI: Sharing IRQ 3 with 00:1f.4isapnp: Scanning for PnP cards...isapnp: No Plug & Play device foundspeakup: initialized device: /dev/synth, node (MAJOR 10, MINOR 25)Linux NET4.0 for Linux 2.4Based upon Swansea University Computer Society NET3.039Initializing RT netlink socketapm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)Starting kswapdVFS: Diskquotas version dquot_6.5.0 initializedpty: 2048 Unix98 ptys configuredSerial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabledReal Time Clock Driver v1.10eoprofile: can't get RTC I/O Portsblock: 992 slots per queue, batch=248Uniform Multi-Platform E-IDE driver Revision: 6.31ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xxPIIX4: IDE controller on PCI bus 00 dev f9PIIX4: chipset revision 18PIIX4: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x9800-0x9807, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0x9808-0x980f, BIOS settings: hdc:DMA, hdd:pioPDC20262: IDE controller on PCI bus 02 dev 68PCI: Found IRQ 9 for device 02:0d.0PDC20262: chipset revision 1PDC20262: not 100% native mode: will probe irqs laterPDC20262: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode. ide2: BM-DMA at 0xa800-0xa807, BIOS settings: hde:pio, hdf:pio ide3: BM-DMA at 0xa808-0xa80f, BIOS settings: hdg:pio, hdh:piohda: ST380021A, ATA DISK drivehdc: LITE-ON LTR-24102B, ATAPI CD/DVD-ROM drivehde: ST380021A, ATA DISK drivehdg: MATSHITADVD-ROM SR-8584A, ATAPI CD/DVD-ROM driveide0 at 0x1f0-0x1f7,0x3f6 on irq 14ide1 at 0x170-0x177,0x376 on irq 15ide2 at 0xd000-0xd007,0xb802 on irq 9ide3 at 0xb400-0xb407,0xb002 on irq 9blk: queue c03c0004, I/O limit 4095Mb (mask 0xffffffff)blk: queue c03c0004, I/O limit 4095Mb (mask 0xffffffff)hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=9729/255/63, UDMA(100)blk: queue c03c068c, I/O limit 4095Mb (mask 0xffffffff)blk: queue c03c068c, I/O limit 4095Mb (mask 0xffffffff)hde: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=155061/16/63, UDMA(66)ide-floppy driver 0.99.newidePartition check: hda: hda1 hda2 < hda5 hda6 hda7 hda8 > hde: [PTBL] [9729/255/63] hde1 < hde5 hde6 >Floppy drive(s): fd0 is 1.44MFDC 0 is a post-1991 82077NET4: Frame Diverter 0.46RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksizeide-floppy driver 0.99.newidemd: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27md: Autodetecting RAID arrays.md: autorun ...md: ... autorun DONE.NET4: Linux TCP/IP 1.0 for NET4.0IP Protocols: ICMP, UDP, TCP, IGMPIP: routing cache hash table of 4096 buckets, 32KbytesTCP: Hash tables configured (established 32768 bind 65536)Linux IP multicast router 0.06 plus PIM-SMNET4: Unix domain sockets 1.0/SMP for Linux NET4.0.RAMDISK: Compressed image found at block 0Freeing initrd memory: 127k freedVFS: Mounted root (ext2 filesystem).Journalled Block Device driver loadedkjournald starting. Commit interval 5 secondsEXT3-fs: mounted filesystem with ordered data mode.Freeing unused kernel memory: 212k freedusb.c: registered new driver usbdevfsusb.c: registered new driver hubusb-uhci.c: $Revision: 1.275 $ time 13:44:31 Sep 4 2002usb-uhci.c: High bandwidth mode enabledPCI: Found IRQ 5 for device 00:1f.2PCI: Setting latency timer of device 00:1f.2 to 64usb-uhci.c: USB UHCI at I/O 0x9400, IRQ 5usb-uhci.c: Detected 2 portsusb.c: new USB bus registered, assigned bus number 1hub.c: USB hub foundhub.c: 2 ports detectedPCI: Found IRQ 3 for device 00:1f.4PCI: Sharing IRQ 3 with 02:0b.0PCI: Setting latency timer of device 00:1f.4 to 64usb-uhci.c: USB UHCI at I/O 0x9000, IRQ 3usb-uhci.c: Detected 2 portsusb.c: new USB bus registered, assigned bus number 2hub.c: USB hub foundhub.c: 2 ports detectedusb-uhci.c: v1.275:USB Universal Host Controller Interface driverusb.c: registered new driver hiddevusb.c: registered new driver hidhid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik hid-core.c: USB HID support driversmice: PS/2 mouse device common for all micehub.c: USB new device connect on bus1/1, assigned device number 2usb.c: USB device 2 (vend/prod 0x56a/0x41) is not claimed by any active driver.EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,7), internal journalAdding Swap: 1044184k swap-space (priority -1)usb.c: registered new driver wacominput0: Wacom Intuos2 4x5 on usb1:2.0wacom.c: v1.21.3 Vojtech Pavlik wacom.c: USB Wacom Graphire and Wacom Intuos tablet driverkjournald starting. Commit interval 5 secondsEXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,6), internal journalEXT3-fs: mounted filesystem with ordered data mode.hdg: ATAPI 32X DVD-ROM drive, 512kB CacheUniform CD-ROM driver Revision: 3.12SCSI subsystem driver Revision: 1.00scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: LITE-ON Model: LTR-24102B Rev: 5S54 Type: CD-ROM ANSI SCSI revision: 02IA-32 Microcode Update Driver: v1.11 microcode: CPU0 no microcode found! (sig=f12, pflags=4)ohci1394: pci_module_init failedip_tables: (C) 2000-2002 Netfilter core teamIntel 810 + AC97 Audio, version 0.22, 13:45:06 Sep 4 2002PCI: Found IRQ 10 for device 00:1f.5PCI: Setting latency timer of device 00:1f.5 to 64i810: Intel ICH2 found at IO 0x8400 and 0x8800, IRQ 10i810_audio: Audio Controller supports 6 channels.i810_audio: Defaulting to base 2 channel mode.ac97_codec: AC97 Audio codec, id: 0x414c:0x4710 (ALC200/200P)i810_audio: AC'97 codec 0 supports AMAP, total channels = 2Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0sr0: scsi3-mmc drive: 20x/40x writer cd/rw xa/form2 cdda traycdrom: This disc doesn't have any tracks I recognize!ohci1394: pci_module_init failedfloppy1: obsolete eject ioctlfloppy1: please use floppycontrol --ejectcdrom: This disc doesn't have any tracks I recognize!floppy0: obsolete eject ioctlfloppy0: please use floppycontrol --ejectcdrom: open failed.floppy0: obsolete eject ioctlfloppy0: please use floppycontrol --eject[ron@localhost ron]$― ron (ron), Wednesday, 19 February 2003 04:46 (twenty-three years ago)
― ron (ron), Wednesday, 19 February 2003 04:46 (twenty-three years ago)
― ron (ron), Wednesday, 19 February 2003 04:49 (twenty-three years ago)
Templates are traced without the 1/4" seam allowance for traditional hand piecing and with the seam allowance included for the machine piecing approach.
When using a template, lines will be marked on to the wrong side of the fabric. The template is then removed and you will cut according to your chosen piecing method. For hand piecing you will be marking your SEWING lines on the fabric, and will cut 1/4" AWAY from these lines. For machine piecing your shapes will already include the seam allowance, and you will be marking your cutting lines. Cut directly on the lines drawn.
"Template-Free" cutting is done by trimming out your required shapes, with an exact 1/4" seam allowance included, using rotary cutting tools. In many cases strips of fabric will be cut, from selvage edge to selvage edge, at a determined width and then "crosscut" into rectangles, squares and triangles. Fold fabric in half, matching salvage edges, for easier cutting. With this approach, you will not need to cut a template for most shapes. Lines may then be added 1/4" IN from the cut edge for hand piecing.
Place two shapes with their right sides together. Pin through the corners of both pieces. Match the stitching lines and place additional pins through the middle as needed.
Begin sewing right at the first corner pin. You will have a knot at the end of your thread, but it is also wise to take a backstitch after your first stitch for added strength. Sew across to the opposite corner and end with another backstitch and a knot . Add on all additional pieces in this manner.
Sew ON THE LINE at all times.
For easier piecing and pressing, DO NOT sew into the seam allowance.
― Tracer Hand (tracerhand), Wednesday, 19 February 2003 06:37 (twenty-three years ago)
― ron (ron), Wednesday, 19 February 2003 06:44 (twenty-three years ago)
― Tracer Hand (tracerhand), Wednesday, 19 February 2003 07:24 (twenty-three years ago)
I can't use Nero, therefore its shit.
To burn ISO's you need a recent version of Nero, otherwise you need Easy CD which is shit.
You insert a CD-R in the driveRun NeroSelect File->Burn imageBrowse to the image you want to burnClick openthen burn away
ISO files also don't have to be burnt, you can use Daemon-Tools to mount the image as a virtual CD-ROM
http://www.daemon-tools.com
ISO files are binary files containing the actual bits that make up a CD-ROM in its entirety if an image is of a bootable CD such as an ISO of a Windows 2000 CD then when you burn the ISO it will be bootable.
― Jarlr'mai (jarlrmai), Wednesday, 19 February 2003 12:19 (twenty-three years ago)
there's nothing in the dmesg log that i can't account for, unfortunately. maybe you have to create the eth0 device yourself.
oh, on the redhat box at work i get a lineBringing up interface eth0 [OK]during the boot messages. but only when it changes to runlevel 3. and this is despite the network card not actually being connected to anything. i don't have a /dev/eth0 either if that's any consolation.
try /etc/init.d/network status and /etc/init.d/network start
use 'runlevel' to see the current runlevel and if it's not 3 then try 'init 3'
failing all that:caitlin to thread 8)
― koogs (koogs), Wednesday, 19 February 2003 13:35 (twenty-three years ago)
(a quick look at a RH8.0 box here shows it in /lib/modules/2.4.18-14/kernel/drivers/net/tulip/tulip.o)
The Net4 stuff in the boot messages does just relate to the generic networking and TCP/IP stack stuff. The 'Bringing up interface eth0 [ok]' message relates to binding an IP address, routing information etc to the ethernet interface.
If you think your card uses the tulip driver, try running '/sbin/insmod tulip' and see if anything happens. If it works, then '/sbin/lsmod' should show the module name somewhere in the left-hand column. Once you've found the right driver, put a line 'alias eth0 tulip' in the /etc/modules.conf file.
RH8 comes with a graphical tool, 'redhat-config-network', which should help you set up your IP address and so on, but it doesn't seem to help with setting up the driver to start with.
― caitlin (caitlin), Wednesday, 19 February 2003 14:00 (twenty-three years ago)
driver disk sez:Step 1 : Get the source code from the following site;
FTP://cesdis.gsfc.nasa.gov/pub/linux/drivers/kern-2.3/tulip.c FTP://cesdis.gsfc.nasa.gov/pub/linux/drivers/kern-2.3/kern_compat.h
Step 2 : Compile the source code by using "gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c tulip.c '[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`" Note: If you are having problems compiling the source code run:
tail tulip.c
from the directory that you downloaded the source code to. This will give you additional compiling examples.
C. Installation guide using Redhat 5.XX=======================================
Step 1 : Copy tulip.o into the latest kernel's modules: cp tulip.o /lib/modules/2.0.XX/net/tulip.o Where the XX is the version number of the latest kernel.
Step 2 : Update kernel's module dependencies: /sbin/depmod -a
Step 3 : Check /etc/conf.modules: alias eth0 tulip options tulip options=X debug=X
Step 4 : Valid media types selections for options=X are: 0 Auto-select (default to the 10baseT link) 1 10base2 2 AUI 3 100baseTx 4 10baseT-FD 5 100baseTx-FD 6 100baseT4 7 100baseFx 8 100baseFx-FD 9 MII 10baseT 10 MII 10baseT-FD 11 MII (autoselect) 12 10baseT (no autoselect), v0.69 and later only 13 MII 100baseTx 14 MII 100baseTx-FD 15 MII 100baseT4
Step 5 : Valid debug levels for debug=X are: 1 normal output 2 more verbose 3 even more verbose 4 even more verbose 6 insanely verbose
Step 6 : Reboot system: /sbin/shutdown -r now
Step 7 : when system boots, the driver will be load.
Step 8 : run netconfig to setup TCP/IP (run 'ifconfig' or 'netstat -i' to see if there is a interface 'eth0')
thanks you guys :-)
― ron (ron), Wednesday, 19 February 2003 16:02 (twenty-three years ago)
If the driver won't load using insmod, you probably need to specify options to get it to load.
Incidentally, does '/sbin/ifconfig' give any output, apart from for the 'lo' device? And what's the output of '/sbin/lsmod' ?
― caitlin (caitlin), Wednesday, 19 February 2003 16:19 (twenty-three years ago)
[ron@localhost ron]$ /sbin/lsmodModule Size Used by Not taintednls_iso8859-1 3516 1 (autoclean)nls_cp437 5116 1 (autoclean)vfat 13084 1 (autoclean)fat 38712 0 (autoclean) [vfat]sr_mod 18136 0 (autoclean)i810_audio 25224 0 (autoclean)ac97_codec 13384 0 (autoclean) [i810_audio]soundcore 6532 2 (autoclean) [i810_audio]binfmt_misc 7524 1autofs 13348 0 (autoclean) (unused)ipt_REJECT 3736 2 (autoclean)iptable_filter 2412 1 (autoclean)ip_tables 14936 2 [ipt_REJECT iptable_filter]microcode 4668 0 (autoclean)ide-scsi 10512 0scsi_mod 107176 2 [sr_mod ide-scsi]ide-cd 33608 0cdrom 33696 0 [sr_mod ide-cd]wacom 7988 0 (unused)mousedev 5524 1keybdev 2976 0 (unused)hid 22244 0 (unused)input 5888 0 [wacom mousedev keybdev hid]usb-uhci 26188 0 (unused)usbcore 77024 1 [wacom hid usb-uhci]ext3 70368 2jbd 52212 2 [ext3][ron@localhost ron]$
when i try to /sbin/insmod tulip, it says 'using blah blah/net/tulip.o' and then something about create (?) module - not allowed
does this have anything to do with this root business? do i have to log on under some other credentials or something? i'll have a look around on that issue.
btw don't feel obliged to continue coaching me, but i do appreciate yr helps!!
― ron (ron), Thursday, 20 February 2003 03:43 (twenty-three years ago)
now i will figure out how to setup the actual network connection
also figured out about logging on as root user (i am dum)
― ron (ron), Thursday, 20 February 2003 04:18 (twenty-three years ago)
― Jen (nstop), Thursday, 20 February 2003 04:21 (twenty-three years ago)
what is the security problem? do you mean if i were on the net while logged in as root? i've yet to get to the web :`(
i have made a little more progress. i installed a pppoe client, and entered my info. and the network settings are showing the correct IP address of my dsl modem :-)
now, when i try to start the adsl connection, it times out and i don't yet know why...
― ron (ron), Thursday, 20 February 2003 05:14 (twenty-three years ago)
and even though it says the dsl is connected, i can't browse any web yet. i'm going to assume that this localhost issue is fucking that up
― ron (ron), Thursday, 20 February 2003 06:33 (twenty-three years ago)
thanks everyone for your help, esp caitlin
― ron (ron), Thursday, 20 February 2003 06:45 (twenty-three years ago)
You shouldn't do normal everyday stuff as root, mostly because much more can go wrong if you make a mistake. As you spotted, though, you need to be root for some stuff, such as loading device drivers, installing new software, and so on.
― caitlin (caitlin), Thursday, 20 February 2003 10:13 (twenty-three years ago)
also problems with the monitor (samsung mp170) - sometimes it says 'cannot start xserver' and goes into a setup routine which forces me to bump down the resolution/ color settings a bit, then it works. btw, is there a way to run dual monitors? maybe what i really need is better drivers for the display adapter. while it seems to be recognized correctly, the drivers it's using for the video card aren't anywhere close to what i've got in XP
fun fun fun
― ron (ron), Thursday, 20 February 2003 15:53 (twenty-three years ago)
― ron (ron), Thursday, 20 February 2003 16:35 (twenty-three years ago)
I've never enjoyed setting up graphics drivers and monitors. You can in theory do multiheading, but I've never tried, and I'm not sure if Red Hat supports it very well. I've managed to get a Wacom tablet to work on my home machine; it involved hand-editing the X configuration file.
What error messages do you get when X fails to start?
― caitlin (caitlin), Thursday, 20 February 2003 17:00 (twenty-three years ago)
― Jen (nstop), Thursday, 20 February 2003 18:36 (twenty-three years ago)
― N. (nickdastoor), Thursday, 20 February 2003 23:32 (twenty-three years ago)
;-) it's fun as a project, i'm only doing it to learn. i'm sure if i were a programmer it would be a whole other deal
― ron (ron), Friday, 21 February 2003 03:46 (twenty-three years ago)
should i run those updates as well? is there any reason why i shouldn't??
― ron (ron), Friday, 21 February 2003 05:32 (twenty-three years ago)
As far as I can remember, there haven't been any *serious* kernel updates for RH8 - ie, things to fix bugs that let people from Outside break into your computer. There have been ones to prevent people using your computer from becoming root without knowing the password, which are quite serious. There's also been a few device driver updates.
― caitlin (caitlin), Friday, 21 February 2003 10:31 (twenty-three years ago)
i wouldn't care except that in one step of the wacom install, it says something like 'driver configured for 2.4.18-24-8.0, kernel shown as 2.4.18-14, kernel mismatch error' (not verbatim). i went to kernel.org and started downloading 2.4.20, but dsl went out then so i'll have to try later. i would like to get a copy of the kernel in question.
i thought that the update program would install the new kernel itself. do i have to go through the whole process of manually building the kernel? is that the right terminology? i am definitely going to get a linux book this weekend.
― ron (ron), Friday, 21 February 2003 15:51 (twenty-three years ago)
ooh, here seems to explain the lilo update problem. looks like there may be enough info for you to fix it too:http://www.redhat.com/support/resources/howto/kernel-upgrade/
― koogs (koogs), Friday, 21 February 2003 16:14 (twenty-three years ago)
You shouldn't have to rebuild the kernel manually - the RPM should be OK as long as you update lilo properly. The 'test run of lilo failed' message probably means your lilo configuration needs to be fixed. Try running '/sbin/lilo -vt', which should tell you what the error is.
― caitlin (caitlin), Friday, 21 February 2003 16:47 (twenty-three years ago)
probably lots of people know these progs, just posting this in case somebody was looking for new mp3 software. (i had ripped a bunch of mp3's and later found that the ends were all chopped off - deepening my hatred of nero.)
― ron (ron), Sunday, 13 April 2003 03:13 (twenty-three years ago)