Nicolas Joly | 1 Jul 2002 19:07
Picon
Picon
Favicon

pcmcia modem + ppp problems under -current


Hi,

I can't make ppp work with a Olitec 28800 pcmcia modem card on my Dell
Inspiron 2600 laptop under -current (1.6B).

The modem is detected as `com3' and i can dial my ISP using cu. But
the modem seems to be unreachable with the command `pppd call myisp'.

Jul  1 18:47:59 calamity pppd[260]: pppd 2.4.1 started by njoly, uid 0
Jul  1 18:48:00 calamity chat[262]: abort on (BUSY)
Jul  1 18:48:00 calamity chat[262]: abort on (NO CARRIER)
Jul  1 18:48:00 calamity chat[262]: abort on (NO DIALTONE)
Jul  1 18:48:00 calamity chat[262]: send (ATZ^M)
Jul  1 18:48:00 calamity chat[262]: expect (OK)
Jul  1 18:48:45 calamity chat[262]: alarm
Jul  1 18:48:45 calamity chat[262]: Failed
Jul  1 18:48:45 calamity pppd[260]: Connect script failed
Jul  1 18:48:48 calamity pppd[260]: Exit.

Here follow ppp config files :

root <at> calamity [~]# cat /etc/ppp/options 
/dev/tty03
lock
crtscts
57600
modem
defaultroute
noipdefault
(Continue reading)

Eric Jacoboni | 1 Jul 2002 20:15
Picon

Using the same source tree for two boxes

My desktop is running 1.6B, it's a Athlon 1Ghz and the "./build.sh -u"
process is rather fast.

I have a laptop, a PII 266Mhz, and i want to use the same NetBSD on
it. To avoid disk space wasting and long build processes on it, what i
plan to do is to maintain the src tree on my desktop, build it on my
desktop, then update my laptop from my desktop build.

When i was using FreeBSD, i exported my src tree via NFS, i ran "make
buildword" and "make kernel" on the Athlon. Then, i mounted the src
tree on my laptop, then issued a "make installworld" and "make
installkernel" from there. Infortunately, i've no found how to say "i
just want install, not build" (that's ok for kernel, my pb is only
with others distribs)

Any experience would be appreciated.
--

-- 
Éric Jacoboni, né il y a 1328988031 secondes

Daniel Lundin | 1 Jul 2002 22:52
X-Face
Picon

3Com OfficeConnect Wireless Xjack support


Hi,

I saw an ad for the 3com wireless pccard with pop-up antenna and found it
quite neat. I believe the model number is 3CRSHPW196.

card called "No Wires Needed Swallow 1148".

Is there currently any support for any of these cards in NetBSD or does
anybody know of any other card with a similar retractable antenna?

--

-- 
Daniel Lundin  | daniel <at> codefactory.se
CodeFactory AB | http://www.codefactory.se/

James K. Lowden | 2 Jul 2002 05:36
Gravatar

Re: 3com 3cr990 TX-97

On Fri, 28 Jun 2002 21:57:19 -0500 (CDT), Daniel Picker
<dp3 <at> cec.wustl.edu> wrote:

> When the kernel is loading it is telling me that my 3com 3cr990
> TX-97 is not configured. ... I have also
> looked in the pci headers and noticed that the product ID for the card
> was in there. 

Dan, 

I'll offer my guess:  No. :/

I think the "pcidevs" file is a superset of what's supported by NetBSD.  I
checked the same sources you did (I have 1.5.2, too), and got the same
answer.  

Perhaps it's available in -current.  You'd have to download the -current
snapshot and grep through that to find out.  

HTH

--jkl

J. Piers Hearn | 2 Jul 2002 05:02
Picon

NIC problem on HP laptop

I've just done an install of NetBSD 1.5.2 on my HP XE3 laptop, and 
immediately run into a problem with my network card. The install floppies 
went fine, my card was detected without a problem, and autoconfigured my ip 
address fine. Downloaded install sets, installed, all fine. Rebooted, set 
/etc/myname and /etc/mygate to appropriate values. Found my network not 
working. Ran dmesg, saw that my NIC appeared to be getting recognised and 
set correctly (an Accton Tech card of some sort, built in to the laptop), 
but when I tried an 'ifconfig -a' it wasn't listed, and when I did 
'ifconfig tlp0' I got Device not configured.
Going back to my install floppies (using the INSTALL_LAPTOP kernel), and 
running ifconfig -a, I got this:

tlp0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
	address: 00:d0:59:32:8d:5d
	media: Ethernet autoselect (10baseT)
	status: active

Running dmesg at this point provides the following:

tlp0 at pci0 dev 16 function 0: ADMtek AN985 Ethernet, pass 1.1
tlp0: interrupting at irq 11
tlp0: Ethernet address 00:d0:59:32:8d:
ukphy0 at tlp0 phy 1: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000895, model 0x0001, rev. 0
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

Back to my actual install (using the GENERIC_LAPTOP kernel), I started 
fiddling around, the dmesg appeared to have the same info as for the floppy 
boot, but still nothing from ifconfig. Given that it was now 5am, I gave in 
and left it for the next day. I don't know what I did, but now my NIC is 
(Continue reading)

jehova | 2 Jul 2002 07:37

where is XFree86 pkg?

i was browsing pkgsrc on netbsd official ftp site and i can't find
XFree86 pkg or  a binary whole pkg of 4.x.x
where can i get it? or is installed by sysinst? comes with 
i386cd.iso? (iso image of netbsd for i386).
thanks for clarify my doubts, i'm trying to gathering 
all answers as posible ( if are logical ones) before install 
netbsd.

regards

jehova.

Brian A. Seklecki | 2 Jul 2002 09:32

Re: where is XFree86 pkg?


you cant install it via pkgsrc that i know of.  just use sysinst.  1.5.x
comes w/ X3, 1.6.x -> current comes w/ X4.
-lava

On Mon, 1 Jul 2002  <at>  10:37pm (-0700), jehova wrote:

j> i was browsing pkgsrc on netbsd official ftp site and i can't find
j> XFree86 pkg or  a binary whole pkg of 4.x.x
j> where can i get it? or is installed by sysinst? comes with
j> i386cd.iso? (iso image of netbsd for i386).
j> thanks for clarify my doubts, i'm trying to gathering
j> all answers as posible ( if are logical ones) before install
j> netbsd.
j>
j> regards
j>
j> jehova.
j>
j>
j>

Brian A. Seklecki | 2 Jul 2002 09:51

Re: pcmcia modem + ppp problems under -current


drop this into /etc/remote:

modem:dv=/dev/tty02:br#115200:pa=none:dc:

..then try to 'tip modem'.  can you send AT commands that way?  Are you
getting any debugging output from chat or pppd? set you dial command to
"chat -V"

-lava

On Mon, 1 Jul 2002  <at>  7:07pm (+0200), Nicolas Joly wrote:

NJ>
NJ> Hi,
NJ>
NJ> I can't make ppp work with a Olitec 28800 pcmcia modem card on my Dell
NJ> Inspiron 2600 laptop under -current (1.6B).
NJ>
NJ> The modem is detected as `com3' and i can dial my ISP using cu. But
NJ> the modem seems to be unreachable with the command `pppd call myisp'.
NJ>
NJ> Jul  1 18:47:59 calamity pppd[260]: pppd 2.4.1 started by njoly, uid 0
NJ> Jul  1 18:48:00 calamity chat[262]: abort on (BUSY)
NJ> Jul  1 18:48:00 calamity chat[262]: abort on (NO CARRIER)
NJ> Jul  1 18:48:00 calamity chat[262]: abort on (NO DIALTONE)
NJ> Jul  1 18:48:00 calamity chat[262]: send (ATZ^M)
NJ> Jul  1 18:48:00 calamity chat[262]: expect (OK)
NJ> Jul  1 18:48:45 calamity chat[262]: alarm
NJ> Jul  1 18:48:45 calamity chat[262]: Failed
(Continue reading)

Brian A. Seklecki | 2 Jul 2002 09:53

Re: Using the same source tree for two boxes


"build -u" should set update, and avoids running 'make cleandirs', i
think.

Don't forget to also export /usr/obj, i think

-lava

On 1 Jul 2002  <at>  8:15pm (+0200), Eric Jacoboni wrote:

EJ> My desktop is running 1.6B, it's a Athlon 1Ghz and the "./build.sh -u"
EJ> process is rather fast.
EJ>
EJ> I have a laptop, a PII 266Mhz, and i want to use the same NetBSD on
EJ> it. To avoid disk space wasting and long build processes on it, what i
EJ> plan to do is to maintain the src tree on my desktop, build it on my
EJ> desktop, then update my laptop from my desktop build.
EJ>
EJ> When i was using FreeBSD, i exported my src tree via NFS, i ran "make
EJ> buildword" and "make kernel" on the Athlon. Then, i mounted the src
EJ> tree on my laptop, then issued a "make installworld" and "make
EJ> installkernel" from there. Infortunately, i've no found how to say "i
EJ> just want install, not build" (that's ok for kernel, my pb is only
EJ> with others distribs)
EJ>
EJ> Any experience would be appreciated.
EJ> --
EJ> Éric Jacoboni, né il y a 1328988031 secondes
EJ>

(Continue reading)

Nicolas Saurbier | 2 Jul 2002 11:33
Picon

Colordepth

Hi,
how can I adjust the colordepth for X???
I changed a few things in XF86Config in the screen section,
but it didn´t work.

With kind regards / Mit freundlichen Gruessen

Nicoals Saurbier
Technical Support / Developement Assistant

mailto:Nicolas.Saubrier <at> biodata.de

____________________________________________

Biodata Systems GmbH
Industriepark Nord
Otto-Stoelker Strasse 21P
35066 Frankenberg

Telefon: +49(6451) 23 02 - 0
Fax:     +49(6451) 23 02 - 109

WWW: www.biodata.de


Gmane