All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Sebastian Reichel <sre@kernel.org>
Cc: pali.rohar@gmail.com, kernel list <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-omap@vger.kernel.org, tony@atomide.com, khilman@kernel.org,
	aaro.koskinen@iki.fi, freemangordon@abv.bg
Subject: Re: N900 modem support in 3.18-rc1
Date: Wed, 5 Nov 2014 21:31:51 +0100	[thread overview]
Message-ID: <20141105203151.GA24636@amd> (raw)
In-Reply-To: <20141105011122.GA30622@earth.universe>

On Wed 2014-11-05 02:11:22, Sebastian Reichel wrote:
> Hi Pavel,
> 
> On Tue, Nov 04, 2014 at 09:51:17PM +0100, Pavel Machek wrote:
> > I'd like to test a modem (and eventually to get it to work :-) ) on
> > n900. So far I found:
> > 
> > http://lwn.net/Articles/592485/
> > 
> > It says:
> > 
> > # supported. Testing the patchset with ofono works like this:
> > # 
> > #  # provide cmt device for ofono
> > #  ln -sf /sys/bus/hsi/n900-modem /dev/cmt
> > 
> > [...]
> >
> > That seemed to match, so I symlinked it.
> 
> looks ok. You should have the following files:
> 
> /dev/cmt/cmt_apeslpx
> /dev/cmt/cmt_bsi
> /dev/cmt/cmt_en
> /dev/cmt/cmt_rst_rq
> /dev/cmt/cmt_rst

