**** BEGIN LOGGING AT Sat Jan 26 02:59:57 2008 Jan 26 05:11:53 hey all Jan 26 05:12:24 anyone around that I can ask a question of? Jan 26 05:16:12 sure Jan 26 05:16:47 it's probably pretty stupid, but I've tried the way I could already find on the Intertubes, so bear with me... Jan 26 05:17:12 ok Jan 26 05:17:26 I've installed Angstrom on a Pentium Pro-based Desktop, since it's pretty much the only modern distro I could find that would run on it Jan 26 05:18:05 I've installed three network cards, two of which I definitely have drivers for (they're the same,b ut I'm not sure about the drivers for the other one) Jan 26 05:19:11 they use the 3c59x.ko module Jan 26 05:19:47 my issue is that either they're not being recognized, or at least not being brought up at boot time, and I don't currently have access to a monitor for it Jan 26 05:19:55 aah Jan 26 05:20:02 I *do* have a modern Ubuntu Gutsy laptop and a USB-IDE adapter Jan 26 05:20:15 and a decent amount of know-how Jan 26 05:20:43 the link light is on the cards when they're plugged in, but nmap can't find them, and there's not data/act light Jan 26 05:21:11 I'm running both computers on a LAN - they're the only ones on it Jan 26 05:21:12 so, have you added some debugging to the init scripts? Jan 26 05:22:01 I'm not sure exactly what you're referring to - I'm okay with Linux, but still pretty new, and shell scripting is a bad area for me... Jan 26 05:22:15 ah Jan 26 05:22:28 I can't access the box at all except for SSH, which of course, doesn't work without the iface being up Jan 26 05:22:32 ok, well you know how to make a command output to a file, right? Jan 26 05:22:35 yep Jan 26 05:22:36 > Jan 26 05:23:05 are you familiar with what happens when the system boots, how scripts are run from /etc/init.d ? Jan 26 05:23:11 more or less Jan 26 05:23:11 jaem: Might also help to redirect dmesg to a file, see what it does Jan 26 05:23:21 ok thx - I hadn't thought of that Jan 26 05:23:43 you can also add other debugging as well to the inits scripts Jan 26 05:24:00 just carefully stick a command at the beginning or end Jan 26 05:24:09 ok... following so far Jan 26 05:24:18 lsmod > /root/lsmod.txt Jan 26 05:24:23 right Jan 26 05:24:24 to see what's loaded Jan 26 05:24:26 ok Jan 26 05:24:30 and dmesg like NAbyss said Jan 26 05:24:39 ifconfig > /root/ifconfig.txt Jan 26 05:24:42 just dmesg? no switches or anything? Jan 26 05:24:45 ok Jan 26 05:24:48 er, ifconfig -a, most likely Jan 26 05:24:52 yes Jan 26 05:24:53 jaem: correct Jan 26 05:25:08 which init script should I put this in Jan 26 05:26:00 this makes a lot of sense - I actually should have thought of this... but using Ubuntu can make one a bit soft sometimes; the things that "just work" don't give you the chance to learn as much Jan 26 05:26:04 lol Jan 26 05:26:18 it's true Jan 26 05:26:32 but I tinker enough that I often have to fix things Jan 26 05:26:33 having learned the hard way I can say it's really nice that things "just work" now though :) Jan 26 05:26:38 lol Jan 26 05:27:19 yeah - I took a look at Backtrack (Slackware-based), when I was virus-hunting last semester, and the package manager kind of scared me (no dep checking) Jan 26 05:27:51 so jaem you've written a /etc/network/interfaces file, right? Jan 26 05:27:55 I like things that are powerful, but they sometimes assume too much knowledge to be convenient Jan 26 05:27:56 yes Jan 26 05:28:16 I assumed they would be called ethX - is that still the case in Angstrom? Jan 26 05:28:24 Yes Jan 26 05:28:37 and would DHCP or static IPs be easier initially? Jan 26 05:28:45 Static Jan 26 05:28:47 ok Jan 26 05:29:05 and of course make sure that you have: Jan 26 05:29:07 auto eth0 Jan 26 05:29:09 in there Jan 26 05:29:10 yes Jan 26 05:29:23 what exactly does that do again? load it at boot? Jan 26 05:29:43 yes Jan 26 05:29:43 yep Jan 26 05:29:58 so I'll need address, netmask, gateway - anything else? Jan 26 05:30:20 That should do it, for now at least Jan 26 05:30:48 auto lo Jan 26 05:30:48 iface lo inet loopback Jan 26 05:30:48 auto eth0 Jan 26 05:30:48 iface eth0 inet static Jan 26 05:30:48 address 192.168.1.3 Jan 26 05:30:49 netmask 255.255.255.0 Jan 26 05:30:51 gateway 192.168.1.1 Jan 26 05:30:53 auto eth1 Jan 26 05:30:55 iface eth1 inet static Jan 26 05:30:57 address 192.168.1.4 Jan 26 05:30:59 netmask 255.255.255.0 Jan 26 05:31:01 gateway 192.168.1.1 Jan 26 05:31:03 auto eth2 Jan 26 05:31:05 iface eth2 inet static Jan 26 05:31:07 address 192.168.1.5 Jan 26 05:31:08 netmask 255.255.255.0 Jan 26 05:31:10 gateway 192.168.1.1 Jan 26 05:31:13 ? Jan 26 05:31:15 sorry! forgot how long it was.. Jan 26 05:31:15 looks fine Jan 26 05:31:17 * jaem is sheepish Jan 26 05:31:25 jaem, in terms of what script to add debugging to, look under /etc/rc5.d/ Jan 26 05:31:26 jaem: Only one IF should have the gateway Jan 26 05:32:23 scripts that begin with S are started in that runlevel (5) and they start in numerical order Jan 26 05:33:18 A script named /etc/rc5.d/S99logging should do the job Jan 26 05:34:41 just make sure that it's executable Jan 26 05:34:54 chmod +x S99logging Jan 26 05:38:54 jaem: do you have a null modem cable? if so, you could use a serial console to take a look at what's going wrong Jan 26 05:44:11 hello? Jan 26 05:44:17 hi Jan 26 05:44:19 ah Jan 26 05:44:25 good - my internet went out Jan 26 05:44:35 the residence network really stinks Jan 26 05:44:42 sorry about that Jan 26 05:44:58 where did I cut off? Jan 26 05:45:29 I last got "johnx: jaem, in terms of what script to add debugging to, look under /etc/rc5.d/" Jan 26 05:45:53 we didn't see anything from you after that Jan 26 05:46:06 ah Jan 26 05:46:15 I was saying that I wanted runlevel 2 for now Jan 26 05:46:27 just SSH and a console - I can go from there Jan 26 05:46:37 and that's all I need for now Jan 26 05:46:44 you know how to set runlevels then? Jan 26 05:46:48 jael: do you have a null modem cable? if so, you could use a serial console to take a look at what's going wrong Jan 26 05:47:59 no - I could go to the lab and make one, but even though they're open 24/7, I don't really like going out there at this time, and it would take a while Jan 26 05:48:05 I probably should sometime Jan 26 05:49:04 sorry... stupid network again Jan 26 05:50:10 no, I keep meaning to make a null modem cable, but I'd have to take a trip to the lab across campus, and I can't do that now Jan 26 05:51:41 hello? Jan 26 05:51:54 hello Jan 26 05:51:58 ah good Jan 26 05:52:04 gah - stupid network... Jan 26 05:52:24 sorry Jan 26 05:52:30 no problem Jan 26 05:52:38 jaem: any other geeks in the dorm that might have one? Jan 26 05:52:41 it always has "issues" Jan 26 05:52:46 none that I know of Jan 26 05:52:49 not here, anyways Jan 26 05:52:53 maybe /ping johnx would be easier than waiting for a response Jan 26 05:52:54 the one guy's at a LAN Jan 26 05:52:57 oh ok Jan 26 05:52:59 didn't know that Jan 26 05:53:09 neither did I til yesterday :) Jan 26 05:53:12 lol Jan 26 05:53:26 anyhow... which script should I put it in? Jan 26 05:53:43 any one you want or make your own Jan 26 05:54:00 !logs Jan 26 05:54:01 Channel logs for #angstrom are archived at: Jan 26 05:54:02 http://hentges.net/tmp/logs/irc/%23angstrom Jan 26 05:54:03 Live-logs are available at Jan 26 05:54:05 http://hentges.net/tmp/logs/irc/livelogs/%23angstrom.livelog Jan 26 05:54:07 See ?? help-logs for usage instructions Jan 26 05:54:22 might want to look at the couple msgs you missed Jan 26 05:54:27 ok thx Jan 26 05:54:31 sure Jan 26 05:54:38 I've started up WireShark - overkill, but hey... Jan 26 05:54:39 lol Jan 26 05:56:31 I don't see anything I missed... Jan 26 05:56:47 nvm Jan 26 05:59:12 ok - I've got the script set up... Jan 26 05:59:20 am I good to install the HDD and boot? Jan 26 05:59:37 I don't see why not Jan 26 05:59:52 out of curiosity what kind of bootloader did you setup for it? Jan 26 05:59:57 grub Jan 26 06:00:00 what I'm used to Jan 26 06:00:09 makes sense Jan 26 06:00:19 I put id:2:initdefault: Jan 26 06:00:19 in /etc/inittab - is that right? Jan 26 06:00:25 for runlevel 2? Jan 26 06:00:29 yes Jan 26 06:00:32 ok Jan 26 06:00:46 brb Jan 26 06:00:52 k Jan 26 06:02:01 ...installed... Jan 26 06:02:35 and booting... Jan 26 06:02:43 brb Jan 26 06:05:01 * johnx goes afk, will be back later Jan 26 06:05:16 just had to swap cables Jan 26 06:05:27 it has (presumably) booted Jan 26 06:10:26 I'm just going to check the logs now Jan 26 06:12:30 made a stupid mistake - I'll have to do it over Jan 26 06:55:55 johnx: are you still around? Jan 26 08:02:37 hey again... Jan 26 08:04:37 is anyone that I was talking to earlier still on? Jan 26 10:12:29 which feed I could find latest/unstable opie packages in? Jan 26 17:29:46 Hi, I just tried to use the Angstrom 2007.12 image for the NSLU2 but was not able to ssh into the box as root seems to have an empty password. Anyone having similar problems? Jan 26 17:30:32 Or a solution ;) Jan 26 17:53:32 where can i find the source for the old 2.4 kernel for collie? Jan 26 17:53:48 i need to look at how it handles sound, trying to figure out how to make an alsa driver Jan 26 18:39:29 hey all Jan 26 21:30:48 !logs Jan 26 21:30:48 Channel logs for #angstrom are archived at: Jan 26 21:30:49 http://hentges.net/tmp/logs/irc/%23angstrom Jan 26 21:30:50 Live-logs are available at Jan 26 21:30:51 http://hentges.net/tmp/logs/irc/livelogs/%23angstrom.livelog Jan 26 21:30:53 See ?? help-logs for usage instructions Jan 26 21:32:47 ?? help-logs Jan 26 21:32:48 help-logs[1]: Available commands are: !logs !pauselog !logstatus Jan 26 21:32:49 help-logs[2]: !enablelog, !disablelog Jan 26 21:32:50 help-logs[3]: !stamp (Add timestamp to channel logfile) **** ENDING LOGGING AT Sun Jan 27 02:59:57 2008