Audun Arnesen Nordal | 1 Jun 2006 23:55
Picon

Netopia 3342 usb adsl modem

Hello list,

I have just signed up for a Swisscom adsl subscription, and they have handed
me a Netopia 3342 usb adsl modem.  With a generic 3.99.20 kernel it shows up
as

ugen0 at uhub0 port 1
ugen0: - USB NET CARD, rev 1.10/1.00, addr 2

Here are brief specifications from Netopia:
http://www.netopia.com/equipment/products/3000/3342_ds.pdf

These linux drivers seem to support it:
http://accessrunner.sourceforge.net/

What are my chances at getting this to work with netbsd current?  Has anyone
had any experience with usb modems like this?

Best regards and thanks in advance

Audun Nordal 
Attachment (smime.p7s): application/x-pkcs7-signature, 3016 bytes
Xianwen Chen | 3 Jun 2006 09:01
Picon

How to use Siemens C60 as a GPRS modem?

Hello!
How to use Siemens C60 as a GPRS modem?
Thanks!
--

-- 
Xianwen Chen
College Of Economics And Trades,Shanghai Fishiries University
Shanghai,China
086-21-68022471
apple45 <at> gmail.com

Xianwen Chen | 4 Jun 2006 03:38
Picon

Re: How to use Siemens C60 as a GPRS modem?

Sorry,I should provide more information.
I'm using a COM cable to connect the mobile phone to the notebook.The
phone is siemens C60.
I've read http://netbsd.org/Documentation/network/gprs.html . After
the line " Once you have done this, a few files need to be edited.
These are:  " , I can't see any files should be edited. There might be
something wrong.
Could anyone help how to set up the gprs connection via C60?

On 6/3/06, Xianwen Chen <apple45 <at> gmail.com> wrote:
> Hello!
> How to use Siemens C60 as a GPRS modem?
> Thanks!
> --
> Xianwen Chen
> College Of Economics And Trades,Shanghai Fishiries University
> Shanghai,China
> 086-21-68022471
> apple45 <at> gmail.com
>

--

-- 
Xianwen Chen
College Of Economics & Trade, Shanghai Fisheries University
Shanghai,China
086-21-68022471
apple45 <at> gmail.com

Xianwen Chen | 4 Jun 2006 16:48
Picon

How to get the speed of the modem?How to get the com port of the modem?

I run NetBSD 3.0 on my 80486 laptop.The laptop has an integrated
modem.I don't know the speed of this modem.However,i'm sure it can't
be 57600 bps.How to get the speed of  the modem? And how to get the
com port of the modem?
--

-- 
Xianwen Chen
College Of Economics & Trade, Shanghai Fisheries University
Shanghai,China
086-21-68022471
apple45 <at> gmail.com

Matthew Fincham | 6 Jun 2006 11:23
Picon

Broken OpenGL on NetBSD3 ?

Hi.

I have a QT widget that uses OpenGL and is causing a segmentation fault in
the OpenGL library. Surprisiningly, the fault can be worked around by
removing some of the light settings. This code works on NetBSD 1.4, 1.5,
1.6, 2.0 and Windows 2000 and XP and so I am drawn to suspect OpenGL on
NetBSD3.

Has anyone else had problems with this or should I check my use of OpenGL?

Many thanks
Matthew Fincham

The gdb backtrace is as follows:

(gdb) bt
#0  0xbd413d9a in light_rgba () from /usr/pkg/lib/libGL.so.1
#1  0xbd41aa2d in run_lighting () from /usr/pkg/lib/libGL.so.1
#2  0xbd401566 in _tnl_run_pipeline () from /usr/pkg/lib/libGL.so.1
#3  0xbd407a2d in _tnl_playback_vertex_list () from /usr/pkg/lib/libGL.so.1
#4  0xbd379256 in execute_list () from /usr/pkg/lib/libGL.so.1
#5  0xbd3797a7 in _mesa_CallList () from /usr/pkg/lib/libGL.so.1
#6  0xbd3e380d in neutral_CallList () from /usr/pkg/lib/libGL.so.1
#7  0xbd35c535 in glCallList () from /usr/pkg/lib/libGL.so.1
#8  0x08098cda in xxxxxxxxxx::paintGL() (this=0x93ffc00) at
xxxxxxxxxx.cpp:157
#9  0xbd9dbfa1 in QGLWidget::glDraw() () from /usr/pkg/qt3/lib/libqt-mt.so.3
#10 0xbd9db99b in QGLWidget::paintEvent(QPaintEvent*) ()
   from /usr/pkg/qt3/lib/libqt-mt.so.3
#11 0xbd7fb3ca in QWidget::event(QEvent*) ()
(Continue reading)

Tobias Nygren | 6 Jun 2006 12:54
Picon

Re: Broken OpenGL on NetBSD3 ?

Matthew Fincham wrote:
> Hi.
>
> I have a QT widget that uses OpenGL and is causing a segmentation fault in
> the OpenGL library. Surprisiningly, the fault can be worked around by
> removing some of the light settings. This code works on NetBSD 1.4, 1.5,
> 1.6, 2.0 and Windows 2000 and XP and so I am drawn to suspect OpenGL on
> NetBSD3.
>
> Has anyone else had problems with this or should I check my use of OpenGL?
>
> Many thanks
> Matthew Fincham
>
>   

Hello,

This is more likely to be caused by a particular version of Mesa and/or
a compiler bug than by NetBSD itself. Have you tried the latest version of
MesaLib from pkgsrc?

-Tobias

theo borm | 6 Jun 2006 13:02

smbclient works where mount_smbfs doesn't

Hi,

I'm a bit confused about mounting samba shares.

If I do either
mount_smbfs -I sp.wrn.nl -W WRN -U brm //SP/Dfs$ /home/theo/shmnt
or
mount_smbfs -I sp.wrn.nl -W WRN //brm <at> SP/Dfs$ /home/theo/shmnt

I get the following error:

mount_smbfs: mount error for /home/theo/shmnt: Operation not supported 
by device

googling a bit it is suggested that I should have /proc mounted
(I have), that the proper devices should exist etc, but not much else.

Using smbclient:
smbclient -I sp.wrn.nl -U brm -W WRN //SP/Dfs$
works without problem, so I suspect the problem isn't the server but 
rather the netbsd-mounting-the-share bit.

Any clues? What obvious point have I missed?

with Kind regards,

Theo.

theo borm | 6 Jun 2006 15:10

Re: smbclient works where mount_smbfs doesn't - solved

Ok, This was a rather silly mistake on my part.

As it turned out I was using a kernel stripped of (amongst many other 
things) samba support. I just accidentally found out because I was 
wondering why cd devices were missing from the dmesg.

Sorry for the noise.

regards, Theo

theo borm wrote:
> I get the following error:
> 
> mount_smbfs: mount error for /home/theo/shmnt: Operation not supported 
> by device
> 

Phil Nelson | 7 Jun 2006 07:52
Picon

X on a Laptop

I just installed 3.0 on a new Gateway Laptop.  The bottom says
model MA1.  I have not been able to get a good picture with
X using either the distribute X servers or the pkgsrc X servers.
I was wondering if someone had a working XF86Config for that 
laptop.

Thanks.
--Phil

p.s. on a different note, the laptop also has a 2200BG Intel
wireless card.  I've got the iwi_firmware and and get it
correctly configured with nwid and nwkey ... but I can never
get ifconfig to report a status other than "no network".
I know the card works from other OSes.  Any help on this one?

--

-- 
Phil Nelson                       NetBSD: http://www.NetBSD.org
e-mail: phil <at> cs.wwu.edu           Coda: http://www.coda.cs.cmu.edu
http://www.cs.wwu.edu/nelson 
radhika | 8 Jun 2006 15:14

Via Technologies Unichrome Integrated Graphics driver

Hi,
I just installed NetBSD 3.0 and have been unable to find the correct
graphics driver. Is anybody using this card or can perhaps suggest which
card to use that may be the closest fit?
I am attaching the output of dmesg w.r.t the graphics information below.
Thanks.
Radhika

--
vga1 at pci1 dev 0 function 0: VIA Technologies VT8378 KM400 UniChrome
Integrated Graphics (rev. 0x01)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation)
vga1 at pci1 dev 0 function 0: VIA Technologies VT8378 KM400 UniChrome
Integrated Graphics (rev. 0x01)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation)

--

-- 
It is all a matter of perspective. You choose your view by choosing where
to stand.
Larry Wall
---


Gmane