No, it is not ok :-(. I did enable CONFIG_CMT now (it was not enabled
before, and wow, that entry has least helpful config help, ever; is it
related?), but still can't see the required files:

root@n900:/sys# find . | grep cmt
./bus/hsi/devices/cmt_speech
./bus/hsi/drivers/cmt_speech
./bus/hsi/drivers/cmt_speech/bind
./bus/hsi/drivers/cmt_speech/cmt_speech
./bus/hsi/drivers/cmt_speech/uevent
./bus/hsi/drivers/cmt_speech/unbind
./devices/virtual/misc/cmt_speech
./devices/virtual/misc/cmt_speech/dev
./devices/virtual/misc/cmt_speech/power
./devices/virtual/misc/cmt_speech/power/control
./devices/virtual/misc/cmt_speech/power/runtime_active_time
./devices/virtual/misc/cmt_speech/power/autosuspend_delay_ms
./devices/virtual/misc/cmt_speech/power/runtime_status
./devices/virtual/misc/cmt_speech/power/runtime_suspended_time
./devices/virtual/misc/cmt_speech/subsystem
./devices/virtual/misc/cmt_speech/uevent
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/control
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/runtime_active_time
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/autosuspend_delay_ms
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/runtime_status
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/runtime_suspended_time
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/modalias
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/driver
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/subsystem
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/uevent
./class/misc/cmt_speech
root@n900:/sys# 

(What does CMT mean? I should fix the help files, I guess...)


> > root@n900:~# ofonod --nodetach --debug &
> > [1] 3552
> 
> no output from ofono?

Actually, a lot of output from ofonod, but nothing useful.

> > root@n900:~# mdbus2 -s org.ofono /n900_0 xyz
> > [ERR]: There is no method with name xyz on path /n900_0!
> >
> > [...]
> > 
> > Any ideas?
> 
> call mdbus2 with fewer arguments to see what is available on the
> bus:
> 
> mdbus2 -s                      => list all system services
> mdbus2 -s org.ofono            => list all ofono objects
> mdbus2 -s org.ofono /n900_0    => list all methods from n900 object

root@n900:~# mdbus2 -s org.ofono
/
root@n900:~# 

But since I do not have required cmt_ files, I guess that's expected?


Thanks,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

WARNING: multiple messages have this Message-ID (diff)
From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: N900 modem support in 3.18-rc1
Date: Wed, 5 Nov 2014 21:31:51 +0100	[thread overview]
Message-ID: <20141105203151.GA24636@amd> (raw)
In-Reply-To: <20141105011122.GA30622@earth.universe>

On Wed 2014-11-05 02:11:22, Sebastian Reichel wrote:
> Hi Pavel,
> 
> On Tue, Nov 04, 2014 at 09:51:17PM +0100, Pavel Machek wrote:
> > I'd like to test a modem (and eventually to get it to work :-) ) on
> > n900. So far I found:
> > 
> > http://lwn.net/Articles/592485/
> > 
> > It says:
> > 
> > # supported. Testing the patchset with ofono works like this:
> > # 
> > #  # provide cmt device for ofono
> > #  ln -sf /sys/bus/hsi/n900-modem /dev/cmt
> > 
> > [...]
> >
> > That seemed to match, so I symlinked it.
> 
> looks ok. You should have the following files:
> 
> /dev/cmt/cmt_apeslpx
> /dev/cmt/cmt_bsi
> /dev/cmt/cmt_en
> /dev/cmt/cmt_rst_rq
> /dev/cmt/cmt_rst

No, it is not ok :-(. I did enable CONFIG_CMT now (it was not enabled
before, and wow, that entry has least helpful config help, ever; is it
related?), but still can't see the required files:

root at n900:/sys# find . | grep cmt
./bus/hsi/devices/cmt_speech
./bus/hsi/drivers/cmt_speech
./bus/hsi/drivers/cmt_speech/bind
./bus/hsi/drivers/cmt_speech/cmt_speech
./bus/hsi/drivers/cmt_speech/uevent
./bus/hsi/drivers/cmt_speech/unbind
./devices/virtual/misc/cmt_speech
./devices/virtual/misc/cmt_speech/dev
./devices/virtual/misc/cmt_speech/power
./devices/virtual/misc/cmt_speech/power/control
./devices/virtual/misc/cmt_speech/power/runtime_active_time
./devices/virtual/misc/cmt_speech/power/autosuspend_delay_ms
./devices/virtual/misc/cmt_speech/power/runtime_status
./devices/virtual/misc/cmt_speech/power/runtime_suspended_time
./devices/virtual/misc/cmt_speech/subsystem
./devices/virtual/misc/cmt_speech/uevent
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/control
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/runtime_active_time
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/autosuspend_delay_ms
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/runtime_status
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/power/runtime_suspended_time
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/modalias
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/driver
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/subsystem
./devices/68000000.ocp/48058000.ssi-controller/ssi0/port0/cmt_speech/uevent
./class/misc/cmt_speech
root at n900:/sys# 

(What does CMT mean? I should fix the help files, I guess...)


> > root at n900:~# ofonod --nodetach --debug &
> > [1] 3552
> 
> no output from ofono?

Actually, a lot of output from ofonod, but nothing useful.

> > root at n900:~# mdbus2 -s org.ofono /n900_0 xyz
> > [ERR]: There is no method with name xyz on path /n900_0!
> >
> > [...]
> > 
> > Any ideas?
> 
> call mdbus2 with fewer arguments to see what is available on the
> bus:
> 
> mdbus2 -s                      => list all system services
> mdbus2 -s org.ofono            => list all ofono objects
> mdbus2 -s org.ofono /n900_0    => list all methods from n900 object

root at n900:~# mdbus2 -s org.ofono
/
root at n900:~# 

But since I do not have required cmt_ files, I guess that's expected?


Thanks,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

  reply	other threads:[~2014-11-05 20:31 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04 20:51 N900 modem support in 3.18-rc1 Pavel Machek
2014-11-04 20:51 ` Pavel Machek
2014-11-05  1:11 ` Sebastian Reichel
2014-11-05  1:11   ` Sebastian Reichel
2014-11-05 20:31   ` Pavel Machek [this message]
2014-11-05 20:31     ` Pavel Machek
2014-11-05 20:37     ` Pali Rohár
2014-11-05 20:37       ` Pali Rohár
2014-11-05 20:39       ` Pavel Machek
2014-11-05 20:39         ` Pavel Machek
2014-11-05 21:06         ` Pali Rohár
2014-11-05 21:06           ` Pali Rohár
2014-11-05 21:06           ` Pali Rohár
2014-11-05 22:03           ` Pavel Machek
2014-11-05 22:03             ` Pavel Machek
2014-11-05 23:45             ` Sebastian Reichel
2014-11-05 23:45               ` Sebastian Reichel
2014-11-06 12:47               ` Pavel Machek
2014-11-06 12:47                 ` Pavel Machek
2014-11-06 18:03                 ` Sebastian Reichel
2014-11-06 18:03                   ` Sebastian Reichel
2014-11-06 22:50                   ` Pavel Machek
2014-11-06 22:50                     ` Pavel Machek
2014-11-06 23:01                     ` Pali Rohár
2014-11-06 23:01                       ` Pali Rohár
2014-11-07  7:04                       ` Ivaylo Dimitrov
2014-11-07  7:04                         ` Ivaylo Dimitrov
2014-11-13 16:24                         ` Pavel Machek
2014-11-13 16:24                           ` Pavel Machek
2014-11-14  7:04                           ` Ivaylo Dimitrov
2014-11-14  7:04                             ` Ivaylo Dimitrov
2014-11-14 17:20                             ` Sebastian Reichel
2014-11-14 17:20                               ` Sebastian Reichel
2014-11-14 17:34                               ` Pali Rohár
2014-11-14 17:34                                 ` Pali Rohár
2014-11-14 22:05                                 ` Sebastian Reichel
2014-11-14 22:05                                   ` Sebastian Reichel
2014-11-14 19:54                               ` Ivaylo Dimitrov
2014-11-14 19:54                                 ` Ivaylo Dimitrov
2014-11-14 21:14                                 ` Pavel Machek
2014-11-14 21:14                                   ` Pavel Machek
2014-11-14 21:57                                 ` Sebastian Reichel
2014-11-14 21:57                                   ` Sebastian Reichel
2014-11-20 10:13                                   ` voice calls on N900 working (off-line) was " Pavel Machek
2014-11-20 10:13                                     ` Pavel Machek
2014-11-20 10:17                                     ` Pavel Machek
2014-11-20 10:17                                       ` Pavel Machek
2014-11-25 23:21                                     ` GPRS data on N900 working " Pavel Machek
2014-11-25 23:21                                       ` Pavel Machek
2015-02-11 18:32                                 ` Voice calls working on N900 (*) (was Re: N900 modem support in 3.18-rc1) Pavel Machek
2015-02-11 18:32                                   ` Pavel Machek
2015-02-11 20:56                                   ` Pavel Machek
2015-02-11 20:56                                     ` Pavel Machek
2014-11-13 16:21                   ` N900 modem support in 3.18-rc1 Pavel Machek
2014-11-13 16:21                     ` Pavel Machek
2014-11-13 17:45                     ` Tony Lindgren
2014-11-13 17:45                       ` Tony Lindgren
2014-11-13 18:18                       ` Aaro Koskinen
2014-11-13 18:18                         ` Aaro Koskinen
2014-11-16 10:12                         ` Pavel Machek
2014-11-16 10:12                           ` Pavel Machek
2014-11-16 12:29                           ` Robert Jarzmik
2014-11-16 12:29                             ` Robert Jarzmik
2014-11-18  7:42                             ` Pavel Machek
2014-11-18  7:42                               ` Pavel Machek
2014-11-19 19:01                               ` Robert Jarzmik
2014-11-19 19:01                                 ` Robert Jarzmik
2014-11-14  7:37                       ` Pavel Machek
2014-11-14  7:37                         ` Pavel Machek
2014-11-14 16:53                         ` Sebastian Reichel
2014-11-14 16:53                           ` Sebastian Reichel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141105203151.GA24636@amd \
    --to=pavel@ucw.cz \
    --cc=aaro.koskinen@iki.fi \
    --cc=freemangordon@abv.bg \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=sre@kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.