linux-activists mailing list

FromSubjectsort iconDate
Peter Gober
raw disk device
Running Linux on an IBM PC, what could more interesting than being able to read/write MS-DOS diskettes directly? Having not much knowledge about UNIX devices I tried to port "mtools", a PD collection of MS-DOS read/write-tools for Unix. It compiled well, but didn't work, obviously, because it requires a raw disk device instead of a block disk device. A driver for this seems to be missing from the Linux kernel. I am not able to write this driver, but would be very thankful if someone could tell me...
Jan 15, 2:48 pm 1992
drew
Re: Linux-0.12
-------- > Has linux bootstrapped (Ie the loading..... mesage finished)? > > Do you get hex numbres too - or a single character? > > > No, that's the problem... It starts to say "Loading..." but only gets to "Loa" when it freezes. At first I thought it was a bad download but I went and downloaded the file again, compared the file size to the original but it still won't work. So basically I get a single graphics charact...
Jan 15, 7:24 pm 1992
Tad Hunt
Re: Linux-0.12
No, that's the problem... It starts to say "Loading..." but only gets to "Loa" when it freezes. At first I thought it was a bad download but I went and downloaded the file again, compared the file size to the original but it still won't work. So basically I get a single graphics character (same one every time) and "Loa" and that's it.
Jan 15, 7:17 pm 1992
Jon Tombs
Linux install
Maybe not :-). I've just got round to installing linux on my hard disk, after being suitably impressed with the 0.11 bootable images. I've today ordered a second disk so until that arrives I'm sorry that I won't be doing any programing. A couple of points: In the INSTALL documents it asks you to (in a for loop): cp -r /dev /user Not surprisingly this hangs as cp trys to read the devices and doesn't cp special devices (well it didn't for me!). Can I suggest the documentation changes to: ...
Jan 15, 7:15 pm 1992
Tad Hunt
Linux-0.12
I'm having a problem booting the new Linux 0.12 bootimage disk. I downloaded it, uncompressed and wrote it to a 1.44MB disk with RaWrite. Unfortunately, when I boot, I get this: (some IBM graphics character) Loa And the system halts. I don't know what's wrong since Linux-0.11 worked fine. Does this have something to do with the graphics card detection? I have an ET4000-based SVGA card, if that matters. Any suggestions?
Jan 15, 6:59 pm 1992
drew
Re: Adaptec SCSI driver work underway?
Greetings, Does anyone know of any current work underway on a Linux SCSI driver for the Adaptec 154x series? I'd really be interested in Linux but all I have available to me is a SCSI drive ( have to cross-develop and experiment on the same disk, not good.. ). I'm also not really clear on what type of setup was needed under Minix(?) to do cross development for Linux if I under took working on this myself. Thanks! Steve -- ...
Jan 15, 6:57 pm 1992
Steve McCoole
Adaptec SCSI driver work underway?
Greetings, Does anyone know of any current work underway on a Linux SCSI driver for the Adaptec 154x series? I'd really be interested in Linux but all I have available to me is a SCSI drive ( have to cross-develop and experiment on the same disk, not good.. ). I'm also not really clear on what type of setup was needed under Minix(?) to do cross development for Linux if I under took working on this myself. Thanks! Steve -- Steve McCoole | smm@acd4.acd.com / uunet!acd4!s...
Jan 15, 4:37 pm 1992
Linus Benedict Torvalds
policy for accepting patches to 0.12
Ok, I forgot to mention this in my last post, but I'm afraid I'll have to warn all of you that want to implement a new feature: I will not accept big non-localized patches to 0.12. This doesn't mean you cannot implement something neat, but it does mean that it probably won't be in 0.13 unless it's so neat I cannot live without it. There are good reasons for this: I'll have to do some studuing that I missed the last semester due to working on linux, and the courses start tomorrow. That was one of...
Jan 15, 4:09 pm 1992
Peter MacDonald
console problems
There are a few small anoyances in the console patches for VC. All in all, .12 is an amazing leap over .11. First, to the termcap, you should add to your termcap entry, :rs=\Ec: This defines the reset string. Otherwise, window sizes etc hang around. It seems some systems define \E> instead of \Ec, but this according to DEC (who created vt100) is to reset to application keypad. So console uses \Ec. Argg. Second, autodectection correctly identifies my ATI card, but only supports...
Jan 15, 3:43 pm 1992
Theodore Ts'o
Re: raw disk device
From: Peter Gober <qed@cs.tu-berlin.de> Date: Wed, 15 Jan 92 19:48:32 MET Having not much knowledge about UNIX devices I tried to port "mtools", a PD collection of MS-DOS read/write-tools for Unix. It compiled well, but didn't work, obviously, because it requires a raw disk device instead of a block disk device. A driver for this seems to be missing from the Linux kernel. No, you can just use the block disk device. It's already been ported to Linux, however. (although it...
Jan 15, 2:58 pm 1992
Linus Benedict Torvalds
the rest of the linux-0.12 distribution
Ok, I have uploaded the rest of the linux distribution to nic.funet.fi. They aren't visible yet, but I guess they'll show up tomorrow or so. The new files are: - fileutil.tar.Z, which contains most of the GNU fileutils. It's not the latest release, so if you want that, you'll have to compile it for linux. No source changes, but a lot of -DSTPCPY_MISSING etc in the makefiles. - hd.c. I have gotten one problem report already about hd-handling in 0.12. This is a correction to ker...
Jan 15, 1:49 pm 1992
John T Kohl
Re: linux sockets and stuff
I've said this on the list before, and I'll say it again now. I am NOT working on BSD networking. I _WAS_ doing some work to port various utilities that come on the BSD networking _release_. John
Jan 15, 12:47 pm 1992
Nicolas CAILLAUD
Linux & Mgr
Hi * Has someone tried porting MGR to LINUX ? Is it much faster than with Minix ? Thank you all Nicolas
Jan 15, 11:29 am 1992
IJW11
No subject found in mail header
I'm interested in a UK keyboard too. The American one is infuriating. I've just repaired my machine (faulty RAM) so I have enough memory to compile, so I can probably do one within two days or so. Ian Wells.
Jan 15, 10:56 am 1992
Simon Marlow
UK keyboards
Unless I'm wrong, LINUX only have support for Finish and US keyboards, so can somebody give me some pointers as to how to add UK keyboard support to LINUX? Also, am I the first UK 'customer'? Thanks, Simon.
Jan 15, 5:53 am 1992
drew
Re: SCSI question
Greetings, Being a novice at fun stuff like kernel development and device driver design, I'd like to know under what circumstances I'd need a SCSI driver. I have a 20Meg floptical disk drive that MS/DOS thinks is just another drive. No device drivers are needed, etc... It is, however, a SCSI device. Does this mean that I'll need a driver for it under Linux? Yes. Most definately. The current SCSI situation is that I'm working on a multi-tiered dri...
Jan 15, 4:18 am 1992
Robert Blum
0.12 available on tupac-amaru.informatik.rwth-aachen.de
As the subject says, the new boot/rootimages are installed on tupac-amaru. The library stuff will follow as soon as it appears on nic.funet.fi BTW: This means amaru is up and running again.... C U l8r Robert Blum
Jan 15, 3:55 am 1992
Morgan Schweers
SCSI question
Greetings, Being a novice at fun stuff like kernel development and device driver design, I'd like to know under what circumstances I'd need a SCSI driver. I have a 20Meg floptical disk drive that MS/DOS thinks is just another drive. No device drivers are needed, etc... It is, however, a SCSI device. Does this mean that I'll need a driver for it under Linux? Does anyone have any good kernel and driver design books that they can refer me to? ...
Jan 15, 2:03 am 1992
Theodore Ts'o
Re: linux-0.12 is available
Linux 0.12 is available from TSX-11.MIT.EDU. For most U.S. sites, it will be much faster if you grab the distribution from TSX-11 than from nic.funet.fi. I will grab the 0.12 libc.a sources and include file, and any other ancilliary files as soon as they become available on nic.funet.fi. - Ted
Jan 15, 1:22 am 1992
Networking Research
Re: IDE drives and Linux
Well, I think you must mean the Quantum 210, since they don't (to my knowledge, and I know the quantum line pretty well) make a 240 meg drive. I've got a Quantum (Plus Impulse) 210AT, and while I haven't tested Linux on it, Mach likes it quite a bit. The geometry of the drive is 873 cyls, 13 heads, 36 secs/track. Maybe this will help people who know more about what Linux likes and doesn't like answer your question. I haven't, to be honest, brought Linux up yet myself, but I intend to use a Qua...
Jan 14, 9:22 pm 1992
Derek Lieber
thinking about graphics programming
With all this talk about X servers and such, I was thinking about writing some graphics programs which would be able to do their work outside the kernel, by accessing video memory directly. Does linux let one establish a mapping between a region of a process's virtual address space and a region of physical memory (I'm thinking of something like the shmxxx" family of system calls for dealing with shared memory)? Derek Lieber derek@watson.ibm.com
Jan 14, 8:36 pm 1992
Linus Benedict Torvalds
linux-0.12 is available
Ok, the subject says it all. The kernel source and the disk-images are available on nic.funet.fi, and I'm assuming they will migrate to other places in a couple of days. There is a RELNOTES-0.12, but installation is similar to 0.11, so the installinfo in relnotes is pretty minimal. Note that even users of 0.11 should boot up from floppy first and copy all the binaries to their proper places on the harddisk partition: fsck, ls etc have changed with symlinks, and bash (/bin/sh) due to job control. ...
Jan 14, 8:13 pm 1992
Mail Delivery Subsystem
Returned mail: User unknown
----- Transcript of session follows ----- 550 linux-activists.niksula.hut.fi... User unknown ----- Unsent message follows ----- Received: by peabody.iusb.indiana.edu (15.11/9.5teg) id AA28307; Tue, 14 Jan 92 18:19:14 est Date: Tue, 14 Jan 92 18:19:14 est -0500 From: Teresa Selling <tselling> To: linux-activists.niksula.hut.fi Subject: IDE drives and Linux I am planning to purchase a new hard drive to replace my cramped 80 meg. I am considering a Quantum 240 meg and would ...
Jan 14, 9:19 pm 1992
previous daytodaynext day
January 14, 1992January 15, 1992January 16, 1992