| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> quantum4: why not read the manual for the modem? <0> see about jumpers. <1> umm manual, where? <0> the one that came with modem :P <0> either that or have a careful look at the silkscreening on the modem's board. <2> i have installed FC4, and now i m pasting the old dhcpd.conf of Old RH9 server , but its not working. any Idia?? <1> I don't have a clue where the manual is <0> yeah. then look at silkscreening on board. <3> Sarthor usually the log files provide a means to locate the error <0> chances are if it has more than 2-3 jumpers it's got some PnP option. <1> well it has com 1 2 sel, then it has irq 3,4, 5, 7 I think <1> I don't know what sel is <0> sel... yeah. <0> that's weird. <1> well I took all the jumpers off, lets see what this does <1> there must be some way in linux to disable the external serial ports so the irq is free
<3> quantum4 can you give me an exact model name? <1> yup it is Model 0460 US Robotics sportster <3> maybe that's the manual: http://www.usr.com/support/1171/1171-files/1171-unkg-sp336v_uk.pdf <3> it shows the same jumpers <1> yeah looks like it, let me check it out <1> good find <3> seems usr has all manuals online <3> even of old stuff like that <1> cool <1> it says to take off all jumpers to activate the PNP features of the modem, o.k. I did that <0> great. now to make Linux behave. <0> I -think- you should just have to load serial and it'll do everything else. <0> but I'm not totally sure. <1> bronaugh, hmm what do you mean by load serial? <0> quantum4: the 'serial' kernel module. <4> is there an ipod transfer tool for linux? <1> yeah gnupod I think <0> quantum4: so any luck? <1> not so far, no way to tell what com port it should be on etc. <1> I am ***uming the kernel modules is loaded already since there seems to be a serial port S0 which is reconized <0> quantum4: looked in /proc? <5> does someone pls know how to fix a mysql table ? <0> quantum4: should be a pnp or isapnp entry or something. <1> well there is nothing with pnp in that dir <1> well if I look at dmesg, I see i8042 AUX and KBD on various prots, then the serial ports 0 and 1 <1> also says PNP: No PS/2 controller found. Probing ports directly. whatever that means <0> quantum4: no worries. <1> hmm well I tried insmod serial but there is no such module <0> probably built into kernel. <0> ls /sys/bus/pnp/devices <0> looks like that's where it moved. <2> where to paste the error. <0> Sarthor: rafb.net/paste/ <2> thanks. <1> hmm ok I have three entries on pnp/devices <0> check em. <1> well I have directorys 00:02.01, 00:02.00, and 00:01.00 and within each directory I have options, id power resources bus and driver <1> there does not seem to be any way to know what they are, the driver is es18xx <1> for two of them, but the first one does not have a driver defined <1> any idea what any of that means <1> I could take out the modem reboot and see if anything changes <2> Help. prob in dhcpd. http://rafb.net/paste/results/oXrgpG64.html error is here. <0> quantum4: look at the resources. <6> well then <2> my clients are on eth0 and internet is on eth1 <1> resources for on the last one lists 3 io adddreses, irq 5 dma 1 and dma 3 <7> hello, anyone knows a good stable hosting provider which activates accounts instantly? <0> quantum4: sound card. <1> ahh found the serial stuff in the bios finally, should I still disable irq 3 on serial port B <0> yes. <1> o.k. now it sets /dev/ttyS0 to irq 4 on boot and no longer sets S1 to irq 3 <1> but wait <1> isapnp detects the modem <2> exel: plz can you help more. i m pastine my dcpd.conf there. <1> dmesg says it detecs it but it doesn't tell me what it did with it <2> here is my dhcpd.conf http://rafb.net/paste/results/lMRQUT83.html <1> bronaugh, : here take a look at this, I think this contains the answer http://rafb.net/paste/results/POHRbu89.html <1> you sitll there bronaugh <0> yeah, it picked up the card. <0> anyhow bbl <1> now what though
<1> looks like there is now way to determine what port and irq if any get ***igned <8> any1 can help me with 1 issue ? <1> just ask <1> people will help if they are around <8> i want to install ident.. i search in google how to install.. but i do not found anything to work.. what should i do ?? can you help me ? i have CentOS release 3.5 and 2.4.21-32.0.1.ELsmp kernel <7> hello <7> my friend has Red Hat running on his PC <7> how can he install php on it? <8> so.. ? <8> any1 can help me with that issue ? <1> l0aded, try to find an RPM package, google for it <8> so quantum4 can u help me ? <1> sorry I don't no about ident <8> of ok.. <1> looks like everyone else here is out for lunch <1> which is better than being out to lunch <8> :)) <9> how i can see from terminal the ips from my network? <10> look in the /etc/xinet.d/auth file to turn on the ident <8> yeah.. <9> like on XP wen i type ipconfig? <1> ifconfig <9> well that is on XP <8> gunstar : /etc/xinet.d/auth: No such file or directory <9> but on linux? <10> /etc/xinetd.d/auth <8> [root@615227 htdocs]# /etc/xinetd.d/auth <8> -bash: /etc/xinetd.d/auth: Permission denied <8> [root@615227 htdocs]# <10> then vi /etc/xinetd.d/auth <8> disable = no <8> socket_type = stream <8> wait = no <8> user = ident <8> cps = 4096 10 <8> instances = UNLIMITED <8> server = /usr/sbin/in.authd <8> server_args = -t60 --xerror --os -E <8> thesee are the setings <8> what should i modify ? <10> change disable like from no to yes <10> s/like/line <8> i do not understand <10> ok - 'chkconfig auth on' <8> and how i`ll start it ? <10> did you change it? <8> yes <10> /etc/init.d/xinetd restart <8> still doesent work <8> - <8> [91] Please install identd on this server. <8> - <10> netstat -a |grep auth <8> [root@615227 htdocs]# netstat -a |grep auth <8> [root@615227 htdocs]# <10> you should see it <8> i see it in process list <8> c <8> 26081 ? S 0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid <10> not it <10> netstat -a |grep auth <8> [root@615227 htdocs]# netstat -a |grep auth <8> [root@615227 htdocs]# <8> nop <10> tcp 0 0 *:auth *:* LISTEN <8> wat`s that ? <10> shows that auth/ident is running <10> if you do the that netstat command <8> it doesent work.. <8> it doesent showes me <10> ok - 'chkconfig auth on' <8> then ? <10> then /etc/init.d/xinetd restart <10> then - netstat -a |grep auth
Return to
#linuxhelp or Go to some related
logs:
88 p____ k___ #AllNiteCafe #squid #AllNiteCafe ubuntu mount: wrong fs type, bad option, bad superblock on /dev/loop0, #MissKitten lebriçou how rdns works #chatzone #chatzone
|
